Skip to content

Instantly share code, notes, and snippets.

@edrick27
Last active January 20, 2020 16:33
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 edrick27/a57ebedd26d2acb52a1d4c8e301cdc83 to your computer and use it in GitHub Desktop.
Save edrick27/a57ebedd26d2acb52a1d4c8e301cdc83 to your computer and use it in GitHub Desktop.
vsCodeSettings
{"lastUpload":"2020-01-20T16:33:07.295Z","extensionVersion":"v3.4.3"}
[
{
"metadata": {
"id": "214cbfb9-7c06-4467-bad4-357ae83eb587",
"publisherId": "johnpapa.Angular2",
"publisherDisplayName": "johnpapa"
},
"name": "Angular2",
"publisher": "johnpapa",
"version": "8.3.0"
},
{
"metadata": {
"id": "5619a084-6632-4221-9def-b94bdc42e23a",
"publisherId": "Nash.awesome-flutter-snippets",
"publisherDisplayName": "Nash"
},
"name": "awesome-flutter-snippets",
"publisher": "Nash",
"version": "2.0.3"
},
{
"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": "f57f68ea-9ee8-42b5-9a97-041d3e4278c4",
"publisherId": "Dart-Code.dart-code",
"publisherDisplayName": "Dart-Code"
},
"name": "dart-code",
"publisher": "Dart-Code",
"version": "3.7.1"
},
{
"metadata": {
"id": "0f11c378-1d3f-4146-a572-85874384ee99",
"publisherId": "oscarcs.dart-syntax-highlighting-only",
"publisherDisplayName": "oscarcs"
},
"name": "dart-syntax-highlighting-only",
"publisher": "oscarcs",
"version": "1.0.0"
},
{
"metadata": {
"id": "f6c3ec04-6057-4d9c-b997-69cba07a6158",
"publisherId": "Dart-Code.flutter",
"publisherDisplayName": "Dart-Code"
},
"name": "flutter",
"publisher": "Dart-Code",
"version": "3.7.1"
},
{
"metadata": {
"id": "5db78037-f674-459f-a236-db622c427c5b",
"publisherId": "PKief.material-icon-theme",
"publisherDisplayName": "PKief"
},
"name": "material-icon-theme",
"publisher": "PKief",
"version": "3.9.2"
},
{
"metadata": {
"id": "8d837914-d8fa-45b5-965d-f76ebd6dbf5c",
"publisherId": "Telerik.nativescript",
"publisherDisplayName": "Telerik"
},
"name": "nativescript",
"publisher": "Telerik",
"version": "0.11.0"
},
{
"metadata": {
"id": "81fdbd0b-bd23-4c97-bbc6-8b6b55e0c969",
"publisherId": "wwwalkerrun.nativescript-ng2-snippets",
"publisherDisplayName": "wwwalkerrun"
},
"name": "nativescript-ng2-snippets",
"publisher": "wwwalkerrun",
"version": "2.0.1"
},
{
"metadata": {
"id": "e05d98bf-3735-4c1e-9fae-86ef0a52e19f",
"publisherId": "quicktype.quicktype",
"publisherDisplayName": "quicktype"
},
"name": "quicktype",
"publisher": "quicktype",
"version": "12.0.46"
},
{
"metadata": {
"id": "186ace18-2b44-490d-863e-0bd29b229a27",
"publisherId": "formulahendry.terminal",
"publisherDisplayName": "formulahendry"
},
"name": "terminal",
"publisher": "formulahendry",
"version": "0.0.10"
},
{
"metadata": {
"id": "1d4278a8-3599-45f1-a4ad-dd9723ff3904",
"publisherId": "alexiv.vscode-angular2-files",
"publisherDisplayName": "alexiv"
},
"name": "vscode-angular2-files",
"publisher": "alexiv",
"version": "1.6.2"
},
{
"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.7.0"
},
{
"metadata": {
"id": "ffda6552-0ad5-431b-a4fa-0905a7e4f3f0",
"publisherId": "bmewburn.vscode-intelephense-client",
"publisherDisplayName": "bmewburn"
},
"name": "vscode-intelephense-client",
"publisher": "bmewburn",
"version": "1.3.7"
},
{
"metadata": {
"id": "4c808376-20ec-41d4-a934-f7601552c4f1",
"publisherId": "jcbuisson.vue",
"publisherDisplayName": "jcbuisson"
},
"name": "vue",
"publisher": "jcbuisson",
"version": "0.1.5"
}
]
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "ctrl+d",
"command": "-editor.action.addSelectionToNextFindMatch",
"when": "editorFocus"
},
{
"key": "ctrl+d",
"command": "editor.action.copyLinesDownAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "shift+alt+down",
"command": "-editor.action.copyLinesDownAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+shift+/",
"command": "editor.action.blockComment",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "shift+alt+a",
"command": "-editor.action.blockComment",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+/",
"command": "editor.action.commentLine",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+oem_2",
"command": "-editor.action.commentLine",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+s",
"command": "-workbench.action.files.save"
},
{
"key": "ctrl+s",
"command": "workbench.action.files.saveAll"
},
{
"key": "ctrl+k s",
"command": "-workbench.action.files.saveAll"
},
{
"key": "ctrl+oem_6",
"command": "-editor.action.indentLines",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+shift+i",
"command": "editor.action.formatDocument",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "shift+alt+f",
"command": "-editor.action.formatDocument",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+i",
"command": "editor.action.formatSelection",
"when": "editorHasSelection && editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+k ctrl+f",
"command": "-editor.action.formatSelection",
"when": "editorHasSelection && editorTextFocus && !editorReadonly"
},
{
"key": "delete",
"command": "-deleteRight",
"when": "textInputFocus && !editorReadonly"
},
{
"key": "delete",
"command": "editor.action.deleteLines",
"when": "textInputFocus && !editorReadonly"
},
{
"key": "ctrl+shift+k",
"command": "-editor.action.deleteLines",
"when": "textInputFocus && !editorReadonly"
}
]
{
"editor.fontSize": 26,
"window.zoomLevel": 0,
"nativescript.analytics.enabled": false,
"typescript.updateImportsOnFileMove.enabled": "always",
"files.autoSave": "off",
"window.menuBarVisibility": "default",
"bracket-pair-colorizer-2.colors": [
"#fafafa",
"#9F51B6",
"#F7C244",
"#F07850",
"#9CDD29",
"#C497D4"
],
"sync.gist": "a57ebedd26d2acb52a1d4c8e301cdc83",
"sync.autoUpload": false,
"sync.autoDownload": false,
"sync.forceUpload": false,
"sync.forceDownload": false,
"workbench.iconTheme": "material-icon-theme",
"workbench.colorTheme": "Monokai"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment