Skip to content

Commit

Permalink
Update dependencies and debugProtocol.json
Browse files Browse the repository at this point in the history
  • Loading branch information
noppej committed Feb 3, 2022
1 parent 8ee5bac commit 03c60e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,10 @@
"package-web": "webpack --mode production --config ./build/web-extension.webpack.config.js"
},
"enabledApiProposals": [],

"dependencies": {
"@vscode/debugadapter": "^1.51.0",
"await-notify": "1.0.1",
"portfinder": "^1.0.28",
"portfinder": "^1.0.28"
},
"devDependencies": {
"@types/glob": "^7.2.0",
Expand All @@ -57,17 +56,16 @@
"@types/vscode": "^1.63.1",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.1",
"@vscode/debugprotocol": "^1.51.0",
"eslint": "^8.8.0",
"glob": "^7.2.0",
"mocha": "^9.2.0",
"portfinder": "^1.0.28",
"ts-loader": "^9.2.6",
"typescript": "^4.5.5",
"vsce": "^2.6.5",
"vscode-debugadapter-testsupport": "^1.51.0",
"webpack": "^5.67.0",
"webpack-cli": "^4.9.2"

},
"main": "./dist/ext/extension.js",
"browser": "./dist/web/extension.js",
Expand Down Expand Up @@ -374,4 +372,4 @@
}
]
}
}
}
2 changes: 1 addition & 1 deletion src/debugProtocol.json
Original file line number Diff line number Diff line change
Expand Up @@ -3495,7 +3495,7 @@
},
"value": {
"type": "string",
"description": "The variable's value. This can be a multi-line text, e.g. for a function the body of a function."
"description": "The variable's value.\nThis can be a multi-line text, e.g. for a function the body of a function.\nFor structured variables (which do not have a simple value), it is recommended to provide a one line representation of the structured object. This helps to identify the structured object in the collapsed state when its children are not yet visible.\nAn empty string can be used if no value should be shown in the UI."
},
"type": {
"type": "string",
Expand Down

0 comments on commit 03c60e8

Please sign in to comment.