Last active
November 23, 2019 11:04
-
-
Save ignacy/2e445df885ff7780f1866f11048abfee to your computer and use it in GitHub Desktop.
A ZSH function using FZF to fuzzy find pod to connect to and run sh on
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":"2019-11-23T11:07:01.827Z","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": "3e8a391a-f3f0-44b2-8631-7847b0c8839a", | |
"publisherId": "kumar-harsh.graphql-for-vscode", | |
"publisherDisplayName": "kumar-harsh" | |
}, | |
"name": "graphql-for-vscode", | |
"publisher": "kumar-harsh", | |
"version": "1.15.3" | |
}, | |
{ | |
"metadata": { | |
"id": "1b747f06-3789-4ebd-ac99-f1fe430c3347", | |
"publisherId": "alefragnani.project-manager", | |
"publisherDisplayName": "alefragnani" | |
}, | |
"name": "project-manager", | |
"publisher": "alefragnani", | |
"version": "10.9.1" | |
}, | |
{ | |
"metadata": { | |
"id": "f3560213-6ed6-4eae-a871-31b51f152516", | |
"publisherId": "sissel.shopify-liquid", | |
"publisherDisplayName": "sissel" | |
}, | |
"name": "shopify-liquid", | |
"publisher": "sissel", | |
"version": "2.3.0" | |
}, | |
{ | |
"metadata": { | |
"id": "54c40226-303d-4553-89ed-b41a6a53ef8b", | |
"publisherId": "ivanzusko.theme-jo-light", | |
"publisherDisplayName": "ivanzusko" | |
}, | |
"name": "theme-jo-light", | |
"publisher": "ivanzusko", | |
"version": "0.0.1" | |
}, | |
{ | |
"metadata": { | |
"id": "a150991b-031b-457a-b823-ef4c45425a1b", | |
"publisherId": "karyfoundation.theme-karyfoundation-themes", | |
"publisherDisplayName": "karyfoundation" | |
}, | |
"name": "theme-karyfoundation-themes", | |
"publisher": "karyfoundation", | |
"version": "18.2.1" | |
}, | |
{ | |
"metadata": { | |
"id": "d96e79c6-8b25-4be3-8545-0e0ecefcae03", | |
"publisherId": "vscodevim.vim", | |
"publisherDisplayName": "vscodevim" | |
}, | |
"name": "vim", | |
"publisher": "vscodevim", | |
"version": "1.11.3" | |
}, | |
{ | |
"metadata": { | |
"id": "dffaf5a1-2219-434b-9d87-cb586fd59260", | |
"publisherId": "Equinusocio.vsc-material-theme", | |
"publisherDisplayName": "Equinusocio" | |
}, | |
"name": "vsc-material-theme", | |
"publisher": "Equinusocio", | |
"version": "30.0.0" | |
}, | |
{ | |
"metadata": { | |
"id": "ee33fd31-7bb4-4252-8368-fdd5bcd94cf8", | |
"publisherId": "akamud.vscode-theme-onelight", | |
"publisherDisplayName": "akamud" | |
}, | |
"name": "vscode-theme-onelight", | |
"publisher": "akamud", | |
"version": "2.1.0" | |
} | |
] |
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": "Kary Pro Colors - Minimal Dark", | |
"editor.fontSize": 15, | |
"editor.fontFamily": "Monego", | |
"window.zoomLevel": 1, | |
"editor.minimap.enabled": false, | |
"window.menuBarVisibility": "toggle", | |
"sync.gist": "2e445df885ff7780f1866f11048abfee", | |
"sync.autoDownload": true, | |
"sync.autoUpload": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment