Skip to content

Instantly share code, notes, and snippets.

@augustine-tran
Last active November 8, 2019 02:58
Show Gist options
  • Save augustine-tran/30654a5e0366a63f793555f19a515063 to your computer and use it in GitHub Desktop.
Save augustine-tran/30654a5e0366a63f793555f19a515063 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2019-11-08T02:58:25.662Z","extensionVersion":"v3.4.3"}
[
{
"metadata": {
"id": "5178733e-4b02-4829-95c5-1ce970847c23",
"publisherId": "teabyii.ayu",
"publisherDisplayName": "teabyii"
},
"name": "ayu",
"publisher": "teabyii",
"version": "0.18.0"
},
{
"metadata": {
"id": "f583eafd-aa0d-4ccb-8f44-d1e610389660",
"publisherId": "CoenraadS.bracket-pair-colorizer",
"publisherDisplayName": "CoenraadS"
},
"name": "bracket-pair-colorizer",
"publisher": "CoenraadS",
"version": "1.0.61"
},
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "Shan.code-settings-sync",
"publisherDisplayName": "Shan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "3.4.3"
},
{
"metadata": {
"id": "1ec62ca5-d7f9-4ddb-a882-e8d018c0aefd",
"publisherId": "msjsdiag.debugger-for-chrome",
"publisherDisplayName": "msjsdiag"
},
"name": "debugger-for-chrome",
"publisher": "msjsdiag",
"version": "4.12.1"
},
{
"metadata": {
"id": "532533c9-a894-4a58-9eee-bbfbe7c06f71",
"publisherId": "mikestead.dotenv",
"publisherDisplayName": "mikestead"
},
"name": "dotenv",
"publisher": "mikestead",
"version": "1.0.1"
},
{
"metadata": {
"id": "26a529c9-2654-4b95-a63f-02f6a52429e6",
"publisherId": "zhuangtongfa.Material-theme",
"publisherDisplayName": "zhuangtongfa"
},
"name": "Material-theme",
"publisher": "zhuangtongfa",
"version": "2.28.3"
},
{
"metadata": {
"id": "113b22c8-8125-42ec-8c6b-80c3f5d5fa5f",
"publisherId": "IBM.output-colorizer",
"publisherDisplayName": "IBM"
},
"name": "output-colorizer",
"publisher": "IBM",
"version": "0.1.2"
},
{
"metadata": {
"id": "633d48b7-d90f-4ba8-a254-17aea549797e",
"publisherId": "jundat95.react-native-snippet",
"publisherDisplayName": "jundat95"
},
"name": "react-native-snippet",
"publisher": "jundat95",
"version": "0.5.5"
},
{
"metadata": {
"id": "476ecc1e-b7ff-4c4a-9b47-51c16b2bce34",
"publisherId": "ms-vscode-remote.remote-ssh-edit-nightly",
"publisherDisplayName": "ms-vscode-remote"
},
"name": "remote-ssh-edit-nightly",
"publisher": "ms-vscode-remote",
"version": "2019.10.42662"
},
{
"metadata": {
"id": "fa6b9598-afd0-47b4-95d2-f8b2601840f0",
"publisherId": "ms-vscode-remote.remote-ssh-nightly",
"publisherDisplayName": "ms-vscode-remote"
},
"name": "remote-ssh-nightly",
"publisher": "ms-vscode-remote",
"version": "2019.10.42662"
},
{
"metadata": {
"id": "9ccc1dd7-7ec4-4a46-bd4f-7d7b8b9d322a",
"publisherId": "vscode-icons-team.vscode-icons",
"publisherDisplayName": "vscode-icons-team"
},
"name": "vscode-icons",
"publisher": "vscode-icons-team",
"version": "9.5.0"
},
{
"metadata": {
"id": "5a7017bf-c571-4d77-b902-6e56b16f539a",
"publisherId": "johnpapa.vscode-peacock",
"publisherDisplayName": "johnpapa"
},
"name": "vscode-peacock",
"publisher": "johnpapa",
"version": "3.1.6"
}
]
// Place your key bindings in this file to overwrite the defaultsauto[]
[
{
"key": "ctrl+shift+d",
"command": "workbench.view.debug"
},
{
"key": "shift+cmd+d",
"command": "-workbench.view.debug"
},
{
"key": "shift+cmd+d",
"command": "editor.action.copyLinesDownAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "shift+alt+down",
"command": "-editor.action.copyLinesDownAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "shift+cmd+r",
"command": "rest-client.request",
"when": "editorTextFocus && editorLangId == 'http'"
},
{
"key": "alt+cmd+r",
"command": "-rest-client.request",
"when": "editorTextFocus && editorLangId == 'http'"
}
]
{
"workbench.colorTheme": "Ayu Mirage",
"sync.gist": "30654a5e0366a63f793555f19a515063",
"wrapLogMessage": true,
"git.autofetch": true,
"mermaid.arrowMarkerAbsolute": false,
"git.confirmSync": false,
"prettier.eslintIntegration": true,
"prettier.jsxSingleQuote": true,
"prettier.singleQuote": true,
"breadcrumbs.enabled": true,
"extensions.ignoreRecommendations": false,
"window.zoomLevel": 0,
"terminal.integrated.rendererType": "dom",
"[javascript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"typescript.updateImportsOnFileMove.enabled": "always",
"explorer.confirmDragAndDrop": false,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"explorer.confirmDelete": false,
"java.jdt.ls.vmargs": "-noverify -Xmx1G -XX:+UseG1GC -XX:+UseStringDeduplication -javaagent:\"/Users/khanh/.vscode/extensions/gabrielbb.vscode-lombok-0.9.8/server/lombok.jar\"",
"vsicons.projectDetection.autoReload": true,
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"eslint.alwaysShowStatus": true,
"eslint.autoFixOnSave": true,
"eslint.packageManager": "yarn",
"editor.tabSize": 2,
"cSpell.userWords": [
"KARGO",
"Logworks",
"Nexion",
"Optimus",
"Unprocessable",
"Webhook",
"Worklog",
"Worklogs",
"antd",
"codestyle",
"datetime",
"mattermost",
"mimetype",
"nextion",
"onboarded",
"ormconfig",
"typeorm",
"umijs",
"unixtime",
"vuepress"
],
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"peacock.favoriteColors": [
{
"name": "Angular Red",
"value": "#b52e31"
},
{
"name": "Auth0 Orange",
"value": "#eb5424"
},
{
"name": "Azure Blue",
"value": "#007fff"
},
{
"name": "C# Purple",
"value": "#68217A"
},
{
"name": "Gatsby Purple",
"value": "#639"
},
{
"name": "Go Cyan",
"value": "#5dc9e2"
},
{
"name": "Java Blue-Gray",
"value": "#557c9b"
},
{
"name": "JavaScript Yellow",
"value": "#f9e64f"
},
{
"name": "Mandalorian Blue",
"value": "#1857a4"
},
{
"name": "Node Green",
"value": "#215732"
},
{
"name": "React Blue",
"value": "#00b3e6"
},
{
"name": "Something Different",
"value": "#832561"
},
{
"name": "Vue Green",
"value": "#42b883"
}
],
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[less]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"gitlens.views.repositories.files.layout": "list",
"howIVSCode.userIdentificationKey": " 6f35035da063663e99d146a33153e3",
"vsicons.dontShowNewVersionMessage": true,
"git.untrackedChanges": "separate"
}
{
// Place your snippets for javascript 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"
// }
"Co function": {
"prefix": "cof",
"body": [
"co(function* () {",
" try {",
" $1",
" } catch (exception) {",
" return done(exception)",
" }",
"})",
]
}
}
{
// Place your snippets for php 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"
// }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment