[+] update vscode dot files
This commit is contained in:
parent
1626974759
commit
48ef23aa88
@ -124,5 +124,14 @@
|
|||||||
"key": "ctrl+/",
|
"key": "ctrl+/",
|
||||||
"command": "-workbench.action.terminal.sendSequence",
|
"command": "-workbench.action.terminal.sendSequence",
|
||||||
"when": "terminalFocus"
|
"when": "terminalFocus"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "shift+alt+l",
|
||||||
|
"command": "workbench.action.editorLayoutTwoRowsRight"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "ctrl+b",
|
||||||
|
"command": "-extension.vim_ctrl+b",
|
||||||
|
"when": "editorTextFocus && vim.active && vim.use<C-b> && !inDebugRepl && vim.mode != 'Insert'"
|
||||||
}
|
}
|
||||||
]
|
]
|
@ -5,5 +5,47 @@
|
|||||||
"editor.minimap.size": "fit",
|
"editor.minimap.size": "fit",
|
||||||
"diffEditor.hideUnchangedRegions.enabled": true,
|
"diffEditor.hideUnchangedRegions.enabled": true,
|
||||||
"python.experiments.enabled": false,
|
"python.experiments.enabled": false,
|
||||||
"debugpy.debugJustMyCode": false
|
"debugpy.debugJustMyCode": false,
|
||||||
|
"python.REPL.enableREPLSmartSend": false,
|
||||||
|
"python.terminal.activateEnvironment": false,
|
||||||
|
"python.testing.autoTestDiscoverOnSaveEnabled": false,
|
||||||
|
"python.languageServer": "None",
|
||||||
|
"typescript.surveys.enabled": false,
|
||||||
|
"typescript.suggestionActions.enabled": false,
|
||||||
|
"typescript.tsserver.enableRegionDiagnostics": false,
|
||||||
|
"typescript.tsserver.maxTsServerMemory": 5,
|
||||||
|
"typescript.tsserver.useSyntaxServer": "never",
|
||||||
|
"typescript.tsserver.web.typeAcquisition.enabled": false,
|
||||||
|
"typescript.validate.enable": false,
|
||||||
|
"typescript.workspaceSymbols.excludeLibrarySymbols": false,
|
||||||
|
"typescript.check.npmIsInstalled": false,
|
||||||
|
"typescript.tsserver.web.projectWideIntellisense.enabled": false,
|
||||||
|
"python.REPL.provideVariables": false,
|
||||||
|
"git.openRepositoryInParentFolders": "never",
|
||||||
|
"workbench.enableExperiments": false,
|
||||||
|
"workbench.cloudChanges.continueOn": "off",
|
||||||
|
"workbench.cloudChanges.autoResume": "off",
|
||||||
|
"extensions.autoCheckUpdates": false,
|
||||||
|
"update.mode": "none",
|
||||||
|
"workbench.settings.enableNaturalLanguageSearch": false,
|
||||||
|
"update.showReleaseNotes": false,
|
||||||
|
"extensions.autoUpdate": false,
|
||||||
|
"telemetry.telemetryLevel": "off",
|
||||||
|
"json.schemaDownload.enable": false,
|
||||||
|
"npm.fetchOnlinePackageInfo": false,
|
||||||
|
"window.experimentalControlOverlay": false,
|
||||||
|
"window.commandCenter": false,
|
||||||
|
"window.confirmBeforeClose": "always",
|
||||||
|
"window.dialogStyle": "custom",
|
||||||
|
"window.titleBarStyle": "custom",
|
||||||
|
"window.customTitleBarVisibility": "windowed",
|
||||||
|
"window.enableMenuBarMnemonics": false,
|
||||||
|
"window.menuBarVisibility": "compact",
|
||||||
|
"issueReporter.experimental.auxWindow": false,
|
||||||
|
"workbench.colorTheme": "Monokai",
|
||||||
|
"workbench.preferredDarkColorTheme": "Monokai",
|
||||||
|
"workbench.preferredHighContrastColorTheme": "Monokai",
|
||||||
|
"workbench.preferredHighContrastLightColorTheme": "Monokai",
|
||||||
|
"workbench.preferredLightColorTheme": "Monokai",
|
||||||
|
"mesonbuild.downloadLanguageServer": false
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user