From 1e62f2327e57ee24f00eae163a81b5b7448e5b9d Mon Sep 17 00:00:00 2001 From: Shaun Reed Date: Tue, 15 Oct 2019 11:09:05 -0400 Subject: [PATCH] Add more vscode settings, .gitignore --- .gitignore | 10 ++++++++++ vscode/.config/Code - OSS/Network Persistent State | 1 + vscode/.config/Code - OSS/User/settings.json | 4 ++-- vscode/.config/Code - OSS/languagepacks.json | 1 + vscode/.config/Code - OSS/rapid_render.json | 1 + 5 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 .gitignore create mode 100644 vscode/.config/Code - OSS/Network Persistent State create mode 100644 vscode/.config/Code - OSS/languagepacks.json create mode 100644 vscode/.config/Code - OSS/rapid_render.json diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a989233 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +vscode/.config/Code - OSS/Backups/* +vscode/.config/Code - OSS/*Cache*/* +vscode/.config/Code - OSS/Coo* +vscode/.config/Code - OSS/blob_storage/* +vscode/.config/Code - OSS/logs/* +vscode/.config/Code - OSS/machineid +vscode/.config/Code - OSS/storage.json +vscode/.config/Code - OSS/User/*Storage/* + + diff --git a/vscode/.config/Code - OSS/Network Persistent State b/vscode/.config/Code - OSS/Network Persistent State new file mode 100644 index 0000000..661a26a --- /dev/null +++ b/vscode/.config/Code - OSS/Network Persistent State @@ -0,0 +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}}} \ 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 12c5a3e..4c14171 100644 --- a/vscode/.config/Code - OSS/User/settings.json +++ b/vscode/.config/Code - OSS/User/settings.json @@ -1,4 +1,4 @@ -{ +ds{ "cmake.configureOnOpen": true, "editor.fontFamily": "'Inconsolata Nerd Font Mono'" -} \ No newline at end of file +} diff --git a/vscode/.config/Code - OSS/languagepacks.json b/vscode/.config/Code - OSS/languagepacks.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/vscode/.config/Code - OSS/languagepacks.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/vscode/.config/Code - OSS/rapid_render.json b/vscode/.config/Code - OSS/rapid_render.json new file mode 100644 index 0000000..7980dd0 --- /dev/null +++ b/vscode/.config/Code - OSS/rapid_render.json @@ -0,0 +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"} \ No newline at end of file