Last active
February 10, 2020 12:44
-
-
Save 0x77dev/472cbb73b30513c5d83eb95b600521aa to your computer and use it in GitHub Desktop.
VSCODE CONFIG
This file contains 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-02-10T12:44:35.421Z","extensionVersion":"v3.4.3"} |
This file contains 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": "b7a6a44f-8a58-4a19-836f-00ab41d8056d", | |
"publisherId": "jaredkent.laserwave", | |
"publisherDisplayName": "jaredkent" | |
}, | |
"name": "laserwave", | |
"publisher": "jaredkent", | |
"version": "1.2.6" | |
}, | |
{ | |
"metadata": { | |
"id": "de44183f-5377-4ceb-ac15-79364a30070c", | |
"publisherId": "apollographql.vscode-apollo", | |
"publisherDisplayName": "apollographql" | |
}, | |
"name": "vscode-apollo", | |
"publisher": "apollographql", | |
"version": "1.14.0" | |
}, | |
{ | |
"metadata": { | |
"id": "0479fc1c-3d67-49f9-b087-fb9069afe48f", | |
"publisherId": "ms-azuretools.vscode-docker", | |
"publisherDisplayName": "ms-azuretools" | |
}, | |
"name": "vscode-docker", | |
"publisher": "ms-azuretools", | |
"version": "0.10.0" | |
}, | |
{ | |
"metadata": { | |
"id": "583b2b34-2c1e-4634-8c0b-0b82e283ea3a", | |
"publisherId": "dbaeumer.vscode-eslint", | |
"publisherDisplayName": "dbaeumer" | |
}, | |
"name": "vscode-eslint", | |
"publisher": "dbaeumer", | |
"version": "2.0.15" | |
} | |
] |
This file contains 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
{ | |
"workbench.colorTheme": "LaserWave Italic", | |
"files.autoSave": "afterDelay", | |
"files.autoSaveDelay": 750, | |
"editor.fontSize": 16, | |
"editor.fontFamily": "'Jetbrains Mono', Menlo, Monaco, 'Courier New', monospace", | |
"editor.fontLigatures": true, | |
"editor.smoothScrolling": true, | |
"editor.cursorSmoothCaretAnimation": true, | |
"editor.cursorBlinking": "smooth", | |
"editor.formatOnPaste": true, | |
"editor.formatOnSave": true, | |
"editor.formatOnType": true, | |
"sync.gist": "472cbb73b30513c5d83eb95b600521aa" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment