Last active
June 27, 2020 07:56
-
-
Save Subzidion/1a8814de88f04530fff58b5e381b2495 to your computer and use it in GitHub Desktop.
VSCode
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":"2020-06-27T07:56:42.035Z","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": "e337c67b-55c2-4fef-8949-eb260e7fb7fd", | |
| "publisherId": "Shan.code-settings-sync", | |
| "publisherDisplayName": "Shan" | |
| }, | |
| "name": "code-settings-sync", | |
| "publisher": "Shan", | |
| "version": "3.4.3" | |
| }, | |
| { | |
| "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.44.4" | |
| }, | |
| { | |
| "metadata": { | |
| "id": "d96e79c6-8b25-4be3-8545-0e0ecefcae03", | |
| "publisherId": "vscodevim.vim", | |
| "publisherDisplayName": "vscodevim" | |
| }, | |
| "name": "vim", | |
| "publisher": "vscodevim", | |
| "version": "1.14.5" | |
| } | |
| ] |
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
| { | |
| "window.zoomLevel": 0, | |
| "terminal.integrated.shell.windows": "C:\\Windows\\System32\\wsl.exe", | |
| "javascript.updateImportsOnFileMove.enabled": "always", | |
| "editor.fontFamily": "Cascadia Code", | |
| "workbench.colorCustomizations": { | |
| "foreground": "#a0a0a0", | |
| "background": "#222222", | |
| "terminal.foreground": "#a0a0a0", | |
| "terminal.background": "#222222", | |
| "terminal.ansiBlack": "#383838", | |
| "terminal.ansiBlue": "#657d3e", | |
| "terminal.ansiCyan": "#c9c9c9", | |
| "terminal.ansiGreen": "#666666", | |
| "terminal.ansiMagenta": "#767676", | |
| "terminal.ansiRed": "#a95551", | |
| "terminal.ansiWhite": "#d0b8a3", | |
| "terminal.ansiYellow": "#a98051", | |
| "terminal.ansiBrightBlack": "#474747", | |
| "terminal.ansiBrightBlue": "#98bd5e", | |
| "terminal.ansiBrightCyan": "#dcdcdc", | |
| "terminal.ansiBrightGreen": "#8c8c8c", | |
| "terminal.ansiBrightMagenta": "#a3a3a3", | |
| "terminal.ansiBrightRed": "#a97775", | |
| "terminal.ansiBrightWhite": "#d8c8bb", | |
| "terminal.ansiBrightYellow": "#a99175" | |
| }, | |
| "[javascript]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "[jsonc]": { | |
| "editor.defaultFormatter": "vscode.json-language-features" | |
| }, | |
| "[json]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "[html]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "sync.gist": "1a8814de88f04530fff58b5e381b2495" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment