diff --git a/extensions/configuration-editing/tsconfig.json b/extensions/configuration-editing/tsconfig.json index c522ac42200..054dd8e9256 100644 --- a/extensions/configuration-editing/tsconfig.json +++ b/extensions/configuration-editing/tsconfig.json @@ -1,7 +1,7 @@ { "extends": "../tsconfig.base.json", "compilerOptions": { - "rootDir": ".", + "rootDir": "./src", "outDir": "./out", "types": [ "node" diff --git a/extensions/css-language-features/client/tsconfig.json b/extensions/css-language-features/client/tsconfig.json index 1dafcc9012d..af9ff253d79 100644 --- a/extensions/css-language-features/client/tsconfig.json +++ b/extensions/css-language-features/client/tsconfig.json @@ -1,7 +1,7 @@ { "extends": "../../tsconfig.base.json", "compilerOptions": { - "rootDir": ".", + "rootDir": "./src", "outDir": "./out", "lib": [ "webworker" diff --git a/extensions/css-language-features/server/tsconfig.json b/extensions/css-language-features/server/tsconfig.json index c3d81e27abf..97428f411f9 100644 --- a/extensions/css-language-features/server/tsconfig.json +++ b/extensions/css-language-features/server/tsconfig.json @@ -1,7 +1,7 @@ { "extends": "../../tsconfig.base.json", "compilerOptions": { - "rootDir": ".", + "rootDir": "./src", "outDir": "./out", "lib": [ "ES2024", diff --git a/extensions/debug-auto-launch/tsconfig.json b/extensions/debug-auto-launch/tsconfig.json index 62ea727d3b3..a2cbe0e9ea3 100644 --- a/extensions/debug-auto-launch/tsconfig.json +++ b/extensions/debug-auto-launch/tsconfig.json @@ -1,7 +1,7 @@ { "extends": "../tsconfig.base.json", "compilerOptions": { - "rootDir": ".", + "rootDir": "./src", "outDir": "./out", "types": [ "node" diff --git a/extensions/debug-server-ready/tsconfig.json b/extensions/debug-server-ready/tsconfig.json index 785abe3524e..36674d29b49 100644 --- a/extensions/debug-server-ready/tsconfig.json +++ b/extensions/debug-server-ready/tsconfig.json @@ -1,7 +1,7 @@ { "extends": "../tsconfig.base.json", "compilerOptions": { - "rootDir": ".", + "rootDir": "./src", "outDir": "./out", "types": [ "node" diff --git a/extensions/emmet/tsconfig.json b/extensions/emmet/tsconfig.json index 5f6539911eb..212e16da77a 100644 --- a/extensions/emmet/tsconfig.json +++ b/extensions/emmet/tsconfig.json @@ -1,7 +1,7 @@ { "extends": "../tsconfig.base.json", "compilerOptions": { - "rootDir": ".", + "rootDir": "./src", "outDir": "./out", "typeRoots": [ "./node_modules/@types" diff --git a/extensions/extension-editing/tsconfig.json b/extensions/extension-editing/tsconfig.json index 24fe6baf7b9..e723410bedf 100644 --- a/extensions/extension-editing/tsconfig.json +++ b/extensions/extension-editing/tsconfig.json @@ -1,7 +1,7 @@ { "extends": "../tsconfig.base.json", "compilerOptions": { - "rootDir": ".", + "rootDir": "./src", "outDir": "./out", "typeRoots": [ "./node_modules/@types" diff --git a/extensions/git-base/tsconfig.json b/extensions/git-base/tsconfig.json index 24fe6baf7b9..e723410bedf 100644 --- a/extensions/git-base/tsconfig.json +++ b/extensions/git-base/tsconfig.json @@ -1,7 +1,7 @@ { "extends": "../tsconfig.base.json", "compilerOptions": { - "rootDir": ".", + "rootDir": "./src", "outDir": "./out", "typeRoots": [ "./node_modules/@types" diff --git a/extensions/git/tsconfig.json b/extensions/git/tsconfig.json index d2431b978ce..c9df6ca6f90 100644 --- a/extensions/git/tsconfig.json +++ b/extensions/git/tsconfig.json @@ -1,7 +1,7 @@ { "extends": "../tsconfig.base.json", "compilerOptions": { - "rootDir": ".", + "rootDir": "./src", "outDir": "./out", "typeRoots": [ "./node_modules/@types" diff --git a/extensions/github-authentication/tsconfig.json b/extensions/github-authentication/tsconfig.json index fcb1c3c01bd..faf5d5a39a3 100644 --- a/extensions/github-authentication/tsconfig.json +++ b/extensions/github-authentication/tsconfig.json @@ -1,7 +1,7 @@ { "extends": "../tsconfig.base.json", "compilerOptions": { - "rootDir": ".", + "rootDir": "./src", "outDir": "./out", "typeRoots": [ "./node_modules/@types" diff --git a/extensions/github/tsconfig.json b/extensions/github/tsconfig.json index d72d9acbca1..5f1ca63127b 100644 --- a/extensions/github/tsconfig.json +++ b/extensions/github/tsconfig.json @@ -1,7 +1,7 @@ { "extends": "../tsconfig.base.json", "compilerOptions": { - "rootDir": ".", + "rootDir": "./src", "outDir": "./out", "module": "NodeNext", "moduleResolution": "NodeNext", diff --git a/extensions/grunt/tsconfig.json b/extensions/grunt/tsconfig.json index 62ea727d3b3..a2cbe0e9ea3 100644 --- a/extensions/grunt/tsconfig.json +++ b/extensions/grunt/tsconfig.json @@ -1,7 +1,7 @@ { "extends": "../tsconfig.base.json", "compilerOptions": { - "rootDir": ".", + "rootDir": "./src", "outDir": "./out", "types": [ "node" diff --git a/extensions/gulp/tsconfig.json b/extensions/gulp/tsconfig.json index 62ea727d3b3..a2cbe0e9ea3 100644 --- a/extensions/gulp/tsconfig.json +++ b/extensions/gulp/tsconfig.json @@ -1,7 +1,7 @@ { "extends": "../tsconfig.base.json", "compilerOptions": { - "rootDir": ".", + "rootDir": "./src", "outDir": "./out", "types": [ "node" diff --git a/extensions/html-language-features/client/tsconfig.json b/extensions/html-language-features/client/tsconfig.json index 7e171954d6d..b919fbffad5 100644 --- a/extensions/html-language-features/client/tsconfig.json +++ b/extensions/html-language-features/client/tsconfig.json @@ -1,7 +1,7 @@ { "extends": "../../tsconfig.base.json", "compilerOptions": { - "rootDir": ".", + "rootDir": "./src", "outDir": "./out", "lib": [ "webworker" diff --git a/extensions/html-language-features/server/tsconfig.json b/extensions/html-language-features/server/tsconfig.json index c3d81e27abf..97428f411f9 100644 --- a/extensions/html-language-features/server/tsconfig.json +++ b/extensions/html-language-features/server/tsconfig.json @@ -1,7 +1,7 @@ { "extends": "../../tsconfig.base.json", "compilerOptions": { - "rootDir": ".", + "rootDir": "./src", "outDir": "./out", "lib": [ "ES2024", diff --git a/extensions/ipynb/tsconfig.json b/extensions/ipynb/tsconfig.json index 75f5535bd96..e95df8b0015 100644 --- a/extensions/ipynb/tsconfig.json +++ b/extensions/ipynb/tsconfig.json @@ -1,7 +1,7 @@ { "extends": "../tsconfig.base.json", "compilerOptions": { - "rootDir": ".", + "rootDir": "./src", "outDir": "./out", "lib": [ "ES2024", diff --git a/extensions/jake/tsconfig.json b/extensions/jake/tsconfig.json index 62ea727d3b3..a2cbe0e9ea3 100644 --- a/extensions/jake/tsconfig.json +++ b/extensions/jake/tsconfig.json @@ -1,7 +1,7 @@ { "extends": "../tsconfig.base.json", "compilerOptions": { - "rootDir": ".", + "rootDir": "./src", "outDir": "./out", "types": [ "node" diff --git a/extensions/json-language-features/client/tsconfig.json b/extensions/json-language-features/client/tsconfig.json index f7bc5755d5f..10c85fba3b4 100644 --- a/extensions/json-language-features/client/tsconfig.json +++ b/extensions/json-language-features/client/tsconfig.json @@ -1,7 +1,7 @@ { "extends": "../../tsconfig.base.json", "compilerOptions": { - "rootDir": ".", + "rootDir": "./src", "outDir": "./out", "lib": [ "webworker" diff --git a/extensions/json-language-features/server/tsconfig.json b/extensions/json-language-features/server/tsconfig.json index 33c5e8da75f..2c01a5ed332 100644 --- a/extensions/json-language-features/server/tsconfig.json +++ b/extensions/json-language-features/server/tsconfig.json @@ -1,7 +1,7 @@ { "extends": "../../tsconfig.base.json", "compilerOptions": { - "rootDir": ".", + "rootDir": "./src", "outDir": "./out", "sourceMap": true, "sourceRoot": "../src", diff --git a/extensions/markdown-language-features/tsconfig.json b/extensions/markdown-language-features/tsconfig.json index c70244d1469..6ae3def2ed1 100644 --- a/extensions/markdown-language-features/tsconfig.json +++ b/extensions/markdown-language-features/tsconfig.json @@ -1,7 +1,7 @@ { "extends": "../tsconfig.base.json", "compilerOptions": { - "rootDir": ".", + "rootDir": "./src", "outDir": "./out", "typeRoots": [ "./node_modules/@types" diff --git a/extensions/markdown-math/notebook/tsconfig.json b/extensions/markdown-math/notebook/tsconfig.json index afd3e2abe99..27545a8dcaf 100644 --- a/extensions/markdown-math/notebook/tsconfig.json +++ b/extensions/markdown-math/notebook/tsconfig.json @@ -1,7 +1,7 @@ { "extends": "../../tsconfig.base.json", "compilerOptions": { - "rootDir": ".", + "rootDir": "./src", "outDir": "./dist/", "jsx": "react", "module": "es2020", diff --git a/extensions/markdown-math/tsconfig.json b/extensions/markdown-math/tsconfig.json index f2d65d19bc8..5a8a0a1c1b4 100644 --- a/extensions/markdown-math/tsconfig.json +++ b/extensions/markdown-math/tsconfig.json @@ -1,7 +1,7 @@ { "extends": "../tsconfig.base.json", "compilerOptions": { - "rootDir": ".", + "rootDir": "./src", "outDir": "./out", "types": [], "typeRoots": [ diff --git a/extensions/media-preview/tsconfig.json b/extensions/media-preview/tsconfig.json index 24fe6baf7b9..e723410bedf 100644 --- a/extensions/media-preview/tsconfig.json +++ b/extensions/media-preview/tsconfig.json @@ -1,7 +1,7 @@ { "extends": "../tsconfig.base.json", "compilerOptions": { - "rootDir": ".", + "rootDir": "./src", "outDir": "./out", "typeRoots": [ "./node_modules/@types" diff --git a/extensions/merge-conflict/tsconfig.json b/extensions/merge-conflict/tsconfig.json index 62ea727d3b3..a2cbe0e9ea3 100644 --- a/extensions/merge-conflict/tsconfig.json +++ b/extensions/merge-conflict/tsconfig.json @@ -1,7 +1,7 @@ { "extends": "../tsconfig.base.json", "compilerOptions": { - "rootDir": ".", + "rootDir": "./src", "outDir": "./out", "types": [ "node" diff --git a/extensions/mermaid-chat-features/tsconfig.json b/extensions/mermaid-chat-features/tsconfig.json index 8f368c72e5b..3df59ab7f3d 100644 --- a/extensions/mermaid-chat-features/tsconfig.json +++ b/extensions/mermaid-chat-features/tsconfig.json @@ -1,7 +1,7 @@ { "extends": "../tsconfig.base.json", "compilerOptions": { - "rootDir": ".", + "rootDir": "./src", "outDir": "./out", "types": [ "node" diff --git a/extensions/microsoft-authentication/tsconfig.json b/extensions/microsoft-authentication/tsconfig.json index cec7238705e..47df27d5bdb 100644 --- a/extensions/microsoft-authentication/tsconfig.json +++ b/extensions/microsoft-authentication/tsconfig.json @@ -1,7 +1,7 @@ { "extends": "../tsconfig.base.json", "compilerOptions": { - "rootDir": ".", + "rootDir": "./src", "outDir": "./out", "noFallthroughCasesInSwitch": true, "noUnusedLocals": false, diff --git a/extensions/notebook-renderers/tsconfig.json b/extensions/notebook-renderers/tsconfig.json index ddd2914adc9..0bc7baa21be 100644 --- a/extensions/notebook-renderers/tsconfig.json +++ b/extensions/notebook-renderers/tsconfig.json @@ -1,7 +1,7 @@ { "extends": "../tsconfig.base.json", "compilerOptions": { - "rootDir": ".", + "rootDir": "./src", "outDir": "./out", "lib": [ "es2024", diff --git a/extensions/npm/tsconfig.json b/extensions/npm/tsconfig.json index 68a1f982cd7..5252f6bd127 100644 --- a/extensions/npm/tsconfig.json +++ b/extensions/npm/tsconfig.json @@ -1,7 +1,7 @@ { "extends": "../tsconfig.base.json", "compilerOptions": { - "rootDir": ".", + "rootDir": "./src", "outDir": "./out", "types": [ "node" diff --git a/extensions/php-language-features/tsconfig.json b/extensions/php-language-features/tsconfig.json index 8df97c1b689..60b4cc148d8 100644 --- a/extensions/php-language-features/tsconfig.json +++ b/extensions/php-language-features/tsconfig.json @@ -1,7 +1,7 @@ { "extends": "../tsconfig.base.json", "compilerOptions": { - "rootDir": ".", + "rootDir": "./src", "outDir": "./out", "types": [ "node" diff --git a/extensions/references-view/tsconfig.json b/extensions/references-view/tsconfig.json index 24fe6baf7b9..e723410bedf 100644 --- a/extensions/references-view/tsconfig.json +++ b/extensions/references-view/tsconfig.json @@ -1,7 +1,7 @@ { "extends": "../tsconfig.base.json", "compilerOptions": { - "rootDir": ".", + "rootDir": "./src", "outDir": "./out", "typeRoots": [ "./node_modules/@types" diff --git a/extensions/search-result/tsconfig.json b/extensions/search-result/tsconfig.json index 24fe6baf7b9..e723410bedf 100644 --- a/extensions/search-result/tsconfig.json +++ b/extensions/search-result/tsconfig.json @@ -1,7 +1,7 @@ { "extends": "../tsconfig.base.json", "compilerOptions": { - "rootDir": ".", + "rootDir": "./src", "outDir": "./out", "typeRoots": [ "./node_modules/@types" diff --git a/extensions/simple-browser/tsconfig.json b/extensions/simple-browser/tsconfig.json index 402db5dc94e..8f53af26c09 100644 --- a/extensions/simple-browser/tsconfig.json +++ b/extensions/simple-browser/tsconfig.json @@ -1,7 +1,7 @@ { "extends": "../tsconfig.base.json", "compilerOptions": { - "rootDir": ".", + "rootDir": "./src", "outDir": "./out", "typeRoots": [ "./node_modules/@types" diff --git a/extensions/terminal-suggest/tsconfig.json b/extensions/terminal-suggest/tsconfig.json index 68143cec0f1..2792930bc21 100644 --- a/extensions/terminal-suggest/tsconfig.json +++ b/extensions/terminal-suggest/tsconfig.json @@ -1,7 +1,7 @@ { "extends": "../tsconfig.base.json", "compilerOptions": { - "rootDir": ".", + "rootDir": "./src", "outDir": "./out", "types": [ "node" diff --git a/extensions/tunnel-forwarding/tsconfig.json b/extensions/tunnel-forwarding/tsconfig.json index dcd834814ae..0f6ad665692 100644 --- a/extensions/tunnel-forwarding/tsconfig.json +++ b/extensions/tunnel-forwarding/tsconfig.json @@ -1,7 +1,7 @@ { "extends": "../tsconfig.base.json", "compilerOptions": { - "rootDir": ".", + "rootDir": "./src", "outDir": "./out", "typeRoots": [ "./node_modules/@types" diff --git a/extensions/typescript-language-features/tsconfig.json b/extensions/typescript-language-features/tsconfig.json index 10517162126..5663d5af904 100644 --- a/extensions/typescript-language-features/tsconfig.json +++ b/extensions/typescript-language-features/tsconfig.json @@ -1,7 +1,7 @@ { "extends": "../tsconfig.base.json", "compilerOptions": { - "rootDir": ".", + "rootDir": "./src", "outDir": "./out", "typeRoots": [ "./node_modules/@types" diff --git a/extensions/typescript-language-features/web/tsconfig.json b/extensions/typescript-language-features/web/tsconfig.json index 688e0042a65..2f7ea63d64b 100644 --- a/extensions/typescript-language-features/web/tsconfig.json +++ b/extensions/typescript-language-features/web/tsconfig.json @@ -1,7 +1,7 @@ { "extends": "../../tsconfig.base.json", "compilerOptions": { - "rootDir": ".", + "rootDir": "./src", "outDir": "../../out", "esModuleInterop": true, "types": [ diff --git a/extensions/vscode-api-tests/tsconfig.json b/extensions/vscode-api-tests/tsconfig.json index fcb4e3dd6cf..88fdb5d4256 100644 --- a/extensions/vscode-api-tests/tsconfig.json +++ b/extensions/vscode-api-tests/tsconfig.json @@ -1,7 +1,7 @@ { "extends": "../tsconfig.base.json", "compilerOptions": { - "rootDir": ".", + "rootDir": "./src", "outDir": "./out", "typeRoots": [ "./node_modules/@types" diff --git a/extensions/vscode-colorize-perf-tests/tsconfig.json b/extensions/vscode-colorize-perf-tests/tsconfig.json index 2a8d1cb8eb5..431bc8ed65c 100644 --- a/extensions/vscode-colorize-perf-tests/tsconfig.json +++ b/extensions/vscode-colorize-perf-tests/tsconfig.json @@ -1,7 +1,7 @@ { "extends": "../tsconfig.base.json", "compilerOptions": { - "rootDir": ".", + "rootDir": "./src", "outDir": "./out", "typeRoots": [ "./node_modules/@types" diff --git a/extensions/vscode-colorize-tests/tsconfig.json b/extensions/vscode-colorize-tests/tsconfig.json index 2a8d1cb8eb5..431bc8ed65c 100644 --- a/extensions/vscode-colorize-tests/tsconfig.json +++ b/extensions/vscode-colorize-tests/tsconfig.json @@ -1,7 +1,7 @@ { "extends": "../tsconfig.base.json", "compilerOptions": { - "rootDir": ".", + "rootDir": "./src", "outDir": "./out", "typeRoots": [ "./node_modules/@types" diff --git a/extensions/vscode-test-resolver/tsconfig.json b/extensions/vscode-test-resolver/tsconfig.json index 7f3171395ba..e5e48c3201d 100644 --- a/extensions/vscode-test-resolver/tsconfig.json +++ b/extensions/vscode-test-resolver/tsconfig.json @@ -1,7 +1,7 @@ { "extends": "../tsconfig.base.json", "compilerOptions": { - "rootDir": ".", + "rootDir": "./src", "outDir": "./out", "typeRoots": [ "./node_modules/@types" diff --git a/test/automation/tsconfig.json b/test/automation/tsconfig.json index 908cc3367a3..46d4dcb7914 100644 --- a/test/automation/tsconfig.json +++ b/test/automation/tsconfig.json @@ -5,6 +5,7 @@ "strict": true, "noUnusedParameters": false, "noUnusedLocals": true, + "rootDir": "./src", "outDir": "out", "sourceMap": true, "declaration": true, diff --git a/test/integration/browser/tsconfig.json b/test/integration/browser/tsconfig.json index 0d77fe42693..74fa2635bec 100644 --- a/test/integration/browser/tsconfig.json +++ b/test/integration/browser/tsconfig.json @@ -8,6 +8,7 @@ "strict": true, "noUnusedParameters": false, "noUnusedLocals": true, + "rootDir": "./src", "outDir": "out", "sourceMap": true, "skipLibCheck": true, diff --git a/test/mcp/tsconfig.json b/test/mcp/tsconfig.json index 0d77fe42693..74fa2635bec 100644 --- a/test/mcp/tsconfig.json +++ b/test/mcp/tsconfig.json @@ -8,6 +8,7 @@ "strict": true, "noUnusedParameters": false, "noUnusedLocals": true, + "rootDir": "./src", "outDir": "out", "sourceMap": true, "skipLibCheck": true, diff --git a/test/sanity/tsconfig.json b/test/sanity/tsconfig.json index 1c7f8f121db..74c4bd9b927 100644 --- a/test/sanity/tsconfig.json +++ b/test/sanity/tsconfig.json @@ -9,6 +9,7 @@ "strict": true, "noUnusedParameters": true, "noUnusedLocals": true, + "rootDir": "./src", "outDir": "out", "sourceMap": true, "skipLibCheck": true, diff --git a/test/smoke/tsconfig.json b/test/smoke/tsconfig.json index 0d77fe42693..74fa2635bec 100644 --- a/test/smoke/tsconfig.json +++ b/test/smoke/tsconfig.json @@ -8,6 +8,7 @@ "strict": true, "noUnusedParameters": false, "noUnusedLocals": true, + "rootDir": "./src", "outDir": "out", "sourceMap": true, "skipLibCheck": true,