diff --git a/.gitignore b/.gitignore index f8290a2..2ad3fee 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,9 @@ vscode/.config/Code - OSS/logs/* vscode/.config/Code - OSS/machineid vscode/.config/Code - OSS/storage.json vscode/.config/Code - OSS/User/*Storage/* +vscode/.config/Code - OSS/User/Workspaces/* +vscode/.config/Code - OSS/rapid_render.json +vscode/.config/Code - OSS/Network* # Byte-compiled / optimized / DLL files *__pycache__/ diff --git a/vscode/.config/Code - OSS/Network Persistent State b/vscode/.config/Code - OSS/Network Persistent State deleted file mode 100644 index df14a3b..0000000 --- a/vscode/.config/Code - OSS/Network Persistent State +++ /dev/null @@ -1 +0,0 @@ -{"net":{"http_server_properties":{"servers":[{"https://ms-vscode.gallery.vsassets.io":{"supports_spdy":true}},{"https://ms-vsliveshare.gallerycdn.vsassets.io":{"supports_spdy":true}},{"https://marketplace.visualstudio.com":{"supports_spdy":true}},{"https://cheshirekow.gallerycdn.vsassets.io":{"supports_spdy":true}}],"version":5}}} \ No newline at end of file diff --git a/vscode/.config/Code - OSS/User/settings.json b/vscode/.config/Code - OSS/User/settings.json index 2070c62..1c030b2 100644 --- a/vscode/.config/Code - OSS/User/settings.json +++ b/vscode/.config/Code - OSS/User/settings.json @@ -1,5 +1,7 @@ { "cmake.configureOnOpen": true, "editor.fontFamily": "'Inconsolata Nerd Font Mono'", - "C_Cpp.updateChannel": "Insiders" + "C_Cpp.updateChannel": "Insiders", + "editor.tabSize": 2, + "editor.detectIndentation": false } diff --git a/vscode/.config/Code - OSS/Workspaces/1571170096790/workspace.json b/vscode/.config/Code - OSS/Workspaces/1571170096790/workspace.json deleted file mode 100644 index 6e6de3a..0000000 --- a/vscode/.config/Code - OSS/Workspaces/1571170096790/workspace.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "folders": [ - { - "path": "/home/kapper/Code/cmake/cpp/4-inheritance" - } - ], - "settings": {} -} \ No newline at end of file diff --git a/vscode/.config/Code - OSS/rapid_render.json b/vscode/.config/Code - OSS/rapid_render.json deleted file mode 100644 index 3a40a6a..0000000 --- a/vscode/.config/Code - OSS/rapid_render.json +++ /dev/null @@ -1 +0,0 @@ -{"id":"monaco-parts-splash","colorInfo":{"foreground":"#cccccc","editorBackground":"#1e1e1e","titleBarBackground":"#3c3c3c","activityBarBackground":"#333333","sideBarBackground":"#252526","statusBarBackground":"#007acc","statusBarNoFolderBackground":"#68217a"},"layoutInfo":{"sideBarSide":"left","editorPartMinWidth":220,"titleBarHeight":0,"activityBarWidth":48,"sideBarWidth":170,"statusBarHeight":22},"baseTheme":"vs-dark"} \ No newline at end of file