Update vscode settings, clean up .gitignore
This commit is contained in:
parent
20b65ae29e
commit
d29feffa5b
|
@ -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__/
|
||||
|
|
|
@ -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}}}
|
|
@ -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
|
||||
}
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": "/home/kapper/Code/cmake/cpp/4-inheritance"
|
||||
}
|
||||
],
|
||||
"settings": {}
|
||||
}
|
|
@ -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"}
|
Loading…
Reference in New Issue