diff --git a/authenticationprovider-sample/.vscode/settings.json b/authenticationprovider-sample/.vscode/settings.json index 30bf8c2d..bb4faebf 100644 --- a/authenticationprovider-sample/.vscode/settings.json +++ b/authenticationprovider-sample/.vscode/settings.json @@ -7,5 +7,5 @@ "out": true // set this to false to include "out" folder in search results }, // Turn off tsc task auto detection since we have the necessary tasks as npm scripts - "typescript.tsc.autoDetect": "off" + "js/ts.tsc.autoDetect": "off" } \ No newline at end of file diff --git a/basic-multi-root-sample/.vscode/settings.json b/basic-multi-root-sample/.vscode/settings.json index 0e15ff19..45655fd7 100644 --- a/basic-multi-root-sample/.vscode/settings.json +++ b/basic-multi-root-sample/.vscode/settings.json @@ -6,5 +6,5 @@ "search.exclude": { "out": true // set this to false to include "out" folder in search results }, - "typescript.tsc.autoDetect": "off" // Turn off tsc task auto detection since we have the necessary task as npm scripts + "js/ts.tsc.autoDetect": "off" // Turn off tsc task auto detection since we have the necessary task as npm scripts } \ No newline at end of file diff --git a/chat-context-sample/.vscode/settings.json b/chat-context-sample/.vscode/settings.json index afdab66c..702eff81 100644 --- a/chat-context-sample/.vscode/settings.json +++ b/chat-context-sample/.vscode/settings.json @@ -7,5 +7,5 @@ "out": true // set this to false to include "out" folder in search results }, // Turn off tsc task auto detection since we have the necessary tasks as npm scripts - "typescript.tsc.autoDetect": "off" + "js/ts.tsc.autoDetect": "off" } diff --git a/chat-tutorial/.vscode/settings.json b/chat-tutorial/.vscode/settings.json index 30bf8c2d..bb4faebf 100644 --- a/chat-tutorial/.vscode/settings.json +++ b/chat-tutorial/.vscode/settings.json @@ -7,5 +7,5 @@ "out": true // set this to false to include "out" folder in search results }, // Turn off tsc task auto detection since we have the necessary tasks as npm scripts - "typescript.tsc.autoDetect": "off" + "js/ts.tsc.autoDetect": "off" } \ No newline at end of file diff --git a/configuration-sample/.vscode/settings.json b/configuration-sample/.vscode/settings.json index c89394a5..8aec0689 100644 --- a/configuration-sample/.vscode/settings.json +++ b/configuration-sample/.vscode/settings.json @@ -7,6 +7,6 @@ "out": true // set this to false to include "out" folder in search results }, "typescript.tsdk": "./node_modules/typescript/lib", // we want to use the TS server from our node_modules folder to control its version - "typescript.tsc.autoDetect": "off", + "js/ts.tsc.autoDetect": "off", "editor.insertSpaces": false, } \ No newline at end of file diff --git a/jupyter-kernel-execution-sample/.vscode/settings.json b/jupyter-kernel-execution-sample/.vscode/settings.json index bfcb693a..0497cd6e 100644 --- a/jupyter-kernel-execution-sample/.vscode/settings.json +++ b/jupyter-kernel-execution-sample/.vscode/settings.json @@ -2,5 +2,5 @@ "search.exclude": { "out": true }, - "typescript.tsc.autoDetect": "off" + "js/ts.tsc.autoDetect": "off" } diff --git a/jupyter-server-provider-sample/.vscode/settings.json b/jupyter-server-provider-sample/.vscode/settings.json index bfcb693a..0497cd6e 100644 --- a/jupyter-server-provider-sample/.vscode/settings.json +++ b/jupyter-server-provider-sample/.vscode/settings.json @@ -2,5 +2,5 @@ "search.exclude": { "out": true }, - "typescript.tsc.autoDetect": "off" + "js/ts.tsc.autoDetect": "off" } diff --git a/l10n-sample/.vscode/settings.json b/l10n-sample/.vscode/settings.json index 30bf8c2d..bb4faebf 100644 --- a/l10n-sample/.vscode/settings.json +++ b/l10n-sample/.vscode/settings.json @@ -7,5 +7,5 @@ "out": true // set this to false to include "out" folder in search results }, // Turn off tsc task auto detection since we have the necessary tasks as npm scripts - "typescript.tsc.autoDetect": "off" + "js/ts.tsc.autoDetect": "off" } \ No newline at end of file diff --git a/lm-api-tutorial/.vscode/settings.json b/lm-api-tutorial/.vscode/settings.json index afdab66c..702eff81 100644 --- a/lm-api-tutorial/.vscode/settings.json +++ b/lm-api-tutorial/.vscode/settings.json @@ -7,5 +7,5 @@ "out": true // set this to false to include "out" folder in search results }, // Turn off tsc task auto detection since we have the necessary tasks as npm scripts - "typescript.tsc.autoDetect": "off" + "js/ts.tsc.autoDetect": "off" } diff --git a/lsp-embedded-language-service/.vscode/settings.json b/lsp-embedded-language-service/.vscode/settings.json index e753763c..a665cb6f 100644 --- a/lsp-embedded-language-service/.vscode/settings.json +++ b/lsp-embedded-language-service/.vscode/settings.json @@ -1,5 +1,5 @@ { "editor.insertSpaces": false, - "typescript.tsc.autoDetect": "off", + "js/ts.tsc.autoDetect": "off", "typescript.preferences.quoteStyle": "single" } \ No newline at end of file diff --git a/lsp-embedded-request-forwarding/.vscode/settings.json b/lsp-embedded-request-forwarding/.vscode/settings.json index e753763c..a665cb6f 100644 --- a/lsp-embedded-request-forwarding/.vscode/settings.json +++ b/lsp-embedded-request-forwarding/.vscode/settings.json @@ -1,5 +1,5 @@ { "editor.insertSpaces": false, - "typescript.tsc.autoDetect": "off", + "js/ts.tsc.autoDetect": "off", "typescript.preferences.quoteStyle": "single" } \ No newline at end of file diff --git a/lsp-multi-server-sample/.vscode/settings.json b/lsp-multi-server-sample/.vscode/settings.json index 9a7bb62a..ff8c5a29 100644 --- a/lsp-multi-server-sample/.vscode/settings.json +++ b/lsp-multi-server-sample/.vscode/settings.json @@ -1,5 +1,5 @@ { "editor.insertSpaces": false, - "typescript.tsc.autoDetect": "off", + "js/ts.tsc.autoDetect": "off", "typescript.preferences.quoteStyle": "single" } \ No newline at end of file diff --git a/lsp-sample/.vscode/settings.json b/lsp-sample/.vscode/settings.json index 390d2993..a31eae3d 100644 --- a/lsp-sample/.vscode/settings.json +++ b/lsp-sample/.vscode/settings.json @@ -1,6 +1,6 @@ { "editor.insertSpaces": false, - "typescript.tsc.autoDetect": "off", + "js/ts.tsc.autoDetect": "off", "typescript.preferences.quoteStyle": "single", "editor.codeActionsOnSave": { "source.fixAll.eslint": "explicit" diff --git a/lsp-user-input-sample/.vscode/settings.json b/lsp-user-input-sample/.vscode/settings.json index 3ba8ccc9..29cf482e 100644 --- a/lsp-user-input-sample/.vscode/settings.json +++ b/lsp-user-input-sample/.vscode/settings.json @@ -11,7 +11,7 @@ "editor.insertSpaces": false, "editor.tabSize": 4, "typescript.tsdk": "./node_modules/typescript/lib", - "typescript.tsc.autoDetect": "off", + "js/ts.tsc.autoDetect": "off", "eslint.enable": true, "eslint.validate": [ "typescript" diff --git a/lsp-web-extension-sample/.vscode/settings.json b/lsp-web-extension-sample/.vscode/settings.json index 390d2993..a31eae3d 100644 --- a/lsp-web-extension-sample/.vscode/settings.json +++ b/lsp-web-extension-sample/.vscode/settings.json @@ -1,6 +1,6 @@ { "editor.insertSpaces": false, - "typescript.tsc.autoDetect": "off", + "js/ts.tsc.autoDetect": "off", "typescript.preferences.quoteStyle": "single", "editor.codeActionsOnSave": { "source.fixAll.eslint": "explicit" diff --git a/nodefs-provider-sample/.vscode/settings.json b/nodefs-provider-sample/.vscode/settings.json index 0e15ff19..45655fd7 100644 --- a/nodefs-provider-sample/.vscode/settings.json +++ b/nodefs-provider-sample/.vscode/settings.json @@ -6,5 +6,5 @@ "search.exclude": { "out": true // set this to false to include "out" folder in search results }, - "typescript.tsc.autoDetect": "off" // Turn off tsc task auto detection since we have the necessary task as npm scripts + "js/ts.tsc.autoDetect": "off" // Turn off tsc task auto detection since we have the necessary task as npm scripts } \ No newline at end of file diff --git a/notebook-extend-markdown-renderer-sample/.vscode/settings.json b/notebook-extend-markdown-renderer-sample/.vscode/settings.json index ffeaf91c..fbe735ac 100644 --- a/notebook-extend-markdown-renderer-sample/.vscode/settings.json +++ b/notebook-extend-markdown-renderer-sample/.vscode/settings.json @@ -7,5 +7,5 @@ "out": true // set this to false to include "out" folder in search results }, // Turn off tsc task auto detection since we have the necessary tasks as npm scripts - "typescript.tsc.autoDetect": "off" + "js/ts.tsc.autoDetect": "off" } diff --git a/notebook-format-code-action-sample/.vscode/settings.json b/notebook-format-code-action-sample/.vscode/settings.json index 30bf8c2d..bb4faebf 100644 --- a/notebook-format-code-action-sample/.vscode/settings.json +++ b/notebook-format-code-action-sample/.vscode/settings.json @@ -7,5 +7,5 @@ "out": true // set this to false to include "out" folder in search results }, // Turn off tsc task auto detection since we have the necessary tasks as npm scripts - "typescript.tsc.autoDetect": "off" + "js/ts.tsc.autoDetect": "off" } \ No newline at end of file diff --git a/notebook-renderer-react-sample/.vscode/settings.json b/notebook-renderer-react-sample/.vscode/settings.json index ffeaf91c..fbe735ac 100644 --- a/notebook-renderer-react-sample/.vscode/settings.json +++ b/notebook-renderer-react-sample/.vscode/settings.json @@ -7,5 +7,5 @@ "out": true // set this to false to include "out" folder in search results }, // Turn off tsc task auto detection since we have the necessary tasks as npm scripts - "typescript.tsc.autoDetect": "off" + "js/ts.tsc.autoDetect": "off" } diff --git a/notebook-renderer-sample/.vscode/settings.json b/notebook-renderer-sample/.vscode/settings.json index ffeaf91c..fbe735ac 100644 --- a/notebook-renderer-sample/.vscode/settings.json +++ b/notebook-renderer-sample/.vscode/settings.json @@ -7,5 +7,5 @@ "out": true // set this to false to include "out" folder in search results }, // Turn off tsc task auto detection since we have the necessary tasks as npm scripts - "typescript.tsc.autoDetect": "off" + "js/ts.tsc.autoDetect": "off" } diff --git a/notebook-serializer-sample/.vscode/settings.json b/notebook-serializer-sample/.vscode/settings.json index bfcb693a..0497cd6e 100644 --- a/notebook-serializer-sample/.vscode/settings.json +++ b/notebook-serializer-sample/.vscode/settings.json @@ -2,5 +2,5 @@ "search.exclude": { "out": true }, - "typescript.tsc.autoDetect": "off" + "js/ts.tsc.autoDetect": "off" } diff --git a/notifications-sample/.vscode/settings.json b/notifications-sample/.vscode/settings.json index 30bf8c2d..bb4faebf 100644 --- a/notifications-sample/.vscode/settings.json +++ b/notifications-sample/.vscode/settings.json @@ -7,5 +7,5 @@ "out": true // set this to false to include "out" folder in search results }, // Turn off tsc task auto detection since we have the necessary tasks as npm scripts - "typescript.tsc.autoDetect": "off" + "js/ts.tsc.autoDetect": "off" } \ No newline at end of file diff --git a/progress-sample/.vscode/settings.json b/progress-sample/.vscode/settings.json index dfcf0a56..56cd7d30 100644 --- a/progress-sample/.vscode/settings.json +++ b/progress-sample/.vscode/settings.json @@ -7,5 +7,5 @@ "out": true // set this to false to include "out" folder in search results }, "typescript.tsdk": "./node_modules/typescript/lib", // we want to use the TS server from our node_modules folder to control its version - "typescript.tsc.autoDetect": "off" // Turn off tsc task auto detection since we have the necessary task as npm scripts + "js/ts.tsc.autoDetect": "off" // Turn off tsc task auto detection since we have the necessary task as npm scripts } \ No newline at end of file diff --git a/quickinput-sample/.vscode/settings.json b/quickinput-sample/.vscode/settings.json index 30bf8c2d..bb4faebf 100644 --- a/quickinput-sample/.vscode/settings.json +++ b/quickinput-sample/.vscode/settings.json @@ -7,5 +7,5 @@ "out": true // set this to false to include "out" folder in search results }, // Turn off tsc task auto detection since we have the necessary tasks as npm scripts - "typescript.tsc.autoDetect": "off" + "js/ts.tsc.autoDetect": "off" } \ No newline at end of file diff --git a/shell-integration-sample/.vscode/settings.json b/shell-integration-sample/.vscode/settings.json index 30bf8c2d..bb4faebf 100644 --- a/shell-integration-sample/.vscode/settings.json +++ b/shell-integration-sample/.vscode/settings.json @@ -7,5 +7,5 @@ "out": true // set this to false to include "out" folder in search results }, // Turn off tsc task auto detection since we have the necessary tasks as npm scripts - "typescript.tsc.autoDetect": "off" + "js/ts.tsc.autoDetect": "off" } \ No newline at end of file diff --git a/statusbar-sample/.vscode/settings.json b/statusbar-sample/.vscode/settings.json index dfcf0a56..56cd7d30 100644 --- a/statusbar-sample/.vscode/settings.json +++ b/statusbar-sample/.vscode/settings.json @@ -7,5 +7,5 @@ "out": true // set this to false to include "out" folder in search results }, "typescript.tsdk": "./node_modules/typescript/lib", // we want to use the TS server from our node_modules folder to control its version - "typescript.tsc.autoDetect": "off" // Turn off tsc task auto detection since we have the necessary task as npm scripts + "js/ts.tsc.autoDetect": "off" // Turn off tsc task auto detection since we have the necessary task as npm scripts } \ No newline at end of file diff --git a/task-provider-sample/.vscode/settings.json b/task-provider-sample/.vscode/settings.json index e753763c..a665cb6f 100644 --- a/task-provider-sample/.vscode/settings.json +++ b/task-provider-sample/.vscode/settings.json @@ -1,5 +1,5 @@ { "editor.insertSpaces": false, - "typescript.tsc.autoDetect": "off", + "js/ts.tsc.autoDetect": "off", "typescript.preferences.quoteStyle": "single" } \ No newline at end of file diff --git a/tree-view-sample/.vscode/settings.json b/tree-view-sample/.vscode/settings.json index c89394a5..8aec0689 100644 --- a/tree-view-sample/.vscode/settings.json +++ b/tree-view-sample/.vscode/settings.json @@ -7,6 +7,6 @@ "out": true // set this to false to include "out" folder in search results }, "typescript.tsdk": "./node_modules/typescript/lib", // we want to use the TS server from our node_modules folder to control its version - "typescript.tsc.autoDetect": "off", + "js/ts.tsc.autoDetect": "off", "editor.insertSpaces": false, } \ No newline at end of file diff --git a/uri-handler-sample/.vscode/settings.json b/uri-handler-sample/.vscode/settings.json index 30bf8c2d..bb4faebf 100644 --- a/uri-handler-sample/.vscode/settings.json +++ b/uri-handler-sample/.vscode/settings.json @@ -7,5 +7,5 @@ "out": true // set this to false to include "out" folder in search results }, // Turn off tsc task auto detection since we have the necessary tasks as npm scripts - "typescript.tsc.autoDetect": "off" + "js/ts.tsc.autoDetect": "off" } \ No newline at end of file diff --git a/virtual-document-sample/.vscode/settings.json b/virtual-document-sample/.vscode/settings.json index dfcf0a56..56cd7d30 100644 --- a/virtual-document-sample/.vscode/settings.json +++ b/virtual-document-sample/.vscode/settings.json @@ -7,5 +7,5 @@ "out": true // set this to false to include "out" folder in search results }, "typescript.tsdk": "./node_modules/typescript/lib", // we want to use the TS server from our node_modules folder to control its version - "typescript.tsc.autoDetect": "off" // Turn off tsc task auto detection since we have the necessary task as npm scripts + "js/ts.tsc.autoDetect": "off" // Turn off tsc task auto detection since we have the necessary task as npm scripts } \ No newline at end of file diff --git a/welcome-view-content-sample/.vscode/settings.json b/welcome-view-content-sample/.vscode/settings.json index 30bf8c2d..bb4faebf 100644 --- a/welcome-view-content-sample/.vscode/settings.json +++ b/welcome-view-content-sample/.vscode/settings.json @@ -7,5 +7,5 @@ "out": true // set this to false to include "out" folder in search results }, // Turn off tsc task auto detection since we have the necessary tasks as npm scripts - "typescript.tsc.autoDetect": "off" + "js/ts.tsc.autoDetect": "off" } \ No newline at end of file