File tree Expand file tree Collapse file tree 1 file changed +17
-10
lines changed Expand file tree Collapse file tree 1 file changed +17
-10
lines changed Original file line number Diff line number Diff line change 44 // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
55 "version" : " 0.2.0" ,
66 "configurations" : [
7-
87 {
9- "name" : " .NET Core Attach " ,
8+ "name" : " Launch PSReadLine " ,
109 "type" : " coreclr" ,
11- "request" : " attach" ,
12- "processId" : " ${command:pickProcess}" ,
13- "justMyCode" : true ,
14- "symbolOptions" : {
15- "searchMicrosoftSymbolServer" : true
16- }
17- }
10+ "request" : " launch" ,
11+ "program" : " pwsh" ,
12+ "args" : [
13+ " -NonInteractive" ,
14+ " -NoProfile" ,
15+ " -NoExit" ,
16+ " -Command" ,
17+ " Import-Module '${workspaceFolder}/PSReadLine/bin/Debug/netstandard2.0/PSReadLine.psd1'"
18+ ],
19+ "console" : " integratedTerminal" ,
20+ "justMyCode" : false ,
21+ "suppressJITOptimizations" : true ,
22+ "enableStepFiltering" : false ,
23+ "preLaunchTask" : " Build" ,
24+ },
1825 ]
19- }
26+ }
You can’t perform that action at this time.
0 commit comments