Skip to content

Instantly share code, notes, and snippets.

@qx-775
Last active February 7, 2024 13:46
Show Gist options
  • Save qx-775/c3ee4791ec7f7e1f18e0d5cdafd56aa9 to your computer and use it in GitHub Desktop.
Save qx-775/c3ee4791ec7f7e1f18e0d5cdafd56aa9 to your computer and use it in GitHub Desktop.
________
[
{
"id": "akamud.vscode-theme-onedark",
"name": "vscode-theme-onedark",
"publisher": "akamud",
"version": "2.3.0"
},
{
"id": "charliermarsh.ruff",
"name": "ruff",
"publisher": "charliermarsh",
"version": "2024.10.0"
},
{
"id": "coddx.coddx-alpha",
"name": "coddx-alpha",
"publisher": "coddx",
"version": "0.3.1"
},
{
"id": "eamodio.gitlens",
"name": "gitlens",
"publisher": "eamodio",
"version": "14.7.0"
},
{
"id": "esbenp.prettier-vscode",
"name": "prettier-vscode",
"publisher": "esbenp",
"version": "10.1.0"
},
{
"id": "GrapeCity.gc-excelviewer",
"name": "gc-excelviewer",
"publisher": "GrapeCity",
"version": "4.2.58"
},
{
"id": "ms-azuretools.vscode-docker",
"name": "vscode-docker",
"publisher": "ms-azuretools",
"version": "1.28.0"
},
{
"id": "ms-python.python",
"name": "python",
"publisher": "ms-python",
"version": "2024.0.1"
},
{
"id": "ms-toolsai.jupyter-keymap",
"name": "jupyter-keymap",
"publisher": "ms-toolsai",
"version": "1.1.2"
},
{
"id": "ms-toolsai.jupyter-renderers",
"name": "jupyter-renderers",
"publisher": "ms-toolsai",
"version": "1.0.17"
},
{
"id": "ms-toolsai.vscode-jupyter-cell-tags",
"name": "vscode-jupyter-cell-tags",
"publisher": "ms-toolsai",
"version": "0.1.8"
},
{
"id": "ms-toolsai.vscode-jupyter-slideshow",
"name": "vscode-jupyter-slideshow",
"publisher": "ms-toolsai",
"version": "0.1.5"
},
{
"id": "mushan.vscode-paste-image",
"name": "vscode-paste-image",
"publisher": "mushan",
"version": "1.0.4"
},
{
"id": "nonoroazoro.syncing",
"name": "syncing",
"publisher": "nonoroazoro",
"version": "3.3.7"
},
{
"id": "redhat.vscode-yaml",
"name": "vscode-yaml",
"publisher": "redhat",
"version": "1.14.0"
},
{
"id": "streetsidesoftware.code-spell-checker",
"name": "code-spell-checker",
"publisher": "streetsidesoftware",
"version": "3.0.1"
},
{
"id": "streetsidesoftware.code-spell-checker-dutch",
"name": "code-spell-checker-dutch",
"publisher": "streetsidesoftware",
"version": "0.5.1"
},
{
"id": "usernamehw.todo-md",
"name": "todo-md",
"publisher": "usernamehw",
"version": "2.29.0"
},
{
"id": "vsls-contrib.gitdoc",
"name": "gitdoc",
"publisher": "vsls-contrib",
"version": "0.1.0"
},
{
"id": "zhuangtongfa.material-theme",
"name": "material-theme",
"publisher": "zhuangtongfa",
"version": "3.16.2"
},
{
"id": "zokugun.cron-tasks",
"name": "cron-tasks",
"publisher": "zokugun",
"version": "0.1.2"
}
]
// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "ctrl+s",
"command": "workbench.action.files.saveAll"
}
]
{
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"breadcrumbs.enabled": true,
"editor.cursorBlinking": "smooth",
"editor.fontSize": 12,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.minimap.enabled": false,
"explorer.autoReveal": true,
"explorer.sortOrder": "modified",
"files.autoSave": "afterDelay",
"files.trimFinalNewlines": true,
"markdown.preview.scrollEditorWithPreview": true,
"markdown.preview.scrollPreviewWithEditor": true,
"workbench.colorTheme": "One Dark Pro Darker",
"workbench.editor.enablePreview": false,
"workbench.editor.highlightModifiedTabs": true,
"workbench.editor.tabSizing": "shrink",
"workbench.panel.defaultLocation": "right",
"workbench.settings.editor": "json",
"workbench.sideBar.location": "right",
"workbench.statusBar.visible": false,
"git.enableSmartCommit": true,
"window.zoomLevel": 2,
"update.showReleaseNotes": false,
"editor.fontFamily": "'Fira Code'",
"editor.fontLigatures": true,
"editor.fontLigatures": "'zero', 'ss02', 'ss03', 'ss04', 'ss05', 'calt'",
"gitdoc.autoCommitDelay": 1200000,
"gitdoc.autoPullDelay": 1200000,
"gitdoc.autoPushDelay": 1200000,
"explorer.confirmDelete": false,
"git.autofetch": true,
"cSpell.enableFiletypes": ["markdown"],
"cSpell.language": "en,nl",
"explorer.confirmDragAndDrop": false,
"workbench.editor.tabActionLocation": "right",
"[yaml]": {
"editor.defaultFormatter": "redhat.vscode-yaml"
},
"terminal.integrated.defaultProfile.linux": "bash",
"terminal.integrated.profiles.linux": {
"bash": {
"path": "/usr/bin/flatpak-spawn",
"args": ["--host", "--env=TERM=xterm-256color", "zsh"]
}
},
"[python]": {
"editor.defaultFormatter": "charliermarsh.ruff"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment