Skip to content

Commit b694311

Browse files
few launch settings to make it possible to launch in debug vscode
1 parent 290510c commit b694311

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed
Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
{
22
"profiles": {
3-
"SqlClient": {
3+
"debug vs2022": {
44
"commandName": "Executable",
5-
"executablePath": "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\Common7\\IDE\\devenv.exe",
6-
"commandLineArgs": "..\\..\\Tests.sln"
5+
"executablePath": "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\Common7\\IDE\\devenv.exe",
6+
"commandLineArgs": "..\\Tests.sln"
7+
},
8+
"debug vscode": {
9+
"commandName": "Executable",
10+
"executablePath": "C:\\Users\\gauth\\AppData\\Local\\Programs\\Microsoft VS Code\\Code.exe",
11+
"commandLineArgs": "..\\"
12+
},
13+
"debug rider": {
14+
"commandName": "Executable",
15+
"executablePath": "C:\\Users\\gauth\\AppData\\Local\\JetBrains\\Toolbox\\apps\\Rider\\ch-0\\232.10203.29\\bin\\rider64.exe",
16+
"commandLineArgs": "..\\..\\..\\..\\..\\tests.sln"
717
}
818
}
919
}

0 commit comments

Comments
 (0)