Last active
August 9, 2020 07:23
-
-
Save YUChoe/355a1250098d35ebe26d60e2e0810918 to your computer and use it in GitHub Desktop.
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-08-09T07:23:23.840Z","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": "5a6e2b21-1d61-4acd-b31b-907f9c23f18a", | |
"publisherId": "CoenraadS.bracket-pair-colorizer-2", | |
"publisherDisplayName": "CoenraadS" | |
}, | |
"name": "bracket-pair-colorizer-2", | |
"publisher": "CoenraadS", | |
"version": "0.2.0" | |
}, | |
{ | |
"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": "aae00486-7e92-42b3-91b0-2b419e4f3875", | |
"publisherId": "vincaslt.highlight-matching-tag", | |
"publisherDisplayName": "vincaslt" | |
}, | |
"name": "highlight-matching-tag", | |
"publisher": "vincaslt", | |
"version": "0.9.9" | |
}, | |
{ | |
"metadata": { | |
"id": "607fd052-be03-4363-b657-2bd62b83d28a", | |
"publisherId": "ms-vscode-remote.remote-ssh", | |
"publisherDisplayName": "ms-vscode-remote" | |
}, | |
"name": "remote-ssh", | |
"publisher": "ms-vscode-remote", | |
"version": "0.51.0" | |
}, | |
{ | |
"metadata": { | |
"id": "bfeaf631-bcff-4908-93ed-fda4ef9a0c5c", | |
"publisherId": "ms-vscode-remote.remote-ssh-edit", | |
"publisherDisplayName": "ms-vscode-remote" | |
}, | |
"name": "remote-ssh-edit", | |
"publisher": "ms-vscode-remote", | |
"version": "0.51.0" | |
}, | |
{ | |
"metadata": { | |
"id": "4e44877c-1c8d-4f9c-ba86-1372d0fbeeb1", | |
"publisherId": "dracula-theme.theme-dracula", | |
"publisherDisplayName": "dracula-theme" | |
}, | |
"name": "theme-dracula", | |
"publisher": "dracula-theme", | |
"version": "2.22.1" | |
} | |
] |
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
{ | |
"csharp.format.enable": false, | |
"workbench.colorTheme": "Dracula", | |
"window.zoomLevel": 0, | |
"editor.renderWhitespace": "all", | |
"files.trimFinalNewlines": true, | |
"files.trimTrailingWhitespace": true, | |
"python.jediEnabled": false, | |
"files.eol": "\n", | |
"obs.secretsSwitchScene.scene": "Scene_vscode", | |
"workbench.startupEditor": "newUntitledFile", | |
"highlight-matching-tag.styles": { | |
"opening": { | |
"full": { | |
"highlight": "#939333" | |
} | |
} | |
}, | |
"editor.fontSize": 13, | |
"csharp.referencesCodeLens.enabled": false, | |
"extensions.ignoreRecommendations": true, | |
"printcode.fontSize": 10, | |
"sync.gist": "355a1250098d35ebe26d60e2e0810918", | |
"sync.autoUpload": true, | |
"python.pythonPath": "C:\\Program Files\\Python38\\python.exe", | |
"python.linting.flake8Enabled": true, | |
"python.linting.flake8Args": [ | |
"--max-line-length=120", | |
"--ignore=E701, E741", | |
], | |
"typescript.tsdk": "", | |
"remote.SSH.remotePlatform": { | |
"27.1.48.224": "linux", | |
"27.1.48.208": "linux" | |
}, | |
"git.ignoreLegacyWarning": true, | |
"editor.columnSelection": false, | |
"python.languageServer": "Microsoft" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment