Highlight example as json in editor

This commit is contained in:
Matt Bierner 2019-06-11 09:21:02 -07:00
parent 29dadcc476
commit 7806b147f5

2
src/vs/vscode.d.ts vendored
View file

@ -9102,7 +9102,7 @@ declare module 'vscode' {
* Context value of the comment. This can be used to contribute comment specific actions.
* For example, a comment is given a context value as `editable`. When contributing actions to `comments/comment/title`
* using `menus` extension point, you can specify context value for key `comment` in `when` expression like `comment == editable`.
* ```
* ```json
* "contributes": {
* "menus": {
* "comments/comment/title": [