Skip to content

Commit

Permalink
updated for build
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne committed Jan 19, 2016
1 parent 72e63b7 commit 7ac421a
Show file tree
Hide file tree
Showing 3 changed files with 445 additions and 486 deletions.
Binary file added out/src/jedi/.DS_Store
Binary file not shown.
45 changes: 2 additions & 43 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,60 +22,19 @@
"vscode": "^0.10.1"
},
"categories": [
"Languages",
"Debuggers"
"Languages"
],
"activationEvents": [
"onLanguage:python"
],
"main": "./out/src/extension",
"contributes": {
"debuggers": [{
"type": "pythonDebugger",
"label": "Python Debugger",

"enableBreakpointsFor": { "languageIds": ["python"] },

"program": "./out/debugger.js",
"runtime": "node",

"configurationAttributes": {
"launch": {
"required": ["program"],
"properties": {
"program": {
"type": "string",
"description": "Workspace relative path to a text file.",
"default": "test.py"
},
"stopOnEntry": {
"type": "boolean",
"description": "Automatically stop after launch.",
"default": true
}
}
}
},

"initialConfigurations": [
{
"name": "Python Debugger",
"type": "pythonDebugger",
"request": "launch",
"program": "test.py",
"stopOnEntry": true
}
]
}]
"contributes": {
},
"scripts": {
"vscode:prepublish": "node ./node_modules/vscode/bin/compile",
"compile": "node ./node_modules/vscode/bin/compile -watch -p ./"
},
"dependencies": {
"pty.js": "^0.3.0",
"vscode-debugadapter": "^1.0.1",
"vscode-debugprotocol": "^1.0.1"
},
"devDependencies": {
"typescript": "^1.6.2",
Expand Down
Loading

0 comments on commit 7ac421a

Please sign in to comment.