Last active
May 15, 2020 04:05
-
-
Save nasirovsh/0813a4cdd06d5cb3a795d95dda4bec1e 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-05-15T04:05:19.926Z","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": "5a8b9107-e667-4ec8-a792-d066a93b9eff", | |
| "publisherId": "ms-python.anaconda-extension-pack", | |
| "publisherDisplayName": "ms-python" | |
| }, | |
| "name": "anaconda-extension-pack", | |
| "publisher": "ms-python", | |
| "version": "1.0.1" | |
| }, | |
| { | |
| "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": "e4e21a5c-a882-4d7d-b8d8-cfe05b1436c6", | |
| "publisherId": "huizhou.githd", | |
| "publisherDisplayName": "huizhou" | |
| }, | |
| "name": "githd", | |
| "publisher": "huizhou", | |
| "version": "2.2.4" | |
| }, | |
| { | |
| "metadata": { | |
| "id": "d697a7e8-00fa-4039-9067-4b69a9a90f6e", | |
| "publisherId": "kiteco.kite", | |
| "publisherDisplayName": "kiteco" | |
| }, | |
| "name": "kite", | |
| "publisher": "kiteco", | |
| "version": "0.114.0" | |
| }, | |
| { | |
| "metadata": { | |
| "id": "4bf45e86-a448-4531-8c01-ef33f4536306", | |
| "publisherId": "ms-mssql.mssql", | |
| "publisherDisplayName": "ms-mssql" | |
| }, | |
| "name": "mssql", | |
| "publisher": "ms-mssql", | |
| "version": "1.9.0" | |
| }, | |
| { | |
| "metadata": { | |
| "id": "79afa437-682e-4fa2-a4fd-87844832a1dc", | |
| "publisherId": "ryu1kn.partial-diff", | |
| "publisherDisplayName": "ryu1kn" | |
| }, | |
| "name": "partial-diff", | |
| "publisher": "ryu1kn", | |
| "version": "1.4.1" | |
| }, | |
| { | |
| "metadata": { | |
| "id": "f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5", | |
| "publisherId": "ms-python.python", | |
| "publisherDisplayName": "ms-python" | |
| }, | |
| "name": "python", | |
| "publisher": "ms-python", | |
| "version": "2020.5.78807" | |
| }, | |
| { | |
| "metadata": { | |
| "id": "6a2bbab0-d8f0-43fa-9b26-e6a3b7892a0b", | |
| "publisherId": "mtxr.sqltools", | |
| "publisherDisplayName": "mtxr" | |
| }, | |
| "name": "sqltools", | |
| "publisher": "mtxr", | |
| "version": "0.21.7" | |
| }, | |
| { | |
| "metadata": { | |
| "id": "4fedf6ae-1b56-4726-9f7f-e9592a6d4804", | |
| "publisherId": "fabiospampinato.vscode-diff", | |
| "publisherDisplayName": "fabiospampinato" | |
| }, | |
| "name": "vscode-diff", | |
| "publisher": "fabiospampinato", | |
| "version": "1.4.0" | |
| }, | |
| { | |
| "metadata": { | |
| "id": "2061917f-f76a-458a-8da9-f162de22b97e", | |
| "publisherId": "redhat.vscode-yaml", | |
| "publisherDisplayName": "redhat" | |
| }, | |
| "name": "vscode-yaml", | |
| "publisher": "redhat", | |
| "version": "0.8.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
| { | |
| "python.linting.pylintEnabled": false, | |
| "python.linting.flake8Enabled": true, | |
| "python.linting.enabled": true, | |
| "python.pythonPath": "/Users/shavkat/miniconda3/envs/python_general_3.6/bin/python", | |
| "git.enableSmartCommit": true, | |
| "terminal.integrated.inheritEnv": false, | |
| "sqltools.useNodeRuntime": true, | |
| "git.autofetch": true, | |
| "files.exclude": { | |
| "**/.env": true, | |
| "**/env": true | |
| }, | |
| "sync.gist": "0813a4cdd06d5cb3a795d95dda4bec1e", | |
| "sync.quietSync": true, | |
| "sync.autoDownload": true | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment