mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
chat - add product.overrides.json to git.worktreeIncludeFiles (#296485)
This commit is contained in:
12
.vscode/settings.json
vendored
12
.vscode/settings.json
vendored
@@ -100,10 +100,10 @@
|
||||
// --- TypeScript ---
|
||||
"typescript.experimental.useTsgo": true,
|
||||
"typescript.tsdk": "node_modules/typescript/lib",
|
||||
"typescript.preferences.importModuleSpecifier": "relative",
|
||||
"typescript.preferences.quoteStyle": "single",
|
||||
"js/ts.preferences.importModuleSpecifier": "relative",
|
||||
"js/ts.preferences.quoteStyle": "single",
|
||||
"typescript.tsc.autoDetect": "off",
|
||||
"typescript.preferences.autoImportFileExcludePatterns": [
|
||||
"js/ts.preferences.autoImportFileExcludePatterns": [
|
||||
"@xterm/xterm",
|
||||
"@xterm/headless",
|
||||
"node-pty",
|
||||
@@ -144,6 +144,9 @@
|
||||
"ts": "warning",
|
||||
"eslint": "warning"
|
||||
},
|
||||
"git.worktreeIncludeFiles": [
|
||||
"product.overrides.json"
|
||||
],
|
||||
// --- GitHub ---
|
||||
"githubPullRequests.experimental.createView": true,
|
||||
"githubPullRequests.assignCreated": "${user}",
|
||||
@@ -199,12 +202,11 @@
|
||||
"sash"
|
||||
],
|
||||
// --- Workbench ---
|
||||
// "application.experimental.rendererProfiling": true, // https://github.com/microsoft/vscode/issues/265654
|
||||
"editor.aiStats.enabled": true, // Team selfhosting on ai stats
|
||||
"azureMcp.enabledServices": [
|
||||
"kusto" // Needed for kusto tool in data.prompt.md
|
||||
],
|
||||
"azureMcp.serverMode": "all",
|
||||
"azureMcp.readOnly": true,
|
||||
"debug.breakpointsView.presentation": "tree"
|
||||
"debug.breakpointsView.presentation": "tree",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user