mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 10:08:49 +01:00
Refactor Configuration Migration Logic (#198414)
* fix migration #198056
This commit is contained in:
committed by
GitHub
parent
cfd52679ce
commit
a6469cae57
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
@@ -165,11 +165,10 @@
|
||||
"src/vs/workbench/workbench.web.main.ts",
|
||||
"src/vs/workbench/api/common/extHostTypes.ts"
|
||||
],
|
||||
|
||||
// Temporarily enabled for self-hosting
|
||||
"terminal.integrated.stickyScroll.enabled": true,
|
||||
|
||||
// Temporarily enabled for self-hosting
|
||||
"scm.showIncomingChanges": "always",
|
||||
"scm.showOutgoingChanges": "always"
|
||||
"scm.showOutgoingChanges": "always",
|
||||
"workbench.editor.showTabs": "multiple",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user