Skip to content

Instantly share code, notes, and snippets.

@rubenbelem
Last active April 16, 2018 21:40
Show Gist options
  • Save rubenbelem/8975f0e653697fa41ec46f6137e996ea to your computer and use it in GitHub Desktop.
Save rubenbelem/8975f0e653697fa41ec46f6137e996ea to your computer and use it in GitHub Desktop.
Settings VSCode 16-04-2018
[
{
"id": "2gua.rainbow-brackets",
"name": "rainbow-brackets",
"publisher": "2gua",
"version": "0.0.6"
},
{
"id": "HookyQR.beautify",
"name": "beautify",
"publisher": "HookyQR",
"version": "1.3.0"
},
{
"id": "PKief.material-icon-theme",
"name": "material-icon-theme",
"publisher": "PKief",
"version": "3.3.0"
},
{
"id": "Shan.code-settings-sync",
"name": "code-settings-sync",
"publisher": "Shan",
"version": "2.9.0"
},
{
"id": "akamud.vscode-theme-onelight",
"name": "vscode-theme-onelight",
"publisher": "akamud",
"version": "2.1.0"
},
{
"id": "arcticicestudio.nord-visual-studio-code",
"name": "nord-visual-studio-code",
"publisher": "arcticicestudio",
"version": "0.6.0"
},
{
"id": "austin.code-gnu-global",
"name": "code-gnu-global",
"publisher": "austin",
"version": "0.2.2"
},
{
"id": "azemoh.one-monokai",
"name": "one-monokai",
"publisher": "azemoh",
"version": "0.3.4"
},
{
"id": "b4456609.theme-atom-one-light",
"name": "theme-atom-one-light",
"publisher": "b4456609",
"version": "0.2.4"
},
{
"id": "ban.quietlight-plus",
"name": "quietlight-plus",
"publisher": "ban",
"version": "1.0.30"
},
{
"id": "christian-kohler.npm-intellisense",
"name": "npm-intellisense",
"publisher": "christian-kohler",
"version": "1.3.0"
},
{
"id": "dbaeumer.vscode-eslint",
"name": "vscode-eslint",
"publisher": "dbaeumer",
"version": "1.4.8"
},
{
"id": "donjayamanne.githistory",
"name": "githistory",
"publisher": "donjayamanne",
"version": "0.4.0"
},
{
"id": "emmanuelbeziat.vscode-great-icons",
"name": "vscode-great-icons",
"publisher": "emmanuelbeziat",
"version": "2.1.31"
},
{
"id": "hars.CppSnippets",
"name": "CppSnippets",
"publisher": "hars",
"version": "0.0.13"
},
{
"id": "mitaki28.vscode-clang",
"name": "vscode-clang",
"publisher": "mitaki28",
"version": "0.2.2"
},
{
"id": "ms-vscode.cpptools",
"name": "cpptools",
"publisher": "ms-vscode",
"version": "0.16.1"
},
{
"id": "nonoroazoro.syncing",
"name": "syncing",
"publisher": "nonoroazoro",
"version": "1.5.3"
},
{
"id": "rsbondi.highlight-words",
"name": "highlight-words",
"publisher": "rsbondi",
"version": "0.0.7"
},
{
"id": "srfrnk.user-extensions",
"name": "user-extensions",
"publisher": "srfrnk",
"version": "1.0.1"
},
{
"id": "xabikos.JavaScriptSnippets",
"name": "JavaScriptSnippets",
"publisher": "xabikos",
"version": "1.5.0"
},
{
"id": "zhuangtongfa.Material-theme",
"name": "Material-theme",
"publisher": "zhuangtongfa",
"version": "2.13.4"
}
]
{
"window.zoomLevel": -1,
"editor.mouseWheelZoom": true,
"editor.quickSuggestions": {
"other": false,
"comments": false,
"strings": false
},
"workbench.iconTheme": "vscode-great-icons",
"clang.cxxflags": [
"-std=c++14"
],
"editor.fontLigatures": true,
"editor.fontFamily": "DejaVu Sans Mono",
"editor.fontWeight": "500",
"editor.detectIndentation": false,
"C_Cpp.clang_format_style": "WebKit",
"git.autofetch": false,
"sync.gist": "d55b65ce7a1d1335a1e1e31398e6e63b",
"sync.lastUpload": "2018-04-16T21:38:34.197Z",
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.lastDownload": "",
"sync.forceDownload": false,
"sync.anonymousGist": false,
"sync.host": "",
"sync.pathPrefix": "",
"sync.quietSync": false,
"sync.askGistName": false,
"extensions.recommendations": [
"2gua.rainbow-brackets",
"HookyQR.beautify",
"PKief.material-icon-theme",
"Shan.code-settings-sync",
"akamud.vscode-theme-onelight",
"arcticicestudio.nord-visual-studio-code",
"austin.code-gnu-global",
"azemoh.one-monokai",
"b4456609.theme-atom-one-light",
"ban.quietlight-plus",
"christian-kohler.npm-intellisense",
"dbaeumer.vscode-eslint",
"donjayamanne.githistory",
"emmanuelbeziat.vscode-great-icons",
"hars.CppSnippets",
"mitaki28.vscode-clang",
"ms-vscode.cpptools",
"nonoroazoro.syncing",
"oderwat.indent-rainbow",
"rsbondi.highlight-words",
"srfrnk.user-extensions",
"xabikos.JavaScriptSnippets",
"zhuangtongfa.Material-theme"
],
"indentRainbow.colors": [
"rgba(64,64,16,0.1)",
"rgba(32,64,32,0.1)",
"rgba(64,32,64,0.1)",
"rgba(16,48,48,0.1)"
],
"sync.removeExtensions": true,
"sync.syncExtensions": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment