mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-29 04:53:33 +01:00
Revert "Merge pull request #240011 from gabritto/reverthover"
This reverts commitef3a39fffd, reversing changes made toe38edc4e3b.
This commit is contained in:
@@ -11,7 +11,8 @@
|
||||
"workspaceTrust",
|
||||
"multiDocumentHighlightProvider",
|
||||
"codeActionAI",
|
||||
"codeActionRanges"
|
||||
"codeActionRanges",
|
||||
"editorHoverVerbosityLevel"
|
||||
],
|
||||
"capabilities": {
|
||||
"virtualWorkspaces": {
|
||||
@@ -571,6 +572,15 @@
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
"markdownDescription": "%configuration.updateImportsOnPaste%"
|
||||
},
|
||||
"typescript.experimental.expandableHover": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "%configuration.expandableHover%",
|
||||
"scope": "window",
|
||||
"tags": [
|
||||
"experimental"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user