Remove deprecated vscode settings
This commit is contained in:
parent
2399237fbb
commit
c54c6ab613
1 changed files with 2 additions and 12 deletions
|
@ -1,6 +1,4 @@
|
||||||
{
|
{
|
||||||
"workbench.statusBar.feedback.visible": false,
|
|
||||||
"sublimeTextKeymap.promptV3Features": true,
|
|
||||||
"editor.multiCursorModifier": "ctrlCmd",
|
"editor.multiCursorModifier": "ctrlCmd",
|
||||||
"editor.snippetSuggestions": "top",
|
"editor.snippetSuggestions": "top",
|
||||||
"editor.formatOnPaste": false,
|
"editor.formatOnPaste": false,
|
||||||
|
@ -8,7 +6,6 @@
|
||||||
"workbench.iconTheme": "material-icon-theme",
|
"workbench.iconTheme": "material-icon-theme",
|
||||||
"telemetry.enableCrashReporter": true,
|
"telemetry.enableCrashReporter": true,
|
||||||
"telemetry.enableTelemetry": false,
|
"telemetry.enableTelemetry": false,
|
||||||
"update.channel": "none",
|
|
||||||
"extensions.autoUpdate": false,
|
"extensions.autoUpdate": false,
|
||||||
"window.zoomLevel": 0,
|
"window.zoomLevel": 0,
|
||||||
"gitlens.currentLine.enabled": false,
|
"gitlens.currentLine.enabled": false,
|
||||||
|
@ -23,7 +20,6 @@
|
||||||
],
|
],
|
||||||
"python.workspaceSymbols.exclusionPatterns": [],
|
"python.workspaceSymbols.exclusionPatterns": [],
|
||||||
"gitlens.codeLens.enabled": false,
|
"gitlens.codeLens.enabled": false,
|
||||||
"npm.validate.enable": false,
|
|
||||||
"workbench.activityBar.visible": true,
|
"workbench.activityBar.visible": true,
|
||||||
"editor.fontSize": 14,
|
"editor.fontSize": 14,
|
||||||
"files.trimTrailingWhitespace": true,
|
"files.trimTrailingWhitespace": true,
|
||||||
|
@ -38,11 +34,6 @@
|
||||||
"--ignore=E501"
|
"--ignore=E501"
|
||||||
],
|
],
|
||||||
"python.linting.lintOnSave": true,
|
"python.linting.lintOnSave": true,
|
||||||
"rust.rustup": {
|
|
||||||
"toolchain": "stable-x86_64-unknown-linux-gnu"
|
|
||||||
},
|
|
||||||
"rust.mode": "rls",
|
|
||||||
"latex-workshop.latex.autoBuild.onSave.enabled": false,
|
|
||||||
"terminal.integrated.setLocaleVariables": true,
|
"terminal.integrated.setLocaleVariables": true,
|
||||||
"gitlens.advanced.messages": {
|
"gitlens.advanced.messages": {
|
||||||
"suppressCommitHasNoPreviousCommitWarning": false,
|
"suppressCommitHasNoPreviousCommitWarning": false,
|
||||||
|
@ -69,12 +60,11 @@
|
||||||
"editor.cursorSmoothCaretAnimation": true,
|
"editor.cursorSmoothCaretAnimation": true,
|
||||||
"workbench.settings.enableNaturalLanguageSearch": true,
|
"workbench.settings.enableNaturalLanguageSearch": true,
|
||||||
"cSpell.language": "en-GB",
|
"cSpell.language": "en-GB",
|
||||||
"update.enableWindowsBackgroundUpdates": false,
|
|
||||||
"editor.mouseWheelZoom": true,
|
"editor.mouseWheelZoom": true,
|
||||||
"files.autoGuessEncoding": true,
|
"files.autoGuessEncoding": true,
|
||||||
"files.useExperimentalFileWatcher": true,
|
|
||||||
"workbench.startupEditor": "none",
|
"workbench.startupEditor": "none",
|
||||||
"extensions.ignoreRecommendations": true,
|
"extensions.ignoreRecommendations": true,
|
||||||
"extensions.showRecommendationsOnlyOnDemand": true,
|
"extensions.showRecommendationsOnlyOnDemand": true,
|
||||||
"latex-workshop.intellisense.package.enabled": true
|
"latex-workshop.intellisense.package.enabled": true,
|
||||||
|
"latex-workshop.latex.autoBuild.run": "never"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue