Update vscode settings, clean up .gitignore

This commit is contained in:
Shaun Reed 2019-10-15 23:25:17 -04:00
parent 20b65ae29e
commit d29feffa5b
5 changed files with 6 additions and 11 deletions

3
.gitignore vendored
View File

@ -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__/

View File

@ -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}}}

View File

@ -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
}

View File

@ -1,8 +0,0 @@
{
"folders": [
{
"path": "/home/kapper/Code/cmake/cpp/4-inheritance"
}
],
"settings": {}
}

View File

@ -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"}