Skip to content

Instantly share code, notes, and snippets.

@kaic
Last active February 14, 2021 21:45
Show Gist options
  • Select an option

  • Save kaic/646b2b21f1b3bc14bb3ee2c065b6fb2b to your computer and use it in GitHub Desktop.

Select an option

Save kaic/646b2b21f1b3bc14bb3ee2c065b6fb2b to your computer and use it in GitHub Desktop.
My VSCode Extensions and Settings
{"lastUpload":"2021-02-14T21:45:03.287Z","extensionVersion":"v3.4.3"}
[
{
"metadata": {
"id": "f583eafd-aa0d-4ccb-8f44-d1e610389660",
"publisherId": "CoenraadS.bracket-pair-colorizer",
"publisherDisplayName": "CoenraadS"
},
"name": "bracket-pair-colorizer",
"publisher": "CoenraadS",
"version": "1.0.61"
},
{
"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": "d1b33efe-8957-4d14-9ef6-e043fdbe9079",
"publisherId": "Nimda.deepdark-material",
"publisherDisplayName": "Nimda"
},
"name": "deepdark-material",
"publisher": "Nimda",
"version": "3.2.1"
},
{
"metadata": {
"id": "fcf0848c-96b3-487a-a655-01aed955a594",
"publisherId": "jolaleye.horizon-theme-vscode",
"publisherDisplayName": "jolaleye"
},
"name": "horizon-theme-vscode",
"publisher": "jolaleye",
"version": "2.0.2"
},
{
"metadata": {
"id": "9557c1c3-92a7-42b8-8eff-adaccea4425f",
"publisherId": "hsnazar.hyper-term-theme",
"publisherDisplayName": "hsnazar"
},
"name": "hyper-term-theme",
"publisher": "hsnazar",
"version": "0.3.0"
},
{
"metadata": {
"id": "9cd87837-c82a-4817-9b79-1c84775aa158",
"publisherId": "DigitalBrainstem.javascript-ejs-support",
"publisherDisplayName": "DigitalBrainstem"
},
"name": "javascript-ejs-support",
"publisher": "DigitalBrainstem",
"version": "1.3.1"
},
{
"metadata": {
"id": "955e2d23-279c-44e2-81e1-ed2d3df7cec9",
"publisherId": "eserozvataf.one-dark-pro-monokai-darker",
"publisherDisplayName": "eserozvataf"
},
"name": "one-dark-pro-monokai-darker",
"publisher": "eserozvataf",
"version": "1.1.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.52.0"
},
{
"metadata": {
"id": "d4b06bd6-36a0-469f-be55-c0a73413b688",
"publisherId": "rvest.vs-code-prettier-eslint",
"publisherDisplayName": "rvest"
},
"name": "vs-code-prettier-eslint",
"publisher": "rvest",
"version": "0.4.1"
},
{
"metadata": {
"id": "91881318-cfd0-4905-adb7-f4e431ca1ead",
"publisherId": "denoland.vscode-deno",
"publisherDisplayName": "denoland"
},
"name": "vscode-deno",
"publisher": "denoland",
"version": "2.3.3"
},
{
"metadata": {
"id": "583b2b34-2c1e-4634-8c0b-0b82e283ea3a",
"publisherId": "dbaeumer.vscode-eslint",
"publisherDisplayName": "dbaeumer"
},
"name": "vscode-eslint",
"publisher": "dbaeumer",
"version": "2.1.14"
},
{
"metadata": {
"id": "97a08c5f-6667-4242-a5c5-045dfb6bd4b9",
"publisherId": "wayou.vscode-todo-highlight",
"publisherDisplayName": "wayou"
},
"name": "vscode-todo-highlight",
"publisher": "wayou",
"version": "1.0.4"
}
]
{
"workbench.startupEditor": "newUntitledFile",
"sync.gist": "646b2b21f1b3bc14bb3ee2c065b6fb2b",
"sync.autoUpload": true,
"sync.autoDownload": true,
"sync.quietSync": true,
"workbench.iconTheme": "vs-minimal",
"window.zoomLevel": 0,
"sync.forceUpload": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
},
"eslint.options": {
"useEslintrc": true
},
"[javascript]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
},
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"git.enableSmartCommit": true,
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"git.autofetchPeriod": 30,
"explorer.confirmDragAndDrop": false,
"prettier.tabWidth": 4,
"explorer.confirmDelete": false,
"javascript.updateImportsOnFileMove.enabled": "never",
"git.autofetch": true,
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[go]": {},
"[jsonc]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"[typescript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"editor.wordWrap": "on",
"gitlens.defaultDateShortFormat": "DD/MM/YY",
"gitlens.defaultDateFormat": "DD/MM/YY HH:mm",
"typescript.updateImportsOnFileMove.enabled": "always",
"extensions.ignoreRecommendations": true,
"workbench.editor.limit.enabled": true,
"eslint.format.enable": true,
"javascript.implicitProjectConfig.experimentalDecorators": true,
"workbench.colorTheme": "Horizon Bold",
"git.confirmSync": false,
"eslint.alwaysShowStatus": true,
"diffEditor.ignoreTrimWhitespace": false,
"editor.fontSize": 24
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment