Skip to content

Instantly share code, notes, and snippets.

@CristianoRC
Last active November 28, 2019 22:32
Show Gist options
  • Save CristianoRC/7ec6d1d6f9a4e644b480bd7790d8d1bf to your computer and use it in GitHub Desktop.
Save CristianoRC/7ec6d1d6f9a4e644b480bd7790d8d1bf to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2019-11-28T22:32:16.822Z","extensionVersion":"v3.4.3"}
[
{
"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": "438221f8-1107-4ccd-a6fe-f3b7fe0856b7",
"publisherId": "mhutchie.git-graph",
"publisherDisplayName": "mhutchie"
},
"name": "git-graph",
"publisher": "mhutchie",
"version": "1.19.1"
},
{
"metadata": {
"id": "26a529c9-2654-4b95-a63f-02f6a52429e6",
"publisherId": "zhuangtongfa.material-theme",
"publisherDisplayName": "zhuangtongfa"
},
"name": "material-theme",
"publisher": "zhuangtongfa",
"version": "3.1.2"
},
{
"metadata": {
"id": "b408d4e8-4e66-4a4c-adad-a53add545a77",
"publisherId": "coderfee.open-html-in-browser",
"publisherDisplayName": "coderfee"
},
"name": "open-html-in-browser",
"publisher": "coderfee",
"version": "0.1.21"
},
{
"metadata": {
"id": "a41c1549-4053-44d4-bf30-60fc809b4a86",
"publisherId": "christian-kohler.path-intellisense",
"publisherDisplayName": "christian-kohler"
},
"name": "path-intellisense",
"publisher": "christian-kohler",
"version": "1.4.2"
},
{
"metadata": {
"id": "6bc1e3ad-c0e2-46b6-bbad-246c5f59215b",
"publisherId": "pmneo.tsimporter",
"publisherDisplayName": "pmneo"
},
"name": "tsimporter",
"publisher": "pmneo",
"version": "2.0.1"
},
{
"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.6.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": "90a37ca1-92a2-488a-b196-7a8c0b0127ea",
"publisherId": "ms-vscode.vscode-typescript-tslint-plugin",
"publisherDisplayName": "ms-vscode"
},
"name": "vscode-typescript-tslint-plugin",
"publisher": "ms-vscode",
"version": "1.2.3"
},
{
"metadata": {
"id": "876e8f93-74d0-4f4f-91b7-34a09f19f444",
"publisherId": "VisualStudioExptTeam.vscodeintellicode",
"publisherDisplayName": "VisualStudioExptTeam"
},
"name": "vscodeintellicode",
"publisher": "VisualStudioExptTeam",
"version": "1.2.0"
}
]
// Empty
[
{
"key": "ctrl+d ctrl+d",
"command": "editor.action.deleteLines",
"when": "textInputFocus && !editorReadonly"
},
{
"key": "ctrl+shift+k",
"command": "-editor.action.deleteLines",
"when": "textInputFocus && !editorReadonly"
}
]
{
"editor.fontSize": 18,
"editor.fontFamily": "hack",
"workbench.sideBar.location": "left",
"workbench.statusBar.visible": true,
"editor.renderIndentGuides": false,
"editor.minimap.enabled": false,
"files.exclude": {
"**/.DS_Store": true,
"**/.git*": true,
"**/.hg": true,
"**/.idea/": true,
"**/.svn": true,
"**/bin": true,
"**/CVS": true,
"**/obj": true
},
"sync.gist": "7ec6d1d6f9a4e644b480bd7790d8d1bf",
"sync.lastUpload": "2018-07-18T17:28:20.658Z",
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.lastDownload": "2018-06-10T18:07:36.373Z",
"sync.forceDownload": false,
"sync.host": "",
"sync.pathPrefix": "",
"sync.quietSync": false,
"sync.askGistName": false,
"explorer.confirmDelete": false,
"window.zoomLevel": 1,
"extensions.ignoreRecommendations": false,
"sync.removeExtensions": true,
"sync.syncExtensions": true,
"todohighlight.isEnable": true,
"todohighlight.include": [
"**/*.cs",
"**/*.js",
"**/*.jsx",
"**/*.ts",
"**/*.tsx",
"**/*.html",
"**/*.php",
"**/*.css",
"**/*.scss",
"**/*.stly"
],
"emmet.includeLanguages": {
"razor": "html",
"vue": "html"
},
"files.associations": {
"*.cshtml": "html"
},
"vetur.format.defaultFormatter.css": "prettier",
"vetur.format.defaultFormatter.postcss": "prettier",
"vetur.format.defaultFormatter.scss": "prettier",
"vetur.format.defaultFormatter.less": "prettier",
"vetur.format.defaultFormatter.stylus": "stylus-supremacy",
"vetur.format.defaultFormatter.js": "prettier",
"vetur.format.defaultFormatter.ts": "prettier",
"workbench.editor.closeEmptyGroups": true,
"editor.formatOnSave": true,
"prettier.singleQuote": true,
"prettier.jsxSingleQuote": true,
"prettier.eslintIntegration": true,
"prettier.semi": false,
"breadcrumbs.enabled": true,
"window.titleBarStyle": "custom",
"terminal.integrated.rendererType": "dom",
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"vsintellicode.java.completionsEnabled": false,
"workbench.iconTheme": "vscode-icons",
"terminal.integrated.fontFamily": "Meslo LG M DZ for Powerline",
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"[javascript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"vetur.format.options.useTabs": true,
"editor.tabSize": 2,
"editor.codeActionsOnSave": {
"source.organizeImports": true
},
"workbench.colorTheme": "One Dark Pro"
}
{
// Place your snippets for csharp 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