Skip to content

Commit

Permalink
make it work with wry on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
httnn committed Dec 29, 2022
1 parent d9e28ad commit 3b31337
Show file tree
Hide file tree
Showing 7 changed files with 3,964 additions and 547 deletions.
16 changes: 16 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Audio Plugin Host",
"type": "lldb",
"request": "launch",
"program": "/Applications/AudioPluginHost.app/Contents/MacOS/AudioPluginHost",
"args": [],
"cwd": "${workspaceRoot}"
}
]
}
Loading

0 comments on commit 3b31337

Please sign in to comment.