File tree 3 files changed +7
-6
lines changed
3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 9
9
"args" : [ " --extensionDevelopmentPath=${workspaceRoot}" ],
10
10
"stopOnEntry" : false ,
11
11
"sourceMaps" : true ,
12
- "outDir " : " ${workspaceRoot}/out" ,
12
+ "outFiles " : [ " ${workspaceRoot}/out" ] ,
13
13
"preLaunchTask" : " Build"
14
14
},
15
15
{
16
16
"name" : " Attach" ,
17
17
"type" : " node" ,
18
+ "request" : " attach" ,
18
19
"address" : " localhost" ,
19
20
"port" : 5858 ,
20
21
"sourceMaps" : false
Original file line number Diff line number Diff line change 35
35
"type" : " PowerShell" ,
36
36
"request" : " attach" ,
37
37
"name" : " PowerShell Attach to Host Process" ,
38
- "processId" : " ${command. PickPSHostProcess}" ,
38
+ "processId" : " ${command: PickPSHostProcess}" ,
39
39
"runspaceId" : 1
40
40
}
41
41
]
Original file line number Diff line number Diff line change 5
5
"publisher" : " ms-vscode" ,
6
6
"description" : " Develop PowerShell scripts in Visual Studio Code!" ,
7
7
"engines" : {
8
- "vscode" : " ^1.7 .0"
8
+ "vscode" : " ^1.10 .0"
9
9
},
10
10
"license" : " SEE LICENSE IN LICENSE.txt" ,
11
11
"homepage" : " https://github.com/PowerShell/vscode-powershell/blob/master/README.md" ,
216
216
"type" : " PowerShell" ,
217
217
"request" : " attach" ,
218
218
"name" : " PowerShell Attach to Host Process" ,
219
- "processId" : " ^\"\\ ${command. PickPSHostProcess}\" " ,
219
+ "processId" : " ^\"\\ ${command: PickPSHostProcess}\" " ,
220
220
"runspaceId" : 1
221
221
}
222
222
},
266
266
"processId" : {
267
267
"type" : " string" ,
268
268
"description" : " The process id of the PowerShell host process to attach to. Works only on PowerShell 5 and above." ,
269
- "default" : " ${command. PickPSHostProcess}"
269
+ "default" : " ${command: PickPSHostProcess}"
270
270
},
271
271
"runspaceId" : {
272
272
"type" : " number" ,
289
289
"type" : " PowerShell" ,
290
290
"request" : " attach" ,
291
291
"name" : " PowerShell Attach to Host Process" ,
292
- "processId" : " ${command. PickPSHostProcess}" ,
292
+ "processId" : " ${command: PickPSHostProcess}" ,
293
293
"runspaceId" : 1
294
294
},
295
295
{
You can’t perform that action at this time.
0 commit comments