File tree Expand file tree Collapse file tree 3 files changed +445
-486
lines changed Expand file tree Collapse file tree 3 files changed +445
-486
lines changed Original file line number Diff line number Diff line change 22
22
"vscode" : " ^0.10.1"
23
23
},
24
24
"categories" : [
25
- " Languages" ,
26
- " Debuggers"
25
+ " Languages"
27
26
],
28
27
"activationEvents" : [
29
28
" onLanguage:python"
30
29
],
31
30
"main" : " ./out/src/extension" ,
32
- "contributes" : {
33
- "debuggers" : [{
34
- "type" : " pythonDebugger" ,
35
- "label" : " Python Debugger" ,
36
-
37
- "enableBreakpointsFor" : { "languageIds" : [" python" ] },
38
-
39
- "program" : " ./out/debugger.js" ,
40
- "runtime" : " node" ,
41
-
42
- "configurationAttributes" : {
43
- "launch" : {
44
- "required" : [" program" ],
45
- "properties" : {
46
- "program" : {
47
- "type" : " string" ,
48
- "description" : " Workspace relative path to a text file." ,
49
- "default" : " test.py"
50
- },
51
- "stopOnEntry" : {
52
- "type" : " boolean" ,
53
- "description" : " Automatically stop after launch." ,
54
- "default" : true
55
- }
56
- }
57
- }
58
- },
59
-
60
- "initialConfigurations" : [
61
- {
62
- "name" : " Python Debugger" ,
63
- "type" : " pythonDebugger" ,
64
- "request" : " launch" ,
65
- "program" : " test.py" ,
66
- "stopOnEntry" : true
67
- }
68
- ]
69
- }]
31
+ "contributes" : {
70
32
},
71
33
"scripts" : {
72
34
"vscode:prepublish" : " node ./node_modules/vscode/bin/compile" ,
73
35
"compile" : " node ./node_modules/vscode/bin/compile -watch -p ./"
74
36
},
75
37
"dependencies" : {
76
- "pty.js" : " ^0.3.0" ,
77
- "vscode-debugadapter" : " ^1.0.1" ,
78
- "vscode-debugprotocol" : " ^1.0.1"
79
38
},
80
39
"devDependencies" : {
81
40
"typescript" : " ^1.6.2" ,
You can’t perform that action at this time.
0 commit comments