-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[vscode] Expand selectors to include
vscode-vfs://
URIs
This is used in `github.dev`; we also document limited virtual workspace support.
- Loading branch information
Showing
6 changed files
with
37 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "coq-lsp", | ||
"displayName": "Coq LSP", | ||
"description": "Coq LSP provides native vsCode support for checking Coq proof documents", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"contributors": [ | ||
"Emilio Jesús Gallego Arias <[email protected]>", | ||
"Ali Caglayan <[email protected]>", | ||
|
@@ -32,6 +32,12 @@ | |
"onLanguage:markdown", | ||
"onLanguage:latex" | ||
], | ||
"capabilities": { | ||
"virtualWorkspaces": { | ||
"supported": "limited", | ||
"description": "File operations such as jump to definition are not supported in virtual workspaces. While almost fully functional, coq-lsp remains experiemental as a Web Extension." | ||
} | ||
}, | ||
"contributes": { | ||
"languages": [ | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters