Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
use final DAP 1.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
weinand committed Dec 4, 2017
1 parent b840ad4 commit 09c517f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 17 deletions.
24 changes: 12 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 8 additions & 5 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "node-debug",
"displayName": "Node Debug",
"version": "1.19.6",
"version": "1.19.7",
"publisher": "ms-vscode",
"description": "%extension.description%",
"icon": "images/node-debug-icon.png",
Expand Down Expand Up @@ -32,7 +32,7 @@
"ms-vscode.node-debug2"
],
"dependencies": {
"vscode-debugadapter": "1.25.0-pre.3",
"vscode-debugadapter": "1.25.0",
"source-map": "0.6.1",
"vscode-nls": "2.0.2",
"request-light": "0.2.1",
Expand Down Expand Up @@ -67,8 +67,8 @@
"typescript": "2.6.1",
"vscode": "1.1.8",
"vscode-nls-dev": "2.1.6",
"vscode-debugadapter-testsupport": "1.25.0-pre.2",
"vscode-debugprotocol": "1.25.0-pre.3",
"vscode-debugadapter-testsupport": "1.25.0",
"vscode-debugprotocol": "1.25.0",
"event-stream": "3.3.4",
"nodemon": "1.12.1",
"vsce": "1.33.2"
Expand Down Expand Up @@ -370,7 +370,10 @@
"env": {
"type": "object",
"additionalProperties": {
"type": [ "string", "null" ]
"type": [
"string",
"null"
]
},
"description": "%node.launch.env.description%",
"default": {}
Expand Down

0 comments on commit 09c517f

Please sign in to comment.