Don't register js/ts paste provider if setting is off (#216168)

This commit is contained in:
Matt Bierner
2024-06-17 15:14:59 -07:00
committed by GitHub
parent 3a682a623b
commit 61eba45dc4
2 changed files with 7 additions and 4 deletions

View File

@@ -1316,14 +1316,14 @@
"scope": "window"
},
"javascript.experimental.updateImportsOnPaste": {
"scope": "resource",
"scope": "window",
"type": "boolean",
"default": false,
"description": "%configuration.updateImportsOnPaste%",
"tags": ["experimental"]
},
"typescript.experimental.updateImportsOnPaste": {
"scope": "resource",
"scope": "window",
"type": "boolean",
"default": false,
"description": "%configuration.updateImportsOnPaste%",