Skip to content

Instantly share code, notes, and snippets.

@inorganik
Last active July 17, 2020 20:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save inorganik/445d82f0c6ca07051b4017e0aa35b152 to your computer and use it in GitHub Desktop.
Save inorganik/445d82f0c6ca07051b4017e0aa35b152 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2020-07-17T20:23:56.317Z","extensionVersion":"v3.4.3"}
[
{
"metadata": {
"id": "36d2103d-ba17-4fb6-9e79-32118fe3d48f",
"publisherId": "natewallace.angular2-inline",
"publisherDisplayName": "natewallace"
},
"name": "angular2-inline",
"publisher": "natewallace",
"version": "0.0.17"
},
{
"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": "060828aa-17ab-40d9-9e2d-f8407f5c8d04",
"publisherId": "alexdima.copy-relative-path",
"publisherDisplayName": "alexdima"
},
"name": "copy-relative-path",
"publisher": "alexdima",
"version": "0.0.2"
},
{
"metadata": {
"id": "1ec62ca5-d7f9-4ddb-a882-e8d018c0aefd",
"publisherId": "msjsdiag.debugger-for-chrome",
"publisherDisplayName": "msjsdiag"
},
"name": "debugger-for-chrome",
"publisher": "msjsdiag",
"version": "4.12.8"
},
{
"metadata": {
"id": "f60a60a6-95ba-42d4-b41c-3d24c1b89588",
"publisherId": "EditorConfig.EditorConfig",
"publisherDisplayName": "EditorConfig"
},
"name": "EditorConfig",
"publisher": "EditorConfig",
"version": "0.15.1"
},
{
"metadata": {
"id": "4de763bd-505d-4978-9575-2b7696ecf94e",
"publisherId": "eamodio.gitlens",
"publisherDisplayName": "eamodio"
},
"name": "gitlens",
"publisher": "eamodio",
"version": "10.2.2"
},
{
"metadata": {
"id": "a92d457e-6f3f-4167-8087-1a54e1b6e00e",
"publisherId": "Angular.ng-template",
"publisherDisplayName": "Angular"
},
"name": "ng-template",
"publisher": "Angular",
"version": "0.1000.4"
},
{
"metadata": {
"id": "a41c1549-4053-44d4-bf30-60fc809b4a86",
"publisherId": "christian-kohler.path-intellisense",
"publisherDisplayName": "christian-kohler"
},
"name": "path-intellisense",
"publisher": "christian-kohler",
"version": "2.2.1"
},
{
"metadata": {
"id": "1b160753-ae5e-42bb-82ad-d115ce5c10f4",
"publisherId": "be5invis.vscode-custom-css",
"publisherDisplayName": "be5invis"
},
"name": "vscode-custom-css",
"publisher": "be5invis",
"version": "3.0.10"
},
{
"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"
}
]
// Empty
[
{
"key": "ctrl+alt+s",
"command": "saveAll"
}
]
{
"sync.gist": "445d82f0c6ca07051b4017e0aa35b152",
"sync.lastUpload": "2018-08-27T16:35:00.489Z",
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.lastDownload": "2018-04-14T20:45:23.224Z",
"sync.forceDownload": false,
"sync.host": "",
"sync.pathPrefix": "",
"sync.quietSync": false,
"sync.askGistName": false,
"sync.removeExtensions": true,
"sync.syncExtensions": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.snippetSuggestions": "top",
"editor.formatOnPaste": false,
"editor.wordWrap": "on",
"editor.minimap.enabled": false,
"editor.dragAndDrop": false,
"editor.tabSize": 2,
"editor.tabCompletion": true,
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"html.autoClosingTags": false,
"workbench.editor.enablePreview": false,
"workbench.list.horizontalScrolling": false,
"window.newWindowDimensions": "inherit",
"git.confirmSync": false,
"gitlens.advanced.messages": {
"suppressGitVersionWarning": true,
"suppressShowKeyBindingsNotice": true,
"suppressWelcomeNotice": true
},
"vscode_custom_css.imports": [
"file:///Users/japerkins17/Documents/vscode/monaco-tree.css"
],
"explorer.confirmDelete": false,
"gitlens.keymap": "chorded",
"telemetry.enableTelemetry": false,
"window.zoomLevel": 0,
"gitlens.historyExplorer.enabled": true,
"java.errors.incompleteClasspath.severity": "ignore",
"extensions.ignoreRecommendations": false,
"git.enableSmartCommit": false,
"breadcrumbs.enabled": true,
"workbench.startupEditor": "newUntitledFile",
"bracketPairColorizer.showBracketsInGutter": true,
"workbench.colorTheme": "Monokai",
"editor.fontWeight": "400",
"explorer.autoReveal": false,
"git.ignoreLegacyWarning": true,
"git.autofetch": true,
"gitlens.views.repositories.branches.layout": "list",
"typescript.updateImportsOnFileMove.enabled": "never",
"javascript.updateImportsOnFileMove.enabled": "never",
"sync.forceUpload": false
}
{
// Place your global snippets here. Each snippet is defined under a snippet name and has a scope, prefix, body and
// description. Add comma separated ids of the languages where the snippet is applicable in the scope field. If scope
// is left empty or omitted, the snippet gets applied to all languages. 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": {
"scope": "javascript,typescript",
"prefix": "log",
"body": [
"console.log($1);"
],
"description": "Log output to console"
}
}
{
// Place your global snippets here. Each snippet is defined under a snippet name and has a scope, prefix, body and
// description. Add comma separated ids of the languages where the snippet is applicable in the scope field. If scope
// is left empty or omitted, the snippet gets applied to all languages. 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:
// "Sign in with google": {
// "scope": "typescript",
// "prefix": "z.signIn",
// "body": [
// "signIn() {",
// " this.afAuth.auth.signInWithPopup(new auth.GoogleAuthProvider())",
// " .then(() => {",
// " this.zone.run(() => this.router.navigateByUrl('/hometown'));",
// " }, err => console.error('Error signing in', err));",
// "}"
// ],
// "description": "sign into google auth"
// }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment