File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141 {
4242 "label" : " Bootstrap" ,
4343 "type" : " shell" ,
44- "command" : " Import-Module ${workspaceFolder}/build.psm1; Start-PSBootstrap" ,
44+ "command" : " Import-Module ' ${workspaceFolder}/build.psm1' ; Start-PSBootstrap" ,
4545 "problemMatcher" : []
4646 },
4747 {
4848 "label" : " Clean Build" ,
4949 "type" : " shell" ,
50- "command" : " Import-Module ${workspaceFolder}/build.psm1; Start-PSBuild -Clean -Output (Join-Path ${workspaceFolder} debug)" ,
50+ "command" : " Import-Module ' ${workspaceFolder}/build.psm1' ; Start-PSBuild -Clean -Output (Join-Path ' ${workspaceFolder}' debug)" ,
5151 "problemMatcher" : " $msCompile"
5252 },
5353 {
5454 "label" : " Build" ,
5555 "type" : " shell" ,
56- "command" : " Import-Module ${workspaceFolder}/build.psm1; Start-PSBuild -Output (Join-Path ${workspaceFolder} debug)" ,
56+ "command" : " Import-Module ' ${workspaceFolder}/build.psm1' ; Start-PSBuild -Output (Join-Path ' ${workspaceFolder}' debug)" ,
5757 "group" : {
5858 "kind" : " build" ,
5959 "isDefault" : true
You can’t perform that action at this time.
0 commit comments