added VSCodium config
This commit is contained in:
parent
9f6346e737
commit
871ea94b0f
2 changed files with 48 additions and 0 deletions
23
.config/VSCodium/User/settings.json
Normal file
23
.config/VSCodium/User/settings.json
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"editor.fontFamily": "Hack,'Droid Sans Mono', 'monospace', monospace",
|
||||||
|
"editor.fontSize": 12,
|
||||||
|
"chat.editor.fontSize": 12,
|
||||||
|
"diffEditor.codeLens": true,
|
||||||
|
"diffEditor.experimental.showMoves": true,
|
||||||
|
"workbench.preferredDarkColorTheme": "Solarized Dark",
|
||||||
|
"workbench.preferredLightColorTheme": "Solarized Light",
|
||||||
|
"git.autofetch": "all",
|
||||||
|
"terminal.integrated.enableBell": true,
|
||||||
|
"debug.console.fontSize": 12,
|
||||||
|
"terminal.integrated.fontSize": 12,
|
||||||
|
"files.trimTrailingWhitespace": true,
|
||||||
|
"files.trimFinalNewlines": true,
|
||||||
|
"window.autoDetectColorScheme": true,
|
||||||
|
"workbench.colorTheme": "Solarized Dark",
|
||||||
|
"gitlens.telemetry.enabled": false,
|
||||||
|
"cmake.configureOnOpen": true,
|
||||||
|
"files.autoSave": "afterDelay",
|
||||||
|
"editor.renderWhitespace": "all",
|
||||||
|
"window.titleBarStyle": "custom",
|
||||||
|
"window.menuBarVisibility": "toggle"
|
||||||
|
}
|
25
.config/VSCodium/extensions.list
Normal file
25
.config/VSCodium/extensions.list
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
DavidAnson.vscode-markdownlint
|
||||||
|
EditorConfig.EditorConfig
|
||||||
|
Gruntfuggly.todo-tree
|
||||||
|
KevinRose.vsc-python-indent
|
||||||
|
MS-CEINTL.vscode-language-pack-de
|
||||||
|
alefragnani.project-manager
|
||||||
|
bbenoist.Doxygen
|
||||||
|
cheshirekow.cmake-format
|
||||||
|
codezombiech.gitignore
|
||||||
|
cschlosser.doxdocgen
|
||||||
|
donjayamanne.git-extension-pack
|
||||||
|
donjayamanne.githistory
|
||||||
|
donjayamanne.python-environment-manager
|
||||||
|
eamodio.gitlens
|
||||||
|
llvm-vs-code-extensions.vscode-clangd
|
||||||
|
ms-python.isort
|
||||||
|
ms-python.pylint
|
||||||
|
ms-python.python
|
||||||
|
ms-vscode.cmake-tools
|
||||||
|
njpwerner.autodocstring
|
||||||
|
twxs.cmake
|
||||||
|
vadimcn.vscode-lldb
|
||||||
|
vivaxy.vscode-conventional-commits
|
||||||
|
yzhang.markdown-all-in-one
|
||||||
|
ziyasal.vscode-open-in-github
|
Loading…
Reference in a new issue