Skip to content

Instantly share code, notes, and snippets.

@ypolosov
Last active August 15, 2019 10:06
Show Gist options
  • Save ypolosov/178d148f5610dd1990b5ad742bd38dc6 to your computer and use it in GitHub Desktop.
Save ypolosov/178d148f5610dd1990b5ad742bd38dc6 to your computer and use it in GitHub Desktop.
remove all docker containers and images
{"lastUpload":"2019-08-15T10:06:33.780Z","extensionVersion":"v3.4.1"}
[
{
"metadata": {
"id": "850c6bb1-4a81-4f83-a81f-835d651a211c",
"publisherId": "Mikael.Angular-BeastCode",
"publisherDisplayName": "Mikael"
},
"name": "Angular-BeastCode",
"publisher": "Mikael",
"version": "8.0.10"
},
{
"metadata": {
"id": "214cbfb9-7c06-4467-bad4-357ae83eb587",
"publisherId": "johnpapa.Angular2",
"publisherDisplayName": "johnpapa"
},
"name": "Angular2",
"publisher": "johnpapa",
"version": "8.1.1"
},
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "Shan.code-settings-sync",
"publisherDisplayName": "Shan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "3.4.1"
},
{
"metadata": {
"id": "1ec62ca5-d7f9-4ddb-a882-e8d018c0aefd",
"publisherId": "msjsdiag.debugger-for-chrome",
"publisherDisplayName": "msjsdiag"
},
"name": "debugger-for-chrome",
"publisher": "msjsdiag",
"version": "4.11.7"
},
{
"metadata": {
"id": "290c5f3f-fc96-451e-ba22-0b17cb2dac8a",
"publisherId": "QassimFarid.ejs-language-support",
"publisherDisplayName": "QassimFarid"
},
"name": "ejs-language-support",
"publisher": "QassimFarid",
"version": "0.0.1"
},
{
"metadata": {
"id": "9cd87837-c82a-4817-9b79-1c84775aa158",
"publisherId": "DigitalBrainstem.javascript-ejs-support",
"publisherDisplayName": "DigitalBrainstem"
},
"name": "javascript-ejs-support",
"publisher": "DigitalBrainstem",
"version": "0.5.0"
},
{
"metadata": {
"id": "93ce222b-5f6f-49b7-9ab1-a0463c6238df",
"publisherId": "ms-vscode-remote.remote-containers",
"publisherDisplayName": "ms-vscode-remote"
},
"name": "remote-containers",
"publisher": "ms-vscode-remote",
"version": "0.67.4"
},
{
"metadata": {
"id": "607fd052-be03-4363-b657-2bd62b83d28a",
"publisherId": "ms-vscode-remote.remote-ssh",
"publisherDisplayName": "ms-vscode-remote"
},
"name": "remote-ssh",
"publisher": "ms-vscode-remote",
"version": "0.45.5"
},
{
"metadata": {
"id": "bfeaf631-bcff-4908-93ed-fda4ef9a0c5c",
"publisherId": "ms-vscode-remote.remote-ssh-edit",
"publisherDisplayName": "ms-vscode-remote"
},
"name": "remote-ssh-edit",
"publisher": "ms-vscode-remote",
"version": "0.45.5"
},
{
"metadata": {
"id": "5d9b66c1-7da3-4004-8c92-2b0852ec0c9b",
"publisherId": "ms-vscode-remote.remote-ssh-explorer",
"publisherDisplayName": "ms-vscode-remote"
},
"name": "remote-ssh-explorer",
"publisher": "ms-vscode-remote",
"version": "0.45.5"
},
{
"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.39.3"
},
{
"metadata": {
"id": "043cbe69-59a0-4952-a548-2366587a1226",
"publisherId": "thomaspink.theme-github",
"publisherDisplayName": "thomaspink"
},
"name": "theme-github",
"publisher": "thomaspink",
"version": "1.0.1"
},
{
"metadata": {
"id": "0479fc1c-3d67-49f9-b087-fb9069afe48f",
"publisherId": "ms-azuretools.vscode-docker",
"publisherDisplayName": "ms-azuretools"
},
"name": "vscode-docker",
"publisher": "ms-azuretools",
"version": "0.7.0"
},
{
"metadata": {
"id": "23d72dfc-8dd1-4e30-926e-8783b4378f13",
"publisherId": "ms-vscode-remote.vscode-remote-extensionpack",
"publisherDisplayName": "ms-vscode-remote"
},
"name": "vscode-remote-extensionpack",
"publisher": "ms-vscode-remote",
"version": "0.16.0"
},
{
"metadata": {
"id": "8bfd87ec-2032-4a0e-a630-71eed81a027e",
"publisherId": "davidbabel.vscode-simpler-icons",
"publisherDisplayName": "davidbabel"
},
"name": "vscode-simpler-icons",
"publisher": "davidbabel",
"version": "1.6.5"
}
]
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "ctrl+`",
"command": "workbench.files.action.showActiveFileInExplorer",
"when": "editorTextFocus"
},
{
"key": "ctrl+`",
"command": "workbench.view.explorer",
"when": "filesExplorerFocus"
},
{
"key": "ctrl+right",
"command": "cursorWordPartRight",
"when": "textInputFocus"
},
{
"key": "ctrl+shift+right",
"command": "cursorWordPartRightSelect",
"when": "textInputFocus"
},
{
"key": "ctrl+left",
"command": "cursorWordPartStartLeft",
"when": "textInputFocus"
},
{
"key": "ctrl+shift+left",
"command": "cursorWordPartStartLeftSelect",
"when": "textInputFocus"
},
{
"key": "ctrl+backspace",
"command": "deleteWordPartLeft",
"when": "textInputFocus && !editorReadonly"
},
{
"key": "ctrl+delete",
"command": "deleteWordPartRight",
"when": "textInputFocus && !editorReadonly"
},
{
"key": "shift+alt+o",
"command": "-editor.action.organizeImports",
"when": "editorTextFocus && !editorReadonly && supportedCodeAction =~ /(\\s|^)source\\.organizeImports\\b/"
},
{
"key": "shift+f12",
"command": "references-view.find",
"when": "editorHasReferenceProvider"
}
]
{
// The path to the rules configuration file
// "tslint.configFile": "./tslint.json",
// A path added to NODE_PATH when resolving the tslint module.
// "tslint.nodePath": "./node_modules",
// Defines space handling after opening and before closing non empty braces. Requires TypeScript >= 2.3.0.
// "typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": false,
// Defines space handling after function keyword for anonymous functions.
// "typescript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": false,
"window.zoomLevel": 0,
"git.enableSmartCommit": true,
"workbench.iconTheme": "vscode-simpler-icons",
"git.autofetch": true,
"files.autoSave": "onFocusChange",
"workbench.colorTheme": "Default Light+",
"terminal.integrated.copyOnSelection": true,
"workbench.editor.enablePreview": false,
"sync.gist": "178d148f5610dd1990b5ad742bd38dc6",
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.forceDownload": false,
"sync.quietSync": false,
"sync.askGistName": false,
"sync.removeExtensions": true,
"sync.syncExtensions": true,
"breadcrumbs.enabled": true,
"editor.renderWhitespace": "all",
"editor.wordWrapColumn": 120,
"editor.scrollBeyondLastLine": false,
"editor.minimap.enabled": false,
"terminal.integrated.shell.linux": "zsh",
"codestats.apikey": "SFMyNTY.ZVhCdmJHOXpiM1k9IyNNek13T0E9PQ.UV6iz_gY5Hvelfc1w5_ZcCZoZm_AteNwXsTddgrSmvw",
"codestats.username": "ypolosov",
"diffEditor.ignoreTrimWhitespace": true,
"window.titleBarStyle": "custom",
"workbench.sideBar.location": "left",
"window.menuBarVisibility": "default",
"workbench.list.keyboardNavigation": "filter",
"typescript.tsserver.log": "verbose",
"gitlens.views.repositories.files.layout": "list",
"javascript.referencesCodeLens.enabled": true,
"typescript.implementationsCodeLens.enabled": true,
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"typescript.updateImportsOnFileMove.enabled": "always",
"editor.renderControlCharacters": true,
"liveshare.featureSet": "insiders",
"gitlens.advanced.messages": {
"suppressGitDisabledWarning": true
},
"references.preferredLocation": "view",
"window.restoreWindows": "none",
"window.newWindowDimensions": "maximized",
"workbench.startupEditor": "welcomePage",
"typescript.referencesCodeLens.enabled": true,
"editor.formatOnSave": true,
"editor.multiCursorModifier": "alt",
"sync.forceUpload": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment