Skip to content

Instantly share code, notes, and snippets.

@grdl
Last active March 4, 2021 18:15
Show Gist options
  • Save grdl/6eb4625f7c9d31ce9d7662a331dc1732 to your computer and use it in GitHub Desktop.
Save grdl/6eb4625f7c9d31ce9d7662a331dc1732 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2021-03-04T18:15:39.006Z","extensionVersion":"v3.4.3"}
[
{
"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": "b85c6625-454b-4b61-8a22-c42f3d0f2e1e",
"publisherId": "foam.foam-vscode",
"publisherDisplayName": "foam"
},
"name": "foam-vscode",
"publisher": "foam",
"version": "0.10.3"
},
{
"metadata": {
"id": "4de763bd-505d-4978-9575-2b7696ecf94e",
"publisherId": "eamodio.gitlens",
"publisherDisplayName": "eamodio"
},
"name": "gitlens",
"publisher": "eamodio",
"version": "11.2.1"
},
{
"metadata": {
"id": "6c2f1801-1e7f-45b2-9b5c-7782f1e076e8",
"publisherId": "ms-toolsai.jupyter",
"publisherDisplayName": "ms-toolsai"
},
"name": "jupyter",
"publisher": "ms-toolsai",
"version": "2021.2.603412351"
},
{
"metadata": {
"id": "6f35c257-7fd5-4bc2-9cd1-01976589c17a",
"publisherId": "arcticicestudio.nord-visual-studio-code",
"publisherDisplayName": "arcticicestudio"
},
"name": "nord-visual-studio-code",
"publisher": "arcticicestudio",
"version": "0.15.1"
},
{
"metadata": {
"id": "607fd052-be03-4363-b657-2bd62b83d28a",
"publisherId": "ms-vscode-remote.remote-ssh",
"publisherDisplayName": "ms-vscode-remote"
},
"name": "remote-ssh",
"publisher": "ms-vscode-remote",
"version": "0.64.0"
},
{
"metadata": {
"id": "bfeaf631-bcff-4908-93ed-fda4ef9a0c5c",
"publisherId": "ms-vscode-remote.remote-ssh-edit",
"publisherDisplayName": "ms-vscode-remote"
},
"name": "remote-ssh-edit",
"publisher": "ms-vscode-remote",
"version": "0.65.0"
},
{
"metadata": {
"id": "f0c5397b-d357-4197-99f0-cb4202f22818",
"publisherId": "ms-vscode-remote.remote-wsl",
"publisherDisplayName": "ms-vscode-remote"
},
"name": "remote-wsl",
"publisher": "ms-vscode-remote",
"version": "0.53.4"
},
{
"metadata": {
"id": "d96e79c6-8b25-4be3-8545-0e0ecefcae03",
"publisherId": "vscodevim.vim",
"publisherDisplayName": "vscodevim"
},
"name": "vim",
"publisher": "vscodevim",
"version": "1.18.9"
},
{
"metadata": {
"id": "efa79b03-91c5-4c6a-9846-0a7b6f7af05e",
"publisherId": "bmalehorn.vscode-fish",
"publisherDisplayName": "bmalehorn"
},
"name": "vscode-fish",
"publisher": "bmalehorn",
"version": "1.0.20"
},
{
"metadata": {
"id": "dde258e9-793b-4377-a4fe-9d54cbd28ea2",
"publisherId": "kortina.vscode-markdown-notes",
"publisherDisplayName": "kortina"
},
"name": "vscode-markdown-notes",
"publisher": "kortina",
"version": "0.0.23"
}
]
[
{
"key": "alt+left",
"command": "workbench.action.navigateBack"
},
{
"key": "alt+right",
"command": "workbench.action.navigateForward"
},
{
"key": "alt+v",
"command": "toggleVim"
},
{
"key": "escape escape",
"command": "-workbench.action.exitZenMode",
"when": "inZenMode"
},
{
"key": "alt+z",
"command": "-editor.action.toggleWordWrap"
},
{
"key": "alt+z",
"command": "workbench.action.toggleZenMode"
},
{
"key": "ctrl+k z",
"command": "-workbench.action.toggleZenMode"
}
]
// Empty
[
{
"key": "alt+z",
"command": "-editor.action.toggleWordWrap"
}
]
{
"cSpell.userWords": [
"Wrapf",
"gridarrow",
"kubernetes",
"pylint",
"repos"
],
"editor.smoothScrolling": true,
"editor.renderWhitespace": "all",
"explorer.confirmDragAndDrop": false,
"files.autoSave": "onFocusChange",
"files.exclude": {
"**/__pycache__": true,
"**/.classpath": true,
"**/.factorypath": true,
"**/.project": true,
"**/.pytest_cache": true,
"**/.settings": true,
"**/*.swp": true
},
"git.confirmSync": false,
"git.autofetch": true,
"go.gopath": "~/go",
"go.useLanguageServer": true,
"terminal.integrated.copyOnSelection": true,
"terminal.integrated.shell.linux": "/usr/local/bin/fish",
"terminal.integrated.shell.osx": "/usr/local/bin/fish",
"window.newWindowDimensions": "maximized",
"workbench.startupEditor": "newUntitledFile",
"python.venvPath": "~/Library/Caches/pypoetry/virtualenvs/",
"python.formatting.autopep8Args": [
"--max-line-length=120"
],
"python.linting.pylintEnabled": true,
"python.linting.enabled": true,
"python.testing.unittestEnabled": false,
"python.testing.nosetestsEnabled": false,
"python.testing.pytestEnabled": true,
"cSpell.allowCompoundWords": true,
"cSpell.language": "en,en-GB",
"python.jediEnabled": false,
"extensions.ignoreRecommendations": true,
"workbench.colorTheme": "Nord",
"window.menuBarVisibility": "toggle",
"workbench.statusBar.visible": true,
"sync.gist": "6eb4625f7c9d31ce9d7662a331dc1732",
"sync.autoUpload": true,
"window.zoomLevel": 0,
"cSpell.enabled": true,
"todo-tree.tree.showScanModeButton": false,
"python.languageServer": "Microsoft",
"python.defaultInterpreterPath": "~/.pyenv/shims/python",
"foam.openDailyNote.directory": "journal",
"foam.openDailyNote.titleFormat": "dddd d mmmm yyyy",
"vscodeMarkdownNotes.allowPipedWikiLinks": true,
"vscodeMarkdownNotes.createNoteOnGoToDefinitionWhenMissing": false,
"vscodeMarkdownNotes.compileSuggestionDetails": true,
"vscodeMarkdownNotes.previewLabelStyling": "label",
"editor.lineNumbers": "relative",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment