Moved .vscode to root directory.
This commit is contained in:
parent
bd51a23da3
commit
be2cf466b4
@ -10,9 +10,9 @@
|
||||
"request": "launch",
|
||||
"preLaunchTask": "build",
|
||||
// If you have changed target frameworks, make sure to update the program path.
|
||||
"program": "${workspaceFolder}/bin/Debug/net6.0/DotNetResxUtils.dll",
|
||||
"program": "${workspaceFolder}/DotNetResxUtils/bin/Debug/net6.0/DotNetResxUtils.dll",
|
||||
"args": [],
|
||||
"cwd": "${workspaceFolder}",
|
||||
"cwd": "${workspaceFolder}/DotNetResxUtils",
|
||||
// For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console
|
||||
"console": "internalConsole",
|
||||
"stopAtEntry": false
|
@ -7,7 +7,7 @@
|
||||
"type": "process",
|
||||
"args": [
|
||||
"build",
|
||||
"${workspaceFolder}/DotNetResxUtils.csproj",
|
||||
"${workspaceFolder}/DotNetResxUtils/DotNetResxUtils.csproj",
|
||||
"/property:GenerateFullPaths=true",
|
||||
"/consoleloggerparameters:NoSummary"
|
||||
],
|
||||
@ -19,7 +19,7 @@
|
||||
"type": "process",
|
||||
"args": [
|
||||
"publish",
|
||||
"${workspaceFolder}/DotNetResxUtils.csproj",
|
||||
"${workspaceFolder}/DotNetResxUtils/DotNetResxUtils.csproj",
|
||||
"/property:GenerateFullPaths=true",
|
||||
"/consoleloggerparameters:NoSummary"
|
||||
],
|
||||
@ -33,7 +33,7 @@
|
||||
"watch",
|
||||
"run",
|
||||
"--project",
|
||||
"${workspaceFolder}/DotNetResxUtils.csproj"
|
||||
"${workspaceFolder}/DotNetResxUtils/DotNetResxUtils.csproj"
|
||||
],
|
||||
"problemMatcher": "$msCompile"
|
||||
}
|
Loading…
Reference in New Issue
Block a user