Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/markdown-language-features/package.json')
-rw-r--r--extensions/markdown-language-features/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/markdown-language-features/package.json b/extensions/markdown-language-features/package.json
index 8cee84a8d74..0b5d9f8358e 100644
--- a/extensions/markdown-language-features/package.json
+++ b/extensions/markdown-language-features/package.json
@@ -16,7 +16,6 @@
"Programming Languages"
],
"enabledApiProposals": [
- "textEditorDrop",
"documentPaste"
],
"activationEvents": [
@@ -563,7 +562,8 @@
"@types/picomatch": "^2.3.0",
"@types/vscode-notebook-renderer": "^1.60.0",
"@types/vscode-webview": "^1.57.0",
- "lodash.throttle": "^4.1.1"
+ "lodash.throttle": "^4.1.1",
+ "vscode-languageserver-types": "^3.17.2"
},
"repository": {
"type": "git",