We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc67381 commit 2d8a250Copy full SHA for 2d8a250
1 file changed
.vscode/launch.json
@@ -9,7 +9,14 @@
9
"type": "coreclr",
10
"request": "launch",
11
"preLaunchTask": "build",
12
- "program": "${workspaceFolder}/bin/Debug/net8.0/win-x64/SharpFM.dll",
+ "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
20
"args": [],
21
"cwd": "${workspaceFolder}",
22
"console": "internalConsole",
0 commit comments