diff --git a/vscodium/settings.json b/vscodium/settings.json index 9a03d65..88df52e 100644 --- a/vscodium/settings.json +++ b/vscodium/settings.json @@ -5,8 +5,31 @@ "workbench.cloudChanges.continueOn": "off", "workbench.cloudChanges.autoResume": "off", "update.mode": "start", - "window.menuBarVisibility": "compact", - "workbench.colorTheme": "Gruvbox Dark Hard", + //!!!! Stop Searching useless stuff and env exclude!!!! + "search.exclude": { + "**/*.git*": true, + "**/*.esl*": true, + "**/*.env*/**": true, + "**/*LICENSE": true, + "**/*COPYING": true, + "**/node_modules*/**": true, + "**/*package.json":true, + "**/*package-lock.json":true, + "**/*yarn.lock":true, + "**/*yarn-error.log":true, + "**/*tsconfig.json":true, + "**/*tslint.json":true, + "**/*pnpm-lock.yaml":true, + "**/*README*": true, + "**/bower_components*/**": true, + "**/*.code-search": true, + "**/*dist": true, + "**/*build": true, + "**/*out": true, + "**/*tmp": true, + "**/*temp": true, + "**/*cache": true, + }, // === Telemetry === "continue.telemetryEnabled": false, @@ -186,8 +209,7 @@ "ansible.lightspeed.enabled": false, "yaml.hover": true, "yaml.completion": true, - // <<< IaC, Devops >>> - + "workbench.colorTheme": "Gruvbox Dark Hard", "nix.enableLanguageServer": true, "nix.serverPath": "nil", "[nix]": { @@ -218,5 +240,7 @@ "**/*.zsh-theme": true, "**/*.development": true, "**/*.production": true - } + }, + "window.menuBarVisibility": "compact", + "continue.enableTabAutocomplete": true }