Skip to content

Instantly share code, notes, and snippets.

@prameshbajra
Created September 14, 2017 14:17
Show Gist options
  • Save prameshbajra/3a975e6157ed61521b47ba23a6b3fb8b to your computer and use it in GitHub Desktop.
Save prameshbajra/3a975e6157ed61521b47ba23a6b3fb8b to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2017-09-14T14:17:12.462Z","extensionVersion":"v2.8.3"}
[
{
"metadata": {
"id": "697255a9-3f36-44c8-b084-d3b91edfb23a",
"publisherId": "901b401e-7657-4a33-8c9a-0854c569607e",
"publisherDisplayName": "HookyQR"
},
"name": "beautify",
"publisher": "HookyQR",
"version": "1.1.1"
},
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "ac3a3342-db76-40ef-9277-4657632d3bfe",
"publisherDisplayName": "Shan Khan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "2.8.3"
},
{
"metadata": {
"id": "53ceb0a7-7e7a-4f26-a91d-084f3d714420",
"publisherId": "675457ed-0b91-461b-a1b3-da865bf32269",
"publisherDisplayName": "Lky Tal"
},
"name": "FlatUI",
"publisher": "lkytal",
"version": "1.4.2"
},
{
"metadata": {
"id": "26a529c9-2654-4b95-a63f-02f6a52429e6",
"publisherId": "8ae75bda-ec22-4a17-9340-abf1a20beca9",
"publisherDisplayName": "zhuangtongfa"
},
"name": "Material-theme",
"publisher": "zhuangtongfa",
"version": "2.10.11"
},
{
"metadata": {
"id": "aae0701b-111f-49c1-9000-abd37a442f28",
"publisherId": "9e43bb4e-4318-4e59-b5c2-df1109a963dd",
"publisherDisplayName": "Wallaby.js"
},
"name": "quokka-vscode",
"publisher": "WallabyJs",
"version": "1.0.63"
},
{
"metadata": {
"id": "4e44877c-1c8d-4f9c-ba86-1372d0fbeeb1",
"publisherId": "fbb3d024-f8f2-460c-bdb5-99552f6d8c4b",
"publisherDisplayName": "Dracula Theme"
},
"name": "theme-dracula",
"publisher": "dracula-theme",
"version": "2.2.0"
},
{
"metadata": {
"id": "e96f7482-8e97-4155-8a7c-ad5fab4d8b2d",
"publisherId": "29a1eb27-2838-48b9-9cb4-a58eca5cee77",
"publisherDisplayName": "Jarvis Prestidge"
},
"name": "theme-material-theme",
"publisher": "jprestidge",
"version": "1.0.1"
},
{
"metadata": {
"id": "f092a211-cdbf-431d-a3d6-34a3f7264573",
"publisherId": "a3b9c4b5-9f62-4ab3-a3e2-bc424d31d067",
"publisherDisplayName": "Sandeep Somavarapu"
},
"name": "todotasks",
"publisher": "sandy081",
"version": "0.5.0"
},
{
"metadata": {
"id": "75815b09-4ae2-49db-80e4-d7ed9c612eba",
"publisherId": "f9229375-9718-4c19-ba6d-612790d543de",
"publisherDisplayName": "Saran Tanpituckpong"
},
"name": "vscode-atom-javascript-snippet",
"publisher": "gluons",
"version": "0.2.1"
},
{
"metadata": {
"id": "37d7747f-e652-4eac-83de-f2939f7e2121",
"publisherId": "438bb7a7-6997-47eb-b23b-72c3ba845702",
"publisherDisplayName": "anseki"
},
"name": "vscode-color",
"publisher": "anseki",
"version": "0.4.5"
},
{
"metadata": {
"id": "829a192d-496c-44ac-87f3-0a84ce36a853",
"publisherId": "c6e135ee-f6a2-45cb-b782-fd4de23acc84",
"publisherDisplayName": "Emmanuel Béziat"
},
"name": "vscode-great-icons",
"publisher": "emmanuelbeziat",
"version": "2.1.16"
}
]
[{
"key": "ctrl+alt+s",
"command": "workbench.action.files.saveAll"
},
{
"key": "ctrl+k s",
"command": "-workbench.action.files.saveAll"
},
{
"key": "ctrl+d",
"command": "editor.action.deleteLines",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+shift+k",
"command": "-editor.action.deleteLines",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+q",
"command": "workbench.action.terminal.focusNext"
},
{
"key": "ctrl+e",
"command": "workbench.action.terminal.kill"
}
]
// Place your settings in this file to overwrite the default settings
{
"editor.lineHeight": 24,
"editor.fontFamily": "'Operator Mono','Fira Code','Operator Mono Light'",
"editor.fontSize": 14,
"editor.formatOnSave": true,
"editor.fontLigatures": true,
"editor.cursorStyle": "line",
"extensions.autoUpdate": true,
"editor.quickSuggestionsDelay": 10,
"editor.detectIndentation": false,
"editor.quickSuggestions": {
"other": true,
"comments": false,
"strings": true
},
"editor.minimap.enabled": false,
"terminal.integrated.shell.windows": "C:\\Windows\\sysnative\\cmd.exe",
"terminal.integrated.fontSize": 15,
"terminal.integrated.lineHeight": 1.4,
"terminal.integrated.enableBold": true,
"terminal.integrated.fontLigatures": true,
"terminal.integrated.cursorBlinking": true,
"terminal.integrated.fontFamily": "'SimHei','Comic sans MS'",
"window.zoomLevel": 0,
"workbench.colorTheme": "Quiet Light",
"workbench.iconTheme": "vscode-great-icons",
"workbench.startupEditor": "newUntitledFile",
"emmet.syntaxProfiles": {
"blade": "html"
},
"files.associations": {
"*.js": "javascriptreact",
"*.hbs": "html"
},
"beautify.ignore": ["**/*.html", "**/*.hbs"],
"git.enableSmartCommit": true,
"extensions.ignoreRecommendations": false,
"workbench.activityBar.visible": true,
"workbench.statusBar.visible": true
}
// Place your settings in this file to overwrite the default settings
{
"editor.lineHeight": 24,
"editor.fontFamily": "'Consolas','Courier New', monospace,'Lucida Console'",
"editor.fontSize": 14,
"editor.formatOnSave": true,
"terminal.integrated.shell.windows": "C:\\Windows\\system32\\cmd.exe",
"terminal.integrated.fontFamily": "consolas",
"terminal.integrated.fontSize": 12,
"terminal.integrated.cursorBlinking": true,
"window.zoomLevel": 0,
"java.errors.incompleteClasspath.severity": "ignore",
"vsicons.dontShowNewVersionMessage": true
}
{
/*
// Place your snippets for Java here. Each snippet is defined under a snippet name and has a prefix, body and
// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the
// same ids are connected.
// Example:
"Print to console": {
"prefix": "log",
"body": [
"console.log('$1');",
"$2"
],
"description": "Log output to console"
}
*/
}
{"version":"7.3.0","status":1,"welcomeShown":true}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment