Skip to content

Commit 7ac421a

Browse files
committed
updated for build
1 parent 72e63b7 commit 7ac421a

File tree

3 files changed

+445
-486
lines changed

3 files changed

+445
-486
lines changed

out/src/jedi/.DS_Store

6 KB
Binary file not shown.

package.json

Lines changed: 2 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -22,60 +22,19 @@
2222
"vscode": "^0.10.1"
2323
},
2424
"categories": [
25-
"Languages",
26-
"Debuggers"
25+
"Languages"
2726
],
2827
"activationEvents": [
2928
"onLanguage:python"
3029
],
3130
"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": {
7032
},
7133
"scripts": {
7234
"vscode:prepublish": "node ./node_modules/vscode/bin/compile",
7335
"compile": "node ./node_modules/vscode/bin/compile -watch -p ./"
7436
},
7537
"dependencies": {
76-
"pty.js": "^0.3.0",
77-
"vscode-debugadapter": "^1.0.1",
78-
"vscode-debugprotocol": "^1.0.1"
7938
},
8039
"devDependencies": {
8140
"typescript": "^1.6.2",

0 commit comments

Comments
 (0)