Skip to content

Commit 2d8a250

Browse files
authored
chore: fix launch config for win and linux (#65)
1 parent dc67381 commit 2d8a250

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.vscode/launch.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,14 @@
99
"type": "coreclr",
1010
"request": "launch",
1111
"preLaunchTask": "build",
12-
"program": "${workspaceFolder}/bin/Debug/net8.0/win-x64/SharpFM.dll",
12+
"windows":
13+
{
14+
"program": "${workspaceFolder}/bin/Debug/net8.0/win-x64/SharpFM.dll",
15+
},
16+
"linux":
17+
{
18+
"program": "${workspaceFolder}/bin/Debug/net8.0/linux-x64/SharpFM.dll",
19+
},
1320
"args": [],
1421
"cwd": "${workspaceFolder}",
1522
"console": "internalConsole",

0 commit comments

Comments
 (0)