Skip to content

Commit

Permalink
Update VSCode 1.64.0 and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
noppej committed Feb 3, 2022
1 parent 03c60e8 commit 60de50a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"probe-rs embedded debug"
],
"engines": {
"vscode": "^1.63.2"
"vscode": "^1.64.0"
},
"icon": "images/probe-rs-debugger.png",
"categories": [
Expand Down Expand Up @@ -53,10 +53,10 @@
"@types/glob": "^7.2.0",
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.13",
"@types/vscode": "^1.63.1",
"@types/vscode": "^1.64.0",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.1",
"@vscode/debugprotocol": "^1.51.0",
"@vscode/debugprotocol": "^1.53.0",
"eslint": "^8.8.0",
"glob": "^7.2.0",
"mocha": "^9.2.0",
Expand Down Expand Up @@ -372,4 +372,4 @@
}
]
}
}
}
4 changes: 4 additions & 0 deletions src/debugProtocol.json
Original file line number Diff line number Diff line change
Expand Up @@ -3830,6 +3830,10 @@
"type": "string",
"description": "A string that should be used when comparing this item with other items. When `falsy` the label is used."
},
"detail": {
"type": "string",
"description": "A human-readable string with additional information about this item, like type or symbol information."
},
"type": {
"$ref": "#/definitions/CompletionItemType",
"description": "The item's type. Typically the client uses this information to render the item in the UI with an icon."
Expand Down

0 comments on commit 60de50a

Please sign in to comment.