vscode: disable update check
This commit is contained in:
parent
9f0d478b41
commit
3c2c25d388
|
@ -8,4 +8,5 @@
|
||||||
"git.autofetch": true,
|
"git.autofetch": true,
|
||||||
"git.confirmSync": false,
|
"git.confirmSync": false,
|
||||||
"editor.suggest.snippetsPreventQuickSuggestions": false,
|
"editor.suggest.snippetsPreventQuickSuggestions": false,
|
||||||
|
"update.mode": "none",
|
||||||
}
|
}
|
Loading…
Reference in a new issue