Skip to content

Instantly share code, notes, and snippets.

@punisher46
Last active February 8, 2020 21:17
Show Gist options
  • Save punisher46/6bef812953843862a2a4cbeb3e76cd6f to your computer and use it in GitHub Desktop.
Save punisher46/6bef812953843862a2a4cbeb3e76cd6f to your computer and use it in GitHub Desktop.
{"lastUpload":"2020-02-08T21:17:37.995Z","extensionVersion":"v3.4.3"}
[
{
"metadata": {
"id": "ac5787df-9b2d-441c-abf0-977d62bc66f0",
"publisherId": "amazonwebservices.aws-toolkit-vscode",
"publisherDisplayName": "amazonwebservices"
},
"name": "aws-toolkit-vscode",
"publisher": "amazonwebservices",
"version": "1.6.0"
},
{
"metadata": {
"id": "697255a9-3f36-44c8-b084-d3b91edfb23a",
"publisherId": "HookyQR.beautify",
"publisherDisplayName": "HookyQR"
},
"name": "beautify",
"publisher": "HookyQR",
"version": "1.5.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": "67e66172-30c7-4478-8f5d-6eac4ae755dc",
"publisherId": "mohsen1.prettify-json",
"publisherDisplayName": "mohsen1"
},
"name": "prettify-json",
"publisher": "mohsen1",
"version": "0.0.3"
},
{
"metadata": {
"id": "f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5",
"publisherId": "ms-python.python",
"publisherDisplayName": "ms-python"
},
"name": "python",
"publisher": "ms-python",
"version": "2020.1.58038"
},
{
"metadata": {
"id": "70e24b61-872b-47e6-b2a6-e5fc2cf3f4e9",
"publisherId": "dongli.python-preview",
"publisherDisplayName": "dongli"
},
"name": "python-preview",
"publisher": "dongli",
"version": "0.0.4"
},
{
"metadata": {
"id": "5c8059d0-7809-4ed2-8f89-690eda5bdea6",
"publisherId": "cstrap.python-snippets",
"publisherDisplayName": "cstrap"
},
"name": "python-snippets",
"publisher": "cstrap",
"version": "0.0.8"
},
{
"metadata": {
"id": "0ad8c94b-76b2-4033-b703-18596182bfcc",
"publisherId": "frhtylcn.pythonsnippets",
"publisherDisplayName": "frhtylcn"
},
"name": "pythonsnippets",
"publisher": "frhtylcn",
"version": "1.0.2"
},
{
"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.42.3"
},
{
"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": "9ccc1dd7-7ec4-4a46-bd4f-7d7b8b9d322a",
"publisherId": "vscode-icons-team.vscode-icons",
"publisherDisplayName": "vscode-icons-team"
},
"name": "vscode-icons",
"publisher": "vscode-icons-team",
"version": "9.7.0"
},
{
"metadata": {
"id": "2061917f-f76a-458a-8da9-f162de22b97e",
"publisherId": "redhat.vscode-yaml",
"publisherDisplayName": "redhat"
},
"name": "vscode-yaml",
"publisher": "redhat",
"version": "0.6.1"
}
]
{
"python.jediEnabled": false,
"workbench.iconTheme": "vscode-icons",
"sync.gist": "6bef812953843862a2a4cbeb3e76cd6f"
}
{
// Place your snippets for python here. Each snippet is defined under a snippet name and has a prefix, body and
// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the
// same ids are connected.
// Example:
// "Print to console": {
// "prefix": "log",
// "body": [
// "console.log('$1');",
// "$2"
// ],
// "description": "Log output to console"
// }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment