Skip to content

Instantly share code, notes, and snippets.

@mstudio
Last active July 16, 2019 16:43
Show Gist options
  • Save mstudio/b1bb0f1d1eb22b14f1503fc2243db4df to your computer and use it in GitHub Desktop.
Save mstudio/b1bb0f1d1eb22b14f1503fc2243db4df to your computer and use it in GitHub Desktop.
Alex - vscode settings
{"lastUpload":"2019-07-16T16:43:35.573Z","extensionVersion":"v3.4.0"}
[
{
"metadata": {
"id": "6e440e71-8ed9-4f25-bb78-4b13096b8a03",
"publisherId": "formulahendry.auto-rename-tag",
"publisherDisplayName": "formulahendry"
},
"name": "auto-rename-tag",
"publisher": "formulahendry",
"version": "0.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.0.28"
},
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "Shan.code-settings-sync",
"publisherDisplayName": "Shan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "3.4.0"
},
{
"metadata": {
"id": "690b692e-e8a9-493f-b802-8089d50ac1b2",
"publisherId": "ms-vscode.cpptools",
"publisherDisplayName": "ms-vscode"
},
"name": "cpptools",
"publisher": "ms-vscode",
"version": "0.24.0"
},
{
"metadata": {
"id": "4de763bd-505d-4978-9575-2b7696ecf94e",
"publisherId": "eamodio.gitlens",
"publisherDisplayName": "eamodio"
},
"name": "gitlens",
"publisher": "eamodio",
"version": "9.8.5"
},
{
"metadata": {
"id": "a831e395-d150-46aa-8644-3027af1c5b36",
"publisherId": "dawhite.mustache",
"publisherDisplayName": "dawhite"
},
"name": "mustache",
"publisher": "dawhite",
"version": "1.1.1"
},
{
"metadata": {
"id": "c807e072-5951-4a01-9542-450f946c7ec1",
"publisherId": "xabikos.ReactSnippets",
"publisherDisplayName": "xabikos"
},
"name": "ReactSnippets",
"publisher": "xabikos",
"version": "2.3.0"
},
{
"metadata": {
"id": "583b2b34-2c1e-4634-8c0b-0b82e283ea3a",
"publisherId": "dbaeumer.vscode-eslint",
"publisherDisplayName": "dbaeumer"
},
"name": "vscode-eslint",
"publisher": "dbaeumer",
"version": "1.9.0"
},
{
"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": "8.8.0"
},
{
"metadata": {
"id": "01708053-6fab-403f-9787-9d5f3d8f7d6a",
"publisherId": "sibiraj-s.vscode-scss-formatter",
"publisherDisplayName": "sibiraj-s"
},
"name": "vscode-scss-formatter",
"publisher": "sibiraj-s",
"version": "1.4.1"
},
{
"metadata": {
"id": "2f67a87a-f228-4c64-aa59-d66f638cc822",
"publisherId": "capaj.vscode-standardjs-snippets",
"publisherDisplayName": "capaj"
},
"name": "vscode-standardjs-snippets",
"publisher": "capaj",
"version": "0.8.5"
},
{
"metadata": {
"id": "2061917f-f76a-458a-8da9-f162de22b97e",
"publisherId": "redhat.vscode-yaml",
"publisherDisplayName": "redhat"
},
"name": "vscode-yaml",
"publisher": "redhat",
"version": "0.4.1"
}
]
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "cmd+backspace",
"command": "-deleteAllLeft",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "cmd+backspace",
"command": "editor.action.deleteLines",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "shift+cmd+k",
"command": "-editor.action.deleteLines",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "cmd+d",
"command": "editor.action.copyLinesDownAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "shift+alt+down",
"command": "-editor.action.copyLinesDownAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+alt+d",
"command": "-workbench.view.debug"
},
{
"key": "ctrl+alt+f",
"command": "eslint.executeAutofix"
},
{
"key": "shift+alt+d",
"command": "-extension.downloadSettings"
}
]
{
"workbench.colorTheme": "Solarized Light",
"editor.fontSize": 13,
"editor.lineHeight": 26,
"editor.tabSize": 2,
"window.zoomLevel": 0,
"workbench.statusBar.feedback.visible": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"javascript.implicitProjectConfig.checkJs": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact",
"vue-html": "html",
"plaintext": "jade"
},
//"workbench.editor.enablePreview": false,
"editor.wordWrap": "on",
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/node_modules": true,
"**/bower_components": true,
"**/jspm_packages": true
},
//"sassFormat.sassPath": "/usr/local/bin",
"editor.snippetSuggestions": "top",
"bracket-pair-colorizer-2.activeScopeCSS": [
"borderStyle : none none solid none",
"borderWidth : 1px",
"borderColor : {color}; opacity: 1"
],
"bracket-pair-colorizer-2.colorMode": "Consecutive",
"bracket-pair-colorizer-2.colors": [
"#aa0000",
"#0059fb",
"#008f18"
],
"bracket-pair-colorizer-2.unmatchedScopeColor": "#5806ff",
"bracket-pair-colorizer-2.showBracketsInGutter": true,
"bracket-pair-colorizer-2.highlightActiveScope": true,
"bracket-pair-colorizer-2.showHorizontalScopeLine": false,
"bracket-pair-colorizer-2.showVerticalScopeLine": false,
"yaml.schemas": {
"file:///Users/alexmotzenbecker/.vscode/extensions/atlassian.atlascode-1.2.3/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml"
},
"sync.gist": "b1bb0f1d1eb22b14f1503fc2243db4df"
// "editor.formatOnSave": true,
// "editor.formatOnSaveTimeout": 300,
// "eslint.autoFixOnSave": true,
// "[scss]": {
// "editor.formatOnSave": true,
// "editor.defaultFormatter": "sibiraj-s.vscode-scss-formatter"
// }
}
{
// 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:label}');",
"$2"
],
"description": "Log output to console"
}
}s
{
// Place your snippets for javascriptreact 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