File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 47
47
"group" : " 0_launch" ,
48
48
}
49
49
},
50
+ {
51
+ "type" : " node" ,
52
+ "request" : " launch" ,
53
+ "name" : " Launch Copilot Extension - Watch Mode - Code OSS" ,
54
+ "runtimeExecutable" : " ../../vscode/scripts/code.bat" ,
55
+
56
+ "attachSimplePort" : 5870 ,
57
+ "args" : [
58
+ " --extensionDevelopmentPath=${workspaceFolder}" ,
59
+ ],
60
+ "smartStep" : true ,
61
+ "sourceMaps" : true ,
62
+ "preLaunchTask" : " watch" ,
63
+ "env" : {
64
+ "COPILOT_LOG_TELEMETRY" : " true" ,
65
+ "VSCODE_DEV_DEBUG" : " 1" ,
66
+ },
67
+ "outFiles" : [
68
+ " ${workspaceFolder}/dist/**/*.js" ,
69
+ " !**/node_modules/**"
70
+ ],
71
+ "presentation" : {
72
+ "group" : " 0_launch" ,
73
+ }
74
+ },
50
75
{
51
76
// See `launchConfigName` in file://./extensions/visualization-runner/extension.ts
52
77
"name" : " Test Visualization Runner" ,
You can’t perform that action at this time.
0 commit comments