Update vscode settings

This commit is contained in:
Shaun Reed 2019-10-15 17:05:55 -04:00
parent c867baebea
commit 20b65ae29e
4 changed files with 13 additions and 4 deletions

View File

@ -1 +1 @@
{"net":{"http_server_properties":{"servers":[{"https://ms-vsliveshare.gallerycdn.vsassets.io":{"supports_spdy":true}},{"https://ms-vscode.gallery.vsassets.io":{"supports_spdy":true}},{"https://marketplace.visualstudio.com":{"supports_spdy":true}}],"version":5}}} {"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,4 +1,5 @@
ds{ {
"cmake.configureOnOpen": true, "cmake.configureOnOpen": true,
"editor.fontFamily": "'Inconsolata Nerd Font Mono'" "editor.fontFamily": "'Inconsolata Nerd Font Mono'",
"C_Cpp.updateChannel": "Insiders"
} }

View File

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

View File

@ -1 +1 @@
{"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":234,"statusBarHeight":22},"baseTheme":"vs-dark"} {"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"}