Skip to content

Instantly share code, notes, and snippets.

@ho3ein-mola
Last active August 14, 2019 13:10
Show Gist options
  • Save ho3ein-mola/89e0863ff60ce0d079a5157c8cce7291 to your computer and use it in GitHub Desktop.
Save ho3ein-mola/89e0863ff60ce0d079a5157c8cce7291 to your computer and use it in GitHub Desktop.
vscode
{"lastUpload":"2019-08-14T13:10:02.608Z","extensionVersion":"v3.4.1"}
[
{
"metadata": {
"id": "98eb0f27-c79a-4ef5-b3ea-0554b885bfc5",
"publisherId": "EliverLara.andromeda",
"publisherDisplayName": "EliverLara"
},
"name": "andromeda",
"publisher": "EliverLara",
"version": "1.4.2"
},
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "Shan.code-settings-sync",
"publisherDisplayName": "Shan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "3.4.1"
},
{
"metadata": {
"id": "5cf10212-681f-48c7-b66f-bcce5dc44a64",
"publisherId": "ExodiusStudios.comment-anchors",
"publisherDisplayName": "ExodiusStudios"
},
"name": "comment-anchors",
"publisher": "ExodiusStudios",
"version": "1.6.1"
},
{
"metadata": {
"id": "75bb3a50-2138-4144-8997-5a630e3ad890",
"publisherId": "stackbreak.comment-divider",
"publisherDisplayName": "stackbreak"
},
"name": "comment-divider",
"publisher": "stackbreak",
"version": "0.2.1"
},
{
"metadata": {
"id": "f57f68ea-9ee8-42b5-9a97-041d3e4278c4",
"publisherId": "Dart-Code.dart-code",
"publisherDisplayName": "Dart-Code"
},
"name": "dart-code",
"publisher": "Dart-Code",
"version": "3.3.0"
},
{
"metadata": {
"id": "1267c0bc-d88a-4291-8a6d-036a86a044ca",
"publisherId": "raashida.fixthecode-vs",
"publisherDisplayName": "raashida"
},
"name": "fixthecode-vs",
"publisher": "raashida",
"version": "1.1.2"
},
{
"metadata": {
"id": "f6c3ec04-6057-4d9c-b997-69cba07a6158",
"publisherId": "Dart-Code.flutter",
"publisherDisplayName": "Dart-Code"
},
"name": "flutter",
"publisher": "Dart-Code",
"version": "3.3.0"
},
{
"metadata": {
"id": "5f1b8bad-7da0-416b-99b7-7cec354f2b64",
"publisherId": "Ho3ein.Ho3ein-dark",
"publisherDisplayName": "Ho3ein"
},
"name": "Ho3ein-dark",
"publisher": "Ho3ein",
"version": "1.0.4"
},
{
"metadata": {
"publisherId": "undefined_publisher.moxer-extended",
"publisherDisplayName": "undefined_publisher"
},
"name": "moxer-extended",
"publisher": "undefined_publisher",
"version": "0.0.1"
},
{
"metadata": {
"id": "32150e97-9b6f-45c4-a84c-43857b3ee8d8",
"publisherId": "Equinusocio.moxer-icons",
"publisherDisplayName": "Equinusocio"
},
"name": "moxer-icons",
"publisher": "Equinusocio",
"version": "3.0.0"
},
{
"metadata": {
"id": "e7a6ce7b-3879-4051-a224-0b74504bd396",
"publisherId": "Equinusocio.moxer-theme",
"publisherDisplayName": "Equinusocio"
},
"name": "moxer-theme",
"publisher": "Equinusocio",
"version": "4.0.0"
},
{
"metadata": {
"id": "bec54afb-e50e-48c9-b5e1-703fa6a2180f",
"publisherId": "MatiasOlivera.universe",
"publisherDisplayName": "MatiasOlivera"
},
"name": "universe",
"publisher": "MatiasOlivera",
"version": "1.6.0"
},
{
"metadata": {
"id": "d96e79c6-8b25-4be3-8545-0e0ecefcae03",
"publisherId": "vscodevim.vim",
"publisherDisplayName": "vscodevim"
},
"name": "vim",
"publisher": "vscodevim",
"version": "1.9.0"
},
{
"metadata": {
"id": "8f26d05e-e8ef-4156-af0a-ca7778b47006",
"publisherId": "lihui.vs-color-picker",
"publisherDisplayName": "lihui"
},
"name": "vs-color-picker",
"publisher": "lihui",
"version": "1.0.0"
}
]
// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "ctrl+alt+w",
"command": "workbench.action.closeWindow",
"when": "!editorIsOpen && !multipleEditorGroups"
},
{
"key": "ctrl+w",
"command": "-workbench.action.closeWindow",
"when": "!editorIsOpen && !multipleEditorGroups"
},
{
"key": "ctrl+meta+q",
"command": "workbench.action.toggleActivityBarVisibility"
},
{
"key": "ctrl+shift+x",
"command": "comment-divider.makeMainHeader",
"when": "editorTextFocus"
},
{
"key": "shift+alt+x",
"command": "-comment-divider.makeMainHeader",
"when": "editorTextFocus"
},
{
"key": "ctrl+alt+f",
"command": "editor.action.formatDocument",
"when": "editorHasDocumentFormattingProvider && editorHasDocumentFormattingProvider && editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+shift+i",
"command": "-editor.action.formatDocument",
"when": "editorHasDocumentFormattingProvider && editorHasDocumentFormattingProvider && editorTextFocus && !editorReadonly"
},
{
"key": "pageup",
"command": "extension.vim_ctrl+w",
"when": "editorTextFocus && vim.active && vim.use<C-w> && !inDebugRepl"
},
{
"key": "ctrl+w",
"command": "-extension.vim_ctrl+w",
"when": "editorTextFocus && vim.active && vim.use<C-w> && !inDebugRepl"
}
]
{
"workbench.colorTheme": "Moxer Extended",
"files.associations": {
"*.dart": "dart"
},
"workbench.startupEditor": "newUntitledFile",
"window.menuBarVisibility": "toggle",
"vs-color-picker.autoLaunch": true,
"workbench.editor.showTabs": false,
"workbench.activityBar.visible": true,
"workbench.editor.enablePreviewFromQuickOpen": false,
"explorer.openEditors.visible": 0,
"vim.normalModeKeyBindings": [
{
"before": [
"u"
],
"after": [],
"commands": [
{
"command": "undo"
}
]
},
{
"before": [
"<C-r>"
],
"after": [],
"commands": [
{
"command": "redo"
}
]
}
],
"editor.fontFamily": "'Fira Code','Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'",
"sync.forceUpload": false,
"sync.gist": "89e0863ff60ce0d079a5157c8cce7291",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment