Skip to content

Instantly share code, notes, and snippets.

@vincens2005
Last active March 24, 2021 17:42
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 vincens2005/4e89c1d16a60d3aaff427e111df77eca to your computer and use it in GitHub Desktop.
Save vincens2005/4e89c1d16a60d3aaff427e111df77eca to your computer and use it in GitHub Desktop.
{"lastUpload":"2021-03-24T17:42:58.750Z","extensionVersion":"v3.4.3"}
[
{
"metadata": {
"publisherId": "jackguy.cheetah",
"publisherDisplayName": "jackguy"
},
"name": "cheetah",
"publisher": "jackguy",
"version": "0.0.1"
},
{
"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": "2bbe1392-1ad3-4f59-82bc-fccaa3afc3a5",
"publisherId": "icrawl.discord-vscode",
"publisherDisplayName": "icrawl"
},
"name": "discord-vscode",
"publisher": "icrawl",
"version": "5.4.0"
},
{
"metadata": {
"id": "b2215d5f-675e-4a2b-b6ac-1ca737518b78",
"publisherId": "tamasfe.even-better-toml",
"publisherDisplayName": "tamasfe"
},
"name": "even-better-toml",
"publisher": "tamasfe",
"version": "0.9.1"
},
{
"metadata": {
"id": "357ae74e-e0c8-47a0-a464-5ccb6b43d8d6",
"publisherId": "Razoric.gdscript-toolkit-formatter",
"publisherDisplayName": "Razoric"
},
"name": "gdscript-toolkit-formatter",
"publisher": "Razoric",
"version": "1.2.1"
},
{
"metadata": {
"id": "bbcbb8de-2baf-455f-a458-d5a6f084cebb",
"publisherId": "geequlim.godot-tools",
"publisherDisplayName": "geequlim"
},
"name": "godot-tools",
"publisher": "geequlim",
"version": "1.1.2"
},
{
"metadata": {
"id": "6c2f1801-1e7f-45b2-9b5c-7782f1e076e8",
"publisherId": "ms-toolsai.jupyter",
"publisherDisplayName": "ms-toolsai"
},
"name": "jupyter",
"publisher": "ms-toolsai",
"version": "2020.11.392013122"
},
{
"metadata": {
"id": "b63c44fd-0457-4696-99e9-dbfdf70d77de",
"publisherId": "ritwickdey.LiveServer",
"publisherDisplayName": "ritwickdey"
},
"name": "LiveServer",
"publisher": "ritwickdey",
"version": "5.6.1"
},
{
"metadata": {
"id": "1f5eb737-5496-44a3-a8a1-36a85eee4979",
"publisherId": "magicstack.MagicPython",
"publisherDisplayName": "magicstack"
},
"name": "MagicPython",
"publisher": "magicstack",
"version": "1.1.1"
},
{
"metadata": {
"id": "a41c1549-4053-44d4-bf30-60fc809b4a86",
"publisherId": "christian-kohler.path-intellisense",
"publisherDisplayName": "christian-kohler"
},
"name": "path-intellisense",
"publisher": "christian-kohler",
"version": "2.3.0"
},
{
"metadata": {
"id": "f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5",
"publisherId": "ms-python.python",
"publisherDisplayName": "ms-python"
},
"name": "python",
"publisher": "ms-python",
"version": "2020.11.371526539"
},
{
"metadata": {
"id": "187cdd47-a58a-4119-a185-3e24413f86c1",
"publisherId": "bar9.stories",
"publisherDisplayName": "bar9"
},
"name": "stories",
"publisher": "bar9",
"version": "2.22.1"
},
{
"metadata": {
"publisherId": "aeschli.vscode-css-formatter",
"publisherDisplayName": "aeschli"
},
"name": "vscode-css-formatter",
"publisher": "aeschli",
"version": "1.0.1"
},
{
"metadata": {
"id": "a27ff63d-ff11-478d-b1ab-19aa1ef19882",
"publisherId": "hoovercj.vscode-power-mode",
"publisherDisplayName": "hoovercj"
},
"name": "vscode-power-mode",
"publisher": "hoovercj",
"version": "2.2.0"
}
]
// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "shift+alt+f",
"command": "editor.action.formatDocument",
"when": "editorHasDocumentFormattingProvider && editorHasDocumentFormattingProvider && editorTextFocus && !editorReadonly && !inCompositeEditor"
},
{
"key": "ctrl+shift+i",
"command": "-editor.action.formatDocument",
"when": "editorHasDocumentFormattingProvider && editorHasDocumentFormattingProvider && editorTextFocus && !editorReadonly && !inCompositeEditor"
},
{
"key": "shift+alt+f",
"command": "editor.action.formatDocument.none",
"when": "editorTextFocus && !editorHasDocumentFormattingProvider && !editorHasDocumentFormattingProvider && !editorReadonly"
},
{
"key": "ctrl+shift+i",
"command": "-editor.action.formatDocument.none",
"when": "editorTextFocus && !editorHasDocumentFormattingProvider && !editorHasDocumentFormattingProvider && !editorReadonly"
},
{
"key": "ctrl+shift+i",
"command": "filesExplorer.findInFolder",
"when": "explorerResourceIsFolder && explorerViewletVisible && filesExplorerFocus && !inputFocus"
},
{
"key": "shift+alt+f",
"command": "-filesExplorer.findInFolder",
"when": "explorerResourceIsFolder && explorerViewletVisible && filesExplorerFocus && !inputFocus"
},
{
"key": "ctrl+j",
"command": "workbench.action.terminal.focusNextPane",
"when": "terminalFocus && terminalProcessSupported"
},
{
"key": "alt+right",
"command": "-workbench.action.terminal.focusNextPane",
"when": "terminalFocus && terminalProcessSupported"
},
{
"key": "alt+right",
"command": "editor.action.indentLines",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+]",
"command": "-editor.action.indentLines",
"when": "editorTextFocus && !editorReadonly"
}
]
{
"files.autoSave": "afterDelay",
"git.enableSmartCommit": true,
"git.autofetch": true,
"diffEditor.ignoreTrimWhitespace": false,
"liveServer.settings.CustomBrowser": "firefox",
"window.zoomLevel": 0,
"terminal.integrated.shell.linux": "/bin/fish",
"[javascript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"files.associations": {
"*.py": "python",
"*.tmpl": "cheetah"
},
"editor.linkedEditing": true,
"sync.autoUpload": true,
"sync.autoDownload": true,
"sync.quietSync": true,
"sync.gist": "4e89c1d16a60d3aaff427e111df77eca"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment