From c0e2230f61f8d4148b1845d71845c9ef03ab8d9b Mon Sep 17 00:00:00 2001 From: Tobias Schmidl <5060861-schtobia@users.noreply.gitlab.com> Date: Fri, 29 Sep 2023 11:38:02 +0200 Subject: [PATCH] added VSCodium config --- .config/VSCodium/User/settings.json | 23 ++++++ .config/VSCodium/extensions.list.json | 105 ++++++++++++++++++++++++++ 2 files changed, 128 insertions(+) create mode 100644 .config/VSCodium/User/settings.json create mode 100644 .config/VSCodium/extensions.list.json diff --git a/.config/VSCodium/User/settings.json b/.config/VSCodium/User/settings.json new file mode 100644 index 0000000..47cf460 --- /dev/null +++ b/.config/VSCodium/User/settings.json @@ -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" +} \ No newline at end of file diff --git a/.config/VSCodium/extensions.list.json b/.config/VSCodium/extensions.list.json new file mode 100644 index 0000000..2a1b854 --- /dev/null +++ b/.config/VSCodium/extensions.list.json @@ -0,0 +1,105 @@ +{ + "created with": "jq {\"created with\": null,\"extensions\": [.[].identifier]} $HOME/.vscode-oss/extensions/extensions.json", + "extensions": [ + { + "id": "ms-ceintl.vscode-language-pack-de", + "uuid": "bf2ad3a8-0475-49ea-8851-4e9e8074a4f2" + }, + { + "id": "cheshirekow.cmake-format", + "uuid": "5338f4d8-048c-433f-bce4-44aa922cedc2" + }, + { + "id": "davidanson.vscode-markdownlint", + "uuid": "daf8b44d-8aae-4da2-80c5-1f770219f643" + }, + { + "id": "donjayamanne.githistory", + "uuid": "5960f38e-0bbe-4644-8f9c-9c8824e82511" + }, + { + "id": "ms-python.python", + "uuid": "f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5" + }, + { + "id": "kevinrose.vsc-python-indent", + "uuid": "f3cbfb84-b1e1-40ff-b70f-877253461260" + }, + { + "id": "donjayamanne.python-environment-manager", + "uuid": "0c9f60fd-5588-42f7-9176-e80c3ae111ec" + }, + { + "id": "codezombiech.gitignore", + "uuid": "3e891cf9-53cb-49a3-8d01-8f0b1f0afb29" + }, + { + "id": "ziyasal.vscode-open-in-github", + "uuid": "1d4d80c9-0d33-48a1-88a8-19ff80bc8e2a" + }, + { + "id": "alefragnani.project-manager", + "uuid": "1b747f06-3789-4ebd-ac99-f1fe430c3347" + }, + { + "id": "eamodio.gitlens", + "uuid": "4de763bd-505d-4978-9575-2b7696ecf94e" + }, + { + "id": "donjayamanne.git-extension-pack", + "uuid": "d23dc2c3-abed-47d8-9b22-7dd31c1f0ed9" + }, + { + "id": "bbenoist.doxygen", + "uuid": "aab644b7-f446-4774-87fc-2cce8f0d5a4f" + }, + { + "id": "cschlosser.doxdocgen", + "uuid": "da7e26d5-d57c-4742-ab47-d77fb189e195" + }, + { + "id": "twxs.cmake", + "uuid": "2be7cf14-2603-402e-9771-fd79df83cdf8" + }, + { + "id": "vadimcn.vscode-lldb", + "uuid": "bee31e34-a44b-4a76-9ec2-e9fd1439a0f6" + }, + { + "id": "ms-vscode.cmake-tools", + "uuid": "7c889349-8749-43d4-8b5e-08939936d7f4" + }, + { + "id": "editorconfig.editorconfig", + "uuid": "f60a60a6-95ba-42d4-b41c-3d24c1b89588" + }, + { + "id": "vivaxy.vscode-conventional-commits", + "uuid": "b6b26bce-33f4-4bce-bf92-89812388ed0a" + }, + { + "id": "gruntfuggly.todo-tree", + "uuid": "261cac81-cd7b-4555-bb41-0c2d2bcd3e70" + }, + { + "id": "ms-python.pylint", + "uuid": "8dc47276-5882-4c5f-903d-7eef7b9d1584" + }, + { + "id": "ms-python.isort", + "uuid": "4ad0ce32-ff3f-49f0-83b5-93e5dc00cfff" + }, + { + "id": "njpwerner.autodocstring", + "uuid": "2d6fea35-f68e-461d-9b7b-5cd05be99451" + }, + { + "id": "yzhang.markdown-all-in-one", + "uuid": "98790d67-10fa-497c-9113-f6c7489207b2" + }, + { + "id": "llvm-vs-code-extensions.vscode-clangd", + "uuid": "103154cb-b81d-4e1b-8281-c5f4fa563d37" + } + ] +}