Skip to content

Instantly share code, notes, and snippets.

@phuctranfxvn
Forked from vratiu/.bash_aliases
Last active May 7, 2020 04:22
Show Gist options
  • Save phuctranfxvn/8c7a6b974824f731289cd6b4c3059f19 to your computer and use it in GitHub Desktop.
Save phuctranfxvn/8c7a6b974824f731289cd6b4c3059f19 to your computer and use it in GitHub Desktop.
Git shell coloring
{"lastUpload":"2020-05-07T04:22:16.592Z","extensionVersion":"v3.4.3"}
[
{
"metadata": {
"id": "f583eafd-aa0d-4ccb-8f44-d1e610389660",
"publisherId": "CoenraadS.bracket-pair-colorizer",
"publisherDisplayName": "CoenraadS"
},
"name": "bracket-pair-colorizer",
"publisher": "CoenraadS",
"version": "1.0.61"
},
{
"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": "f6dbd813-b0a0-42c1-90ea-10dde9d925a7",
"publisherId": "streetsidesoftware.code-spell-checker",
"publisherDisplayName": "streetsidesoftware"
},
"name": "code-spell-checker",
"publisher": "streetsidesoftware",
"version": "1.8.0"
},
{
"metadata": {
"id": "f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5",
"publisherId": "ms-python.python",
"publisherDisplayName": "ms-python"
},
"name": "python",
"publisher": "ms-python",
"version": "2020.4.76186"
},
{
"metadata": {
"id": "d552b939-38e0-46cd-9295-8b7880b43d6c",
"publisherId": "himanoa.Python-autopep8",
"publisherDisplayName": "himanoa"
},
"name": "Python-autopep8",
"publisher": "himanoa",
"version": "1.0.2"
},
{
"metadata": {
"id": "4e44877c-1c8d-4f9c-ba86-1372d0fbeeb1",
"publisherId": "dracula-theme.theme-dracula",
"publisherDisplayName": "dracula-theme"
},
"name": "theme-dracula",
"publisher": "dracula-theme",
"version": "2.22.0"
},
{
"metadata": {
"id": "0479fc1c-3d67-49f9-b087-fb9069afe48f",
"publisherId": "ms-azuretools.vscode-docker",
"publisherDisplayName": "ms-azuretools"
},
"name": "vscode-docker",
"publisher": "ms-azuretools",
"version": "1.1.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": "10.1.1"
},
{
"metadata": {
"id": "6703768d-d42f-474e-9f6e-5f288d53f6e8",
"publisherId": "redhat.vscode-xml",
"publisherDisplayName": "redhat"
},
"name": "vscode-xml",
"publisher": "redhat",
"version": "0.11.0"
},
{
"metadata": {
"id": "0cf26461-1e73-40e2-a95f-5e04b1c935c7",
"publisherId": "rogalmic.vscode-xml-complete",
"publisherDisplayName": "rogalmic"
},
"name": "vscode-xml-complete",
"publisher": "rogalmic",
"version": "0.2.10"
}
]
{
"window.zoomLevel": 0,
"explorer.confirmDelete": false,
"files.exclude": {
"**/__pycache__": true,
"**/.pyc": true
},
"search.searchOnType": false,
"editor.minimap.maxColumn": 79,
"editor.rulers": [
79
],
"workbench.startupEditor": "newUntitledFile",
"workbench.colorTheme": "Dracula",
"diffEditor.renderSideBySide": false,
"workbench.iconTheme": "vscode-icons",
"sync.gist": "8c7a6b974824f731289cd6b4c3059f19"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment