Skip to content

Instantly share code, notes, and snippets.

@toransahu
Last active July 16, 2019 11:47
Show Gist options
  • Save toransahu/0f782f4d85cf9f9836449b1d67227d84 to your computer and use it in GitHub Desktop.
Save toransahu/0f782f4d85cf9f9836449b1d67227d84 to your computer and use it in GitHub Desktop.
vs-code-settings.json
{"lastUpload":"2019-07-16T11:47:39.087Z","extensionVersion":"v3.4.0"}
[
{
"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": "8edd410a-6a61-4a6e-820f-9be6cb26b1dc",
"publisherId": "trinm1709.dracula-theme-from-intellij",
"publisherDisplayName": "trinm1709"
},
"name": "dracula-theme-from-intellij",
"publisher": "trinm1709",
"version": "0.3.0"
},
{
"metadata": {
"id": "d6f6cfea-4b6f-41f4-b571-6ad2ab7918da",
"publisherId": "ms-vscode.Go",
"publisherDisplayName": "ms-vscode"
},
"name": "Go",
"publisher": "ms-vscode",
"version": "0.11.4"
},
{
"metadata": {
"id": "f30b63fa-e34a-40af-a573-5de5ecfb6c5e",
"publisherId": "k--kato.intellij-idea-keybindings",
"publisherDisplayName": "k--kato"
},
"name": "intellij-idea-keybindings",
"publisher": "k--kato",
"version": "0.2.34"
}
]
// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "ctrl+p",
"command": "workbench.action.quickOpen"
},
{
"key": "ctrl+p",
"command": "-workbench.action.quickOpen"
},
{
"key": "ctrl+n",
"command": "workbench.view.explorer"
},
{
"key": "ctrl+shift+e",
"command": "-workbench.view.explorer"
}
]
{
"window.zoomLevel": 0,
"sync.autoUpload": false,
"sync.gist": "0f782f4d85cf9f9836449b1d67227d84",
"sync.autoDownload": false,
"workbench.colorTheme": "Darcula Theme from IntelliJ",
"workbench.editor.enablePreview": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment