Disable VSCode auto update checks
This commit is contained in:
parent
ffccec2898
commit
54bcb0ba85
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@
|
|||
"security.workspace.trust.untrustedFiles": "newWindow",
|
||||
"telemetry.telemetryLevel": "off",
|
||||
"terminal.integrated.enablePersistentSessions": false,
|
||||
"update.mode": "manual",
|
||||
"update.showReleaseNotes": false,
|
||||
"window.restoreWindows": "none",
|
||||
"workbench.colorTheme": "Default Light Modern",
|
||||
"workbench.editor.untitled.hint": "hidden",
|
||||
|
|
Loading…
Reference in a new issue