Custom user path removed and replaced by the correct directory with VS macro

This commit is contained in:
Konstantin Gross
2020-05-20 19:02:15 +02:00
parent 8c250ae83e
commit bb3d073fae

View File

@@ -2,7 +2,7 @@
"profiles": {
"ElectronNET.CLI": {
"commandName": "Project",
"commandLineArgs": "start /project-path \"C:\\Users\\Rizvi\\source\\repos\\Electron.NET\\ElectronNET.WebApp\" /watch"
"commandLineArgs": "start /project-path \"$(SolutionDir)\\ElectronNET.WebApp\" /watch"
}
}
}