Skip to content

Instantly share code, notes, and snippets.

@boydaihungst
Last active August 25, 2020 05:01
Show Gist options
  • Save boydaihungst/ef3fa0e2bc63c97bf9fed8099eab1030 to your computer and use it in GitHub Desktop.
Save boydaihungst/ef3fa0e2bc63c97bf9fed8099eab1030 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2020-08-25T05:01:19.422Z","extensionVersion":"v3.4.3"}
[
{
"metadata": {
"id": "d3836729-9cc1-42c1-b2af-d50071f57d29",
"publisherId": "formulahendry.auto-close-tag",
"publisherDisplayName": "formulahendry"
},
"name": "auto-close-tag",
"publisher": "formulahendry",
"version": "0.5.8"
},
{
"metadata": {
"id": "6e440e71-8ed9-4f25-bb78-4b13096b8a03",
"publisherId": "formulahendry.auto-rename-tag",
"publisherDisplayName": "formulahendry"
},
"name": "auto-rename-tag",
"publisher": "formulahendry",
"version": "0.1.4"
},
{
"metadata": {
"id": "2a658c1b-308a-41e8-805a-fc8abda483bc",
"publisherId": "thekalinga.bootstrap4-vscode",
"publisherDisplayName": "thekalinga"
},
"name": "bootstrap4-vscode",
"publisher": "thekalinga",
"version": "6.1.0"
},
{
"metadata": {
"id": "5a6e2b21-1d61-4acd-b31b-907f9c23f18a",
"publisherId": "CoenraadS.bracket-pair-colorizer-2",
"publisherDisplayName": "CoenraadS"
},
"name": "bracket-pair-colorizer-2",
"publisher": "CoenraadS",
"version": "0.2.0"
},
{
"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.10"
},
{
"metadata": {
"id": "aae00486-7e92-42b3-91b0-2b419e4f3875",
"publisherId": "vincaslt.highlight-matching-tag",
"publisherDisplayName": "vincaslt"
},
"name": "highlight-matching-tag",
"publisher": "vincaslt",
"version": "0.9.9"
},
{
"metadata": {
"id": "a2cec723-5349-460d-9de9-0fd1f8d3456f",
"publisherId": "xabikos.JavaScriptSnippets",
"publisherDisplayName": "xabikos"
},
"name": "JavaScriptSnippets",
"publisher": "xabikos",
"version": "1.8.0"
},
{
"metadata": {
"id": "5db78037-f674-459f-a236-db622c427c5b",
"publisherId": "PKief.material-icon-theme",
"publisherDisplayName": "PKief"
},
"name": "material-icon-theme",
"publisher": "PKief",
"version": "4.2.0"
},
{
"metadata": {
"id": "d0d67b9a-ca83-4113-8a1e-4af32b28688d",
"publisherId": "abdelaziz18003.quasar-snippets",
"publisherDisplayName": "abdelaziz18003"
},
"name": "quasar-snippets",
"publisher": "abdelaziz18003",
"version": "1.0.0"
},
{
"metadata": {
"id": "93ce222b-5f6f-49b7-9ab1-a0463c6238df",
"publisherId": "ms-vscode-remote.remote-containers",
"publisherDisplayName": "ms-vscode-remote"
},
"name": "remote-containers",
"publisher": "ms-vscode-remote",
"version": "0.134.1"
},
{
"metadata": {
"id": "4e44877c-1c8d-4f9c-ba86-1372d0fbeeb1",
"publisherId": "dracula-theme.theme-dracula",
"publisherDisplayName": "dracula-theme"
},
"name": "theme-dracula",
"publisher": "dracula-theme",
"version": "2.22.1"
},
{
"metadata": {
"id": "c5f4d87f-a524-462c-ac01-923eb19cf3e9",
"publisherId": "firefox-devtools.vscode-firefox-debug",
"publisherDisplayName": "firefox-devtools"
},
"name": "vscode-firefox-debug",
"publisher": "firefox-devtools",
"version": "2.9.1"
},
{
"metadata": {
"id": "5a7017bf-c571-4d77-b902-6e56b16f539a",
"publisherId": "johnpapa.vscode-peacock",
"publisherDisplayName": "johnpapa"
},
"name": "vscode-peacock",
"publisher": "johnpapa",
"version": "3.8.0"
},
{
"metadata": {
"id": "97a08c5f-6667-4242-a5c5-045dfb6bd4b9",
"publisherId": "wayou.vscode-todo-highlight",
"publisherDisplayName": "wayou"
},
"name": "vscode-todo-highlight",
"publisher": "wayou",
"version": "1.0.4"
},
{
"metadata": {
"id": "25091d5b-da4b-45c3-893e-cb1bd7a27cda",
"publisherId": "liuji-jim.vue",
"publisherDisplayName": "liuji-jim"
},
"name": "vue",
"publisher": "liuji-jim",
"version": "0.1.5"
}
]
// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "ctrl+shift+f",
"command": "editor.action.formatDocument",
"when": "editorHasDocumentFormattingProvider && editorHasDocumentFormattingProvider && editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+shift+i",
"command": "-editor.action.formatDocument",
"when": "editorHasDocumentFormattingProvider && editorHasDocumentFormattingProvider && editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+shift+up",
"command": "editor.action.transformToUppercase",
"when": "editorTextFocus"
},
{
"key": "ctrl+shift+down",
"command": "editor.action.transformToLowercase",
"when": "editorTextFocus"
}
]
{
"sync.gist": "ef3fa0e2bc63c97bf9fed8099eab1030",
"workbench.iconTheme": "material-icon-theme",
"window.zoomLevel": 0,
"editor.rulers": [120],
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"peacock.favoriteColors": [
{
"name": "Angular Red",
"value": "#dd0531"
},
{
"name": "Azure Blue",
"value": "#007fff"
},
{
"name": "JavaScript Yellow",
"value": "#f9e64f"
},
{
"name": "Mandalorian Blue",
"value": "#1857a4"
},
{
"name": "Node Green",
"value": "#215732"
},
{
"name": "React Blue",
"value": "#61dafb"
},
{
"name": "Something Different",
"value": "#832561"
},
{
"name": "Svelte Orange",
"value": "#ff3d00"
},
{
"name": "Vue Green",
"value": "#42b883"
},
{
"name": "Auth0 Orange",
"value": "#eb5424"
},
{
"name": "C# Purple",
"value": "#68217A"
},
{
"name": "Gatsby Purple",
"value": "#639"
},
{
"name": "Go Cyan",
"value": "#5dc9e2"
},
{
"name": "Java Blue-Gray",
"value": "#557c9b"
}
],
"[html]": {
"editor.defaultFormatter": "HookyQR.beautify"
},
"[scss]": {
"editor.defaultFormatter": "HookyQR.beautify"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"attrsSorter.order": [
"is",
"v-for",
"v-if",
"v-else-if",
"v-else",
"v-show",
"v-cloak",
"v-once",
"v-pre",
"id",
"ref",
"key",
"slot",
"v-model",
"v-model.+",
"v-bind",
"v-bind.+",
":.+",
"v-text",
"v-text.+",
"v-html",
"v-html.+",
"class",
"v-on.+",
"@.+",
"name",
"data-.+",
"ng-.+",
"src",
"for",
"type",
"href",
"values",
"title",
"alt",
"role",
"aria-.+",
"$unknown$"
],
"explorer.confirmDragAndDrop": false,
"prettier.jsxSingleQuote": true,
"prettier.singleQuote": true,
"javascript.format.insertSpaceBeforeFunctionParenthesis": true,
"auto-close-tag.activationOnLanguage": [
"xml",
"php",
"blade",
"ejs",
"jinja",
"plaintext",
"markdown",
"vue",
"liquid",
"erb",
"lang-cfml",
"cfml",
"HTML (Eex)"
],
"vetur.format.defaultFormatterOptions": {
"js-beautify-html": {
"wrap_attributes": "force-expand-multiline"
},
"prettyhtml": {
"printWidth": 100,
"singleQuote": false,
"wrapAttributes": true,
"sortAttributes": true,
"jsxBracketSameLine": true,
"vueIndentScriptAndStyle": true,
"htmlWhitespaceSensitivity": "ignore"
},
"prettier": {
"singleQuote": true,
"trailingComma": "all",
"jsxBracketSameLine": true
}
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"typescript.preferences.importModuleSpecifier": "relative",
"git.autofetch": true,
"git.confirmSync": false,
"typescript.preferences.quoteStyle": "single",
"editor.formatOnSave": false,
// "typescript.tsdk": "~/.config/yarn/global/node_modules/typescript/lib",
"javascript.preferences.quoteStyle": "single",
"javascript.updateImportsOnFileMove.enabled": "always",
"javascript.preferences.importModuleSpecifier": "relative",
"todo-tree.highlights.enabled": true,
"vetur.experimental.templateInterpolationService": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"[vue]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"prettier.htmlWhitespaceSensitivity": "ignore",
"prettier.trailingComma": "all",
"vetur.format.defaultFormatter.js": "prettier-eslint",
"vetur.useWorkspaceDependencies": true,
"terminal.integrated.rendererType": "dom",
"terminal.integrated.shell.windows": "C:\\cygwin64\\bin\\bash.exe",
"terminal.integrated.env.windows": {
"CHERE_INVOKING": "1"
},
"terminal.integrated.shellArgs.windows": ["--login", "-i"],
// "vetur.useWorkspaceDependencies": true,
"editor.quickSuggestions": {
"strings": true
},
"typescript.updateImportsOnFileMove.enabled": "always",
"material-icon-theme.activeIconPack": "vue_vuex",
"material-icon-theme.folders.theme": "specific",
"material-icon-theme.saturation": 1,
"workbench.colorTheme": "Dracula Soft",
"editor.minimap.enabled": true,
"editor.renderControlCharacters": false,
"debug.javascript.usePreview": true,
"todohighlight.include": [
"**/*.js",
"**/*.jsx",
"**/*.ts",
"**/*.tsx",
"**/*.html",
"**/*.php",
"**/*.css",
"**/*.scss",
"**/*.vue",
"**/*.styl"
],
"apollographql.trace.server": "messages",
"debug.javascript.debugByLinkOptions": "on",
"materialdesigniconsIntellisense.ignoredIcons": [
"mdi-18px",
"mdi-24px",
"mdi-36px",
"mdi-48px",
"mdi-rotate-45",
"mdi-rotate-90",
"mdi-rotate-135",
"mdi-rotate-180",
"mdi-rotate-225",
"mdi-rotate-270",
"mdi-rotate-315",
"mdi-flip-h",
"mdi-flip-v",
"mdi-spin",
"mdi-light",
"mdi-dark",
"mdi-inactive",
"mdi-v5"
],
"materialdesigniconsIntellisense.matchers": [
{
"match": "\\bMdi\\.{camel}\\b",
"insert": "Icon(Mdi.{camel})",
"displayName": "Flutter (mdi)",
"name": "flutter1"
},
{
"match": "\\bMdiIcons\\.fromString\\(['\"]{camel}['\"]\\)",
"insert": "MdiIcons.fromString('{camel}')",
"displayName": "Flutter (material_design_icons_flutter, fromString)",
"name": "flutter2"
},
{
"match": "\\bMdiIcons\\.{camel}\\b",
"insert": "Icon(MdiIcons.{camel})",
"displayName": "Flutter (material_design_icons_flutter)",
"name": "flutter3"
},
{
"match": "\\bmdi:{param}\\b",
"insert": "mdi:{param}",
"displayName": "kebab-case (web font)",
"name": "kebabCase"
},
{
"match": "\\bmdi{pascal}\\b",
"insert": "mdi{pascal}",
"displayName": "camelCase (js)",
"name": "camelCase"
},
{
"match": "\\bmdi-{param}\\b",
"insert": "mdi-{param}",
"displayName": "Home Assistant",
"name": "homeAssistant"
}
],
"materialdesigniconsIntellisense.insertStyle": "camelCase",
"i18n-ally.sortKeys": true,
"i18n-ally.keepFulfilled": true,
"i18n-ally.displayLanguage": "vi-VN",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment