feat: VSCodium>VSCode

This commit is contained in:
Oliver Ladner 2025-07-02 10:16:59 +02:00
commit 973ae4b49b
2 changed files with 17 additions and 21 deletions

View file

@ -1,21 +0,0 @@
// Place your settings in this file to overwrite the default settings
{
"window.zoomLevel": 1,
"editor.renderWhitespace": "none",
"editor.renderControlCharacters": true,
"editor.minimap.enabled": false,
"workbench.startupEditor": "none",
"workbench.editor.enablePreview": false,
"workbench.colorTheme": "Soup (rainglow)",
"files.trimTrailingWhitespace": true,
"files.trimFinalNewlines": true,
"files.insertFinalNewline": true,
"editor.rulers": [
80
120
],
"workbench.iconTheme": "material-icon-theme",
"editor.scrollBeyondLastLine": false,
"workbench.statusBar.feedback.visible": false,
"python.pythonPath": "/Users/oliver.ladner/envs/ansible2-latest/bin/python"
}

View file

@ -0,0 +1,17 @@
{
"workbench.colorTheme": "Rosé Pine",
"editor.minimap.enabled": false,
"editor.fontSize": 16,
"editor.fontFamily": "JetBrainsMono Nerd Font",
"editor.autoClosingBrackets": "never",
"editor.folding": false,
"workbench.preferredDarkColorTheme": "Rosé Pine Moon",
"workbench.preferredLightColorTheme": "Rosé Pine Dawn",
"window.autoDetectColorScheme": true,
"extensions.experimental.affinity": {
"asvetliakov.vscode-neovim": 1
},
"editor.lineNumbers": "relative",
"editor.accessibilitySupport": "off",
"editor.cursorSurroundingLines": 5
}