Last active
July 30, 2021 13:43
-
-
Save qbit/295018dc404c026c1e8c1b5a7bc4c8e6 to your computer and use it in GitHub Desktop.
VSCode Config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2021-07-30T13:43:42.920Z","extensionVersion":"v3.4.3"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"metadata": { | |
"id": "8a300a45-fe7b-48d0-acda-ac044226abe9", | |
"publisherId": "AdaCore.ada", | |
"publisherDisplayName": "AdaCore" | |
}, | |
"name": "ada", | |
"publisher": "AdaCore", | |
"version": "22.0.8" | |
}, | |
{ | |
"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": "d6f6cfea-4b6f-41f4-b571-6ad2ab7918da", | |
"publisherId": "golang.go", | |
"publisherDisplayName": "golang" | |
}, | |
"name": "go", | |
"publisher": "golang", | |
"version": "0.26.0" | |
}, | |
{ | |
"metadata": { | |
"id": "1785cdb5-4792-4227-819e-b78d537688b5", | |
"publisherId": "bierner.lit-html", | |
"publisherDisplayName": "bierner" | |
}, | |
"name": "lit-html", | |
"publisher": "bierner", | |
"version": "1.11.1" | |
}, | |
{ | |
"metadata": { | |
"id": "a654a671-80d2-4f77-9c27-7f83f02cf376", | |
"publisherId": "svsool.markdown-memo", | |
"publisherDisplayName": "svsool" | |
}, | |
"name": "markdown-memo", | |
"publisher": "svsool", | |
"version": "0.3.9" | |
}, | |
{ | |
"metadata": { | |
"id": "ae062c8a-c68e-4b92-9ecf-8f1d4288b05d", | |
"publisherId": "rebornix.ruby", | |
"publisherDisplayName": "rebornix" | |
}, | |
"name": "ruby", | |
"publisher": "rebornix", | |
"version": "0.28.1" | |
}, | |
{ | |
"metadata": { | |
"id": "349e83e2-207c-4309-a8d2-dfa43f7ee0c9", | |
"publisherId": "castwide.solargraph", | |
"publisherDisplayName": "castwide" | |
}, | |
"name": "solargraph", | |
"publisher": "castwide", | |
"version": "0.23.0" | |
}, | |
{ | |
"metadata": { | |
"id": "bc955ae5-c4d6-42b6-b177-079e1036e2a2", | |
"publisherId": "sciops.theme-nope", | |
"publisherDisplayName": "sciops" | |
}, | |
"name": "theme-nope", | |
"publisher": "sciops", | |
"version": "2.0.0" | |
}, | |
{ | |
"metadata": { | |
"id": "d96e79c6-8b25-4be3-8545-0e0ecefcae03", | |
"publisherId": "vscodevim.vim", | |
"publisherDisplayName": "vscodevim" | |
}, | |
"name": "vim", | |
"publisher": "vscodevim", | |
"version": "1.21.5" | |
}, | |
{ | |
"metadata": { | |
"id": "708cfcd8-e0c6-49ca-9af6-b27a342d247b", | |
"publisherId": "wingrunr21.vscode-ruby", | |
"publisherDisplayName": "wingrunr21" | |
}, | |
"name": "vscode-ruby", | |
"publisher": "wingrunr21", | |
"version": "0.28.0" | |
}, | |
{ | |
"metadata": { | |
"id": "3b00f2cc-1d75-4dd2-8c40-d02fc601b6fa", | |
"publisherId": "tinygo.vscode-tinygo", | |
"publisherDisplayName": "tinygo" | |
}, | |
"name": "vscode-tinygo", | |
"publisher": "tinygo", | |
"version": "0.2.0" | |
} | |
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"telemetry.enableTelemetry": false, | |
"telemetry.enableCrashReporter": false, | |
"workbench.colorTheme": "Nope", | |
"sync.autoDownload": true, | |
"sync.gist": "295018dc404c026c1e8c1b5a7bc4c8e6", | |
"sync.autoUpload": true, | |
"editor.formatOnSave": true, | |
"editor.minimap.enabled": false, | |
"window.title": "${dirty}${rootName}", | |
"window.newWindowDimensions": "maximized", | |
"window.openFilesInNewWindow": "on", | |
"workbench.activityBar.visible": false, | |
"workbench.startupEditor": "newUntitledFile", | |
"extensions.ignoreRecommendations": true, | |
"editor.autoClosingBrackets": "never", | |
"editor.autoClosingDelete": "never", | |
"editor.autoClosingOvertype": "never", | |
"editor.autoClosingQuotes": "never", | |
"editor.autoSurround": "never" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment