From f8a9d8ca29097ec33ec5532300c05240de9de4bf Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Fri, 21 Nov 2025 02:15:30 +0100 Subject: [PATCH] fix: remove VSCodium tracking (#69) Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/69 --- .gitignore | 3 -- .local/share/VSCodium/User/settings.json | 66 ------------------------ 2 files changed, 69 deletions(-) delete mode 100644 .local/share/VSCodium/User/settings.json diff --git a/.gitignore b/.gitignore index 164c256..1e9ecc9 100644 --- a/.gitignore +++ b/.gitignore @@ -23,9 +23,6 @@ !.local/share/code-server/User/settings.json !.local/share/code-server/User/extensions.json !.local/share/code-server/User/keybindings.json -!.local/share/VSCodium/ -!.local/share/VSCodium/User/ -!.local/share/VSCodium/User/settings.json # Include this file !.gitignore diff --git a/.local/share/VSCodium/User/settings.json b/.local/share/VSCodium/User/settings.json deleted file mode 100644 index 2b8b926..0000000 --- a/.local/share/VSCodium/User/settings.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "editor.insertSpaces": false, - "RPC.showDebugging": false, - "RPC.showProblems": false, - "RPC.showStatusBar": false, - "RPC.showTime": false, - "RPC.showWorkspace": false, - "RPC.workspaceText": "Repo: {workspace}", - "RPC.idleTimeout": 300, - "workbench.editor.wrapTabs": true, - "[json]": { - "editor.defaultFormatter": "vscode.json-language-features" - }, - "editor.renderControlCharacters": true, - "terminal.integrated.shell.windows": "C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe", - "workbench.editorAssociations": { - "*.ipynb": "jupyter.notebook.ipynb" - }, - "editor.fontFamily": "'JetBrains Mono',Consolas, 'Courier New', monospace", - "files.autoSave": "afterDelay", - "workbench.startupEditor": "none", - "security.workspace.trust.untrustedFiles": "open", - "editor.hover.delay": 500, - "editor.inlineSuggest.enabled": true, - "github.copilot.enable": { - "*": false, - "yaml": false, - "plaintext": true, - "markdown": false - }, - "git.ignoreMissingGitWarning": true, - "window.titleBarStyle": "custom", - "settingsSync.ignoredSettings": [ - "editor.fontSize" - ], - "git.confirmSync": false, - "git.autofetch": true, - "editor.bracketPairColorization.enabled": false, - "editor.fontSize": 15, - "[go]": { - "editor.formatOnSave": false - }, - "editor.codeActionsOnSave": { - "source.organizeImports": "never" - }, - "go.formatTool": "gofmt", - "remote.SSH.remotePlatform": { - "local.vlw.one": "linux", - "raspberrypi": "linux", - "local.vlw.se": "linux", - "wg.vlw.se": "linux" - }, - "workbench.editor.closeEmptyGroups": false, - "editor.accessibilitySupport": "off", - "workbench.editor.enablePreview": false, - "git.openRepositoryInParentFolders": "never", - "editor.stickyScroll.enabled": false, - "debug.openDebug": "neverOpen", - "files.associations": { - ".env*": "dotenv" - }, - "editor.tokenColorCustomizations": { - "textMateRules": [] - }, - "dotenv.enableAutocloaking": false -} \ No newline at end of file