mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-04-23 22:52:25 +00:00
Custom user path removed and replaced by the correct directory with VS macro
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user