Last active
June 29, 2023 17:29
-
-
Save eriknelson/51426bea02dbb42ca118a481cf0af6ff to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
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
GET products_prod_v3/_search | |
{ | |
"query" : { | |
"bool" : { | |
"filter" : { | |
"terms" : { | |
"store_domain" : [ | |
"stashtea.com" | |
] | |
} | |
}, | |
"should" : [ | |
{ | |
"function_score" : { | |
"boost_mode" : "multiply", | |
"functions" : [ | |
{ | |
"exp" : { | |
"store_growth_score" : { | |
"decay" : 0.2, | |
"offset" : 5, | |
"origin" : 100, | |
"scale" : 40 | |
} | |
}, | |
"filter" : { | |
"exists" : { | |
"field" : "store_growth_score" | |
} | |
}, | |
"weight" : 1 | |
}, | |
{ | |
"exp" : { | |
"store_success_score" : { | |
"decay" : 0.5, | |
"offset" : 10, | |
"origin" : 55, | |
"scale" : 15 | |
} | |
}, | |
"filter" : { | |
"exists" : { | |
"field" : "store_growth_score" | |
} | |
}, | |
"weight" : 1 | |
} | |
], | |
"min_score" : 0, | |
"query" : { | |
"nested" : { | |
"inner_hits" : { | |
"size" : 1 | |
}, | |
"path" : "products", | |
"query" : { | |
"function_score" : { | |
"boost_mode" : "multiply", | |
"functions" : [ | |
{ | |
"field_value_factor" : { | |
"factor" : 4, | |
"field" : "products.push_factor", | |
"missing" : 0, | |
"modifier" : "ln2p" | |
} | |
}, | |
{ | |
"field_value_factor" : { | |
"factor" : 1, | |
"field" : "products.best_selling", | |
"missing" : 100, | |
"modifier" : "reciprocal" | |
} | |
}, | |
{ | |
"linear" : { | |
"products.created_at" : { | |
"decay" : 0.5, | |
"scale" : "360d" | |
}, | |
"products.published_at" : { | |
"decay" : 0.5, | |
"scale" : "180d" | |
}, | |
"products.scraped_at" : { | |
"decay" : 0.5, | |
"scale" : "30d" | |
} | |
} | |
} | |
], | |
"min_score" : 0, | |
"query" : { | |
"bool" : { | |
"should" : [ | |
{ | |
"match_all" : {} | |
} | |
] | |
} | |
}, | |
"score_mode" : "sum" | |
} | |
}, | |
"score_mode" : "sum" | |
} | |
}, | |
"score_mode" : "multiply" | |
} | |
} | |
] | |
} | |
} | |
} |
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":"2023-06-29T17:29:11.895Z","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": "f8cb4642-bc5c-46a1-be34-0977e817406c", | |
"publisherId": "redhat.ansible", | |
"publisherDisplayName": "redhat" | |
}, | |
"name": "ansible", | |
"publisher": "redhat", | |
"version": "2.4.78" | |
}, | |
{ | |
"metadata": { | |
"id": "2d6fea35-f68e-461d-9b7b-5cd05be99451", | |
"publisherId": "njpwerner.autodocstring", | |
"publisherDisplayName": "njpwerner" | |
}, | |
"name": "autodocstring", | |
"publisher": "njpwerner", | |
"version": "0.6.1" | |
}, | |
{ | |
"metadata": { | |
"id": "c1d1ec36-b62e-4046-b2e6-0e49df95a9f8", | |
"publisherId": "matthewpi.caddyfile-support", | |
"publisherDisplayName": "matthewpi" | |
}, | |
"name": "caddyfile-support", | |
"publisher": "matthewpi", | |
"version": "0.3.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": "f60a60a6-95ba-42d4-b41c-3d24c1b89588", | |
"publisherId": "EditorConfig.EditorConfig", | |
"publisherDisplayName": "EditorConfig" | |
}, | |
"name": "EditorConfig", | |
"publisher": "EditorConfig", | |
"version": "0.16.6" | |
}, | |
{ | |
"metadata": { | |
"id": "98790d67-10fa-497c-9113-f6c7489207b2", | |
"publisherId": "yzhang.markdown-all-in-one", | |
"publisherDisplayName": "yzhang" | |
}, | |
"name": "markdown-all-in-one", | |
"publisher": "yzhang", | |
"version": "3.5.1" | |
}, | |
{ | |
"metadata": { | |
"id": "3b1db1fc-c7f7-4bd6-9fa4-b499dfa99a8a", | |
"publisherId": "shd101wyy.markdown-preview-enhanced", | |
"publisherDisplayName": "shd101wyy" | |
}, | |
"name": "markdown-preview-enhanced", | |
"publisher": "shd101wyy", | |
"version": "0.6.8" | |
}, | |
{ | |
"metadata": { | |
"id": "6f35c257-7fd5-4bc2-9cd1-01976589c17a", | |
"publisherId": "arcticicestudio.nord-visual-studio-code", | |
"publisherDisplayName": "arcticicestudio" | |
}, | |
"name": "nord-visual-studio-code", | |
"publisher": "arcticicestudio", | |
"version": "0.19.0" | |
}, | |
{ | |
"metadata": { | |
"id": "f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5", | |
"publisherId": "ms-python.python", | |
"publisherDisplayName": "ms-python" | |
}, | |
"name": "python", | |
"publisher": "ms-python", | |
"version": "2023.10.1" | |
}, | |
{ | |
"metadata": { | |
"id": "261cac81-cd7b-4555-bb41-0c2d2bcd3e70", | |
"publisherId": "Gruntfuggly.todo-tree", | |
"publisherDisplayName": "Gruntfuggly" | |
}, | |
"name": "todo-tree", | |
"publisher": "Gruntfuggly", | |
"version": "0.0.215" | |
}, | |
{ | |
"metadata": { | |
"id": "d96e79c6-8b25-4be3-8545-0e0ecefcae03", | |
"publisherId": "vscodevim.vim", | |
"publisherDisplayName": "vscodevim" | |
}, | |
"name": "vim", | |
"publisher": "vscodevim", | |
"version": "1.25.2" | |
}, | |
{ | |
"metadata": { | |
"id": "50c17615-c6ac-453d-bc99-d5a7e2a02ee6", | |
"publisherId": "MattiasBaake.vscode-snippets-for-ansible", | |
"publisherDisplayName": "MattiasBaake" | |
}, | |
"name": "vscode-snippets-for-ansible", | |
"publisher": "MattiasBaake", | |
"version": "1.1.0" | |
}, | |
{ | |
"metadata": { | |
"id": "2061917f-f76a-458a-8da9-f162de22b97e", | |
"publisherId": "redhat.vscode-yaml", | |
"publisherDisplayName": "redhat" | |
}, | |
"name": "vscode-yaml", | |
"publisher": "redhat", | |
"version": "1.13.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
{ | |
"userDataProfilesMigration": true, | |
"profileAssociations": { | |
"workspaces": { | |
"file:///git/swifty-manifests": "__default__profile__", | |
"file:///git/delta/delta-ui-b": "__default__profile__", | |
"file:///git/yardline-app": "__default__profile__", | |
"file:///git/nexus-sbx/caddy": "__default__profile__", | |
"file:///git/home.lab.nelson.nexus": "__default__profile__", | |
"file:///git/swifty": "__default__profile__", | |
"file:///git/kb.nsk.io": "__default__profile__", | |
"file:///git/docs.nsk.io": "__default__profile__", | |
"file:///home/ernelson/tank/tundra/pv/docs.nsk.io/tiddlers": "__default__profile__", | |
"file:///git/nexus": "__default__profile__", | |
"file:///home/ernelson/tank/tundra/pv/docs.nsk.io": "__default__profile__" | |
}, | |
"emptyWindows": {} | |
}, | |
"profileAssociationsMigration": true, | |
"telemetry.machineId": "ec6bbe73aee244de25a7caed986c7a404eaf8a9e504dedf4261abd129178b326", | |
"backupWorkspaces": { | |
"workspaces": [], | |
"folders": [ | |
{ | |
"folderUri": "file:///git/kb.nsk.io" | |
}, | |
{ | |
"folderUri": "file:///home/ernelson/tank/tundra/pv/docs.nsk.io" | |
} | |
], | |
"emptyWindows": [] | |
}, | |
"lastKnownMenubarData": { | |
"menus": { | |
"File": { | |
"items": [ | |
{ | |
"id": "workbench.action.files.newUntitledFile", | |
"label": "&&New Text File" | |
}, | |
{ | |
"id": "welcome.showNewFileEntries", | |
"label": "New File..." | |
}, | |
{ | |
"id": "workbench.action.newWindow", | |
"label": "New &&Window" | |
}, | |
{ | |
"id": "vscode.menubar.separator" | |
}, | |
{ | |
"id": "workbench.action.files.openFile", | |
"label": "&&Open File..." | |
}, | |
{ | |
"id": "workbench.action.files.openFolder", | |
"label": "Open &&Folder..." | |
}, | |
{ | |
"id": "workbench.action.openWorkspace", | |
"label": "Open Wor&&kspace from File..." | |
}, | |
{ | |
"id": "submenuitem.MenubarRecentMenu", | |
"label": "Open &&Recent", | |
"submenu": { | |
"items": [ | |
{ | |
"id": "workbench.action.reopenClosedEditor", | |
"label": "&&Reopen Closed Editor", | |
"enabled": false | |
}, | |
{ | |
"id": "vscode.menubar.separator" | |
}, | |
{ | |
"id": "openRecentFolder", | |
"uri": { | |
"$mid": 1, | |
"external": "file:///home/ernelson/tank/tundra/pv/docs.nsk.io", | |
"path": "/home/ernelson/tank/tundra/pv/docs.nsk.io", | |
"scheme": "file" | |
}, | |
"enabled": true, | |
"label": "~/tank/tundra/pv/docs.nsk.io" | |
}, | |
{ | |
"id": "openRecentFolder", | |
"uri": { | |
"$mid": 1, | |
"external": "file:///git/nexus", | |
"path": "/git/nexus", | |
"scheme": "file" | |
}, | |
"enabled": true, | |
"label": "/git/nexus" | |
}, | |
{ | |
"id": "openRecentFolder", | |
"uri": { | |
"$mid": 1, | |
"external": "file:///git/docs.nsk.io", | |
"path": "/git/docs.nsk.io", | |
"scheme": "file" | |
}, | |
"enabled": true, | |
"label": "/git/docs.nsk.io" | |
}, | |
{ | |
"id": "openRecentFolder", | |
"uri": { | |
"$mid": 1, | |
"external": "file:///git/kb.nsk.io", | |
"path": "/git/kb.nsk.io", | |
"scheme": "file" | |
}, | |
"enabled": true, | |
"label": "/git/kb.nsk.io" | |
}, | |
{ | |
"id": "openRecentFolder", | |
"uri": { | |
"$mid": 1, | |
"external": "file:///git/swifty", | |
"path": "/git/swifty", | |
"scheme": "file" | |
}, | |
"enabled": true, | |
"label": "/git/swifty" | |
}, | |
{ | |
"id": "openRecentFolder", | |
"uri": { | |
"$mid": 1, | |
"external": "file:///git/home.lab.nelson.nexus", | |
"path": "/git/home.lab.nelson.nexus", | |
"scheme": "file" | |
}, | |
"enabled": true, | |
"label": "/git/home.lab.nelson.nexus" | |
}, | |
{ | |
"id": "openRecentFolder", | |
"uri": { | |
"$mid": 1, | |
"external": "file:///git/nexus-sbx/caddy", | |
"path": "/git/nexus-sbx/caddy", | |
"scheme": "file" | |
}, | |
"enabled": true, | |
"label": "/git/nexus-sbx/caddy" | |
}, | |
{ | |
"id": "openRecentFolder", | |
"uri": { | |
"$mid": 1, | |
"external": "file:///git/yardline-app", | |
"path": "/git/yardline-app", | |
"scheme": "file" | |
}, | |
"enabled": true, | |
"label": "/git/yardline-app" | |
}, | |
{ | |
"id": "openRecentFolder", | |
"uri": { | |
"$mid": 1, | |
"external": "file:///git/delta/delta-ui-b", | |
"path": "/git/delta/delta-ui-b", | |
"scheme": "file" | |
}, | |
"enabled": true, | |
"label": "/git/delta/delta-ui-b" | |
}, | |
{ | |
"id": "openRecentFolder", | |
"uri": { | |
"$mid": 1, | |
"external": "file:///git/swifty-manifests", | |
"path": "/git/swifty-manifests", | |
"scheme": "file" | |
}, | |
"enabled": true, | |
"label": "/git/swifty-manifests" | |
}, | |
{ | |
"id": "vscode.menubar.separator" | |
}, | |
{ | |
"id": "openRecentFile", | |
"uri": { | |
"$mid": 1, | |
"external": "file:///home/ernelson/Downloads/joshua-fontany.tw5-syntax-1.0.4.vsix", | |
"path": "/home/ernelson/Downloads/joshua-fontany.tw5-syntax-1.0.4.vsix", | |
"scheme": "file" | |
}, | |
"enabled": true, | |
"label": "~/Downloads/joshua-fontany.tw5-syntax-1.0.4.vsix" | |
}, | |
{ | |
"id": "openRecentFile", | |
"uri": { | |
"$mid": 1, | |
"external": "file:///git/swifty/debug.py", | |
"path": "/git/swifty/debug.py", | |
"scheme": "file" | |
}, | |
"enabled": true, | |
"label": "/git/swifty/debug.py" | |
}, | |
{ | |
"id": "vscode.menubar.separator" | |
}, | |
{ | |
"id": "workbench.action.openRecent", | |
"label": "&&More..." | |
}, | |
{ | |
"id": "vscode.menubar.separator" | |
}, | |
{ | |
"id": "workbench.action.clearRecentFiles", | |
"label": "&&Clear Recently Opened" | |
} | |
] | |
} | |
}, | |
{ | |
"id": "vscode.menubar.separator" | |
}, | |
{ | |
"id": "addRootFolder", | |
"label": "A&&dd Folder to Workspace..." | |
}, | |
{ | |
"id": "workbench.action.saveWorkspaceAs", | |
"label": "Save Workspace As..." | |
}, | |
{ | |
"id": "workbench.action.duplicateWorkspaceInNewWindow", | |
"label": "Duplicate Workspace" | |
}, | |
{ | |
"id": "vscode.menubar.separator" | |
}, | |
{ | |
"id": "workbench.action.files.save", | |
"label": "&&Save" | |
}, | |
{ | |
"id": "workbench.action.files.saveAs", | |
"label": "Save &&As..." | |
}, | |
{ | |
"id": "saveAll", | |
"label": "Save A&&ll", | |
"enabled": false | |
}, | |
{ | |
"id": "vscode.menubar.separator" | |
}, | |
{ | |
"id": "submenuitem.MenubarShare", | |
"label": "Share", | |
"submenu": { | |
"items": [ | |
{ | |
"id": "workbench.profiles.actions.exportProfile", | |
"label": "Export Profile (Default)..." | |
}, | |
{ | |
"id": "workbench.profiles.actions.importProfile", | |
"label": "Import Profile..." | |
} | |
] | |
} | |
}, | |
{ | |
"id": "vscode.menubar.separator" | |
}, | |
{ | |
"id": "workbench.action.toggleAutoSave", | |
"label": "A&&uto Save" | |
}, | |
{ | |
"id": "submenuitem.MenubarPreferencesMenu", | |
"label": "&&Preferences", | |
"submenu": { | |
"items": [ | |
{ | |
"id": "submenuitem.Profiles", | |
"label": "Profiles (Default)", | |
"submenu": { | |
"items": [ | |
{ | |
"id": "workbench.profiles.actions.profileEntry.__default__profile__", | |
"label": "Default", | |
"checked": true | |
}, | |
{ | |
"id": "vscode.menubar.separator" | |
}, | |
{ | |
"id": "workbench.profiles.actions.showProfileContents", | |
"label": "Show Contents..." | |
}, | |
{ | |
"id": "vscode.menubar.separator" | |
}, | |
{ | |
"id": "workbench.profiles.actions.createProfile", | |
"label": "Create Profile..." | |
}, | |
{ | |
"id": "workbench.profiles.actions.deleteProfile", | |
"label": "Delete Profile...", | |
"enabled": false | |
}, | |
{ | |
"id": "vscode.menubar.separator" | |
}, | |
{ | |
"id": "workbench.profiles.actions.exportProfile", | |
"label": "Export Profile..." | |
}, | |
{ | |
"id": "workbench.profiles.actions.importProfile", | |
"label": "Import Profile..." | |
} | |
] | |
} | |
}, | |
{ | |
"id": "vscode.menubar.separator" | |
}, | |
{ | |
"id": "workbench.action.openSettings", | |
"label": "&&Settings" | |
}, | |
{ | |
"id": "workbench.view.extensions", | |
"label": "&&Extensions" | |
}, | |
{ | |
"id": "workbench.action.openGlobalKeybindings", | |
"label": "Keyboard Shortcuts" | |
}, | |
{ | |
"id": "workbench.action.openSnippets", | |
"label": "Configure User Snippets" | |
}, | |
{ | |
"id": "submenuitem.ThemesSubMenu", | |
"label": "&&Theme", | |
"submenu": { | |
"items": [ | |
{ | |
"id": "workbench.action.selectTheme", | |
"label": "Color Theme" | |
}, | |
{ | |
"id": "workbench.action.selectIconTheme", | |
"label": "File Icon Theme" | |
}, | |
{ | |
"id": "workbench.action.selectProductIconTheme", | |
"label": "Product Icon Theme" | |
} | |
] | |
} | |
}, | |
{ | |
"id": "vscode.menubar.separator" | |
}, | |
{ | |
"id": "settings.filterByOnline", | |
"label": "&&Online Services Settings" | |
} | |
] | |
} | |
}, | |
{ | |
"id": "vscode.menubar.separator" | |
}, | |
{ | |
"id": "workbench.action.files.revert", | |
"label": "Re&&vert File" | |
}, | |
{ | |
"id": "workbench.action.closeActiveEditor", | |
"label": "&&Close Editor" | |
}, | |
{ | |
"id": "workbench.action.closeFolder", | |
"label": "Close &&Folder" | |
}, | |
{ | |
"id": "workbench.action.closeWindow", | |
"label": "Clos&&e Window" | |
}, | |
{ | |
"id": "vscode.menubar.separator" | |
}, | |
{ | |
"id": "workbench.action.quit", | |
"label": "E&&xit" | |
} | |
] | |
}, | |
"Edit": { | |
"items": [ | |
{ | |
"id": "undo", | |
"label": "&&Undo" | |
}, | |
{ | |
"id": "redo", | |
"label": "&&Redo" | |
}, | |
{ | |
"id": "vscode.menubar.separator" | |
}, | |
{ | |
"id": "editor.action.clipboardCutAction", | |
"label": "Cu&&t" | |
}, | |
{ | |
"id": "editor.action.clipboardCopyAction", | |
"label": "&&Copy" | |
}, | |
{ | |
"id": "editor.action.clipboardPasteAction", | |
"label": "&&Paste" | |
}, | |
{ | |
"id": "vscode.menubar.separator" | |
}, | |
{ | |
"id": "actions.find", | |
"label": "&&Find" | |
}, | |
{ | |
"id": "editor.action.startFindReplaceAction", | |
"label": "&&Replace" | |
}, | |
{ | |
"id": "vscode.menubar.separator" | |
}, | |
{ | |
"id": "workbench.action.findInFiles", | |
"label": "Find &&in Files" | |
}, | |
{ | |
"id": "workbench.action.replaceInFiles", | |
"label": "Replace in Files" | |
}, | |
{ | |
"id": "vscode.menubar.separator" | |
}, | |
{ | |
"id": "editor.action.commentLine", | |
"label": "&&Toggle Line Comment" | |
}, | |
{ | |
"id": "editor.action.blockComment", | |
"label": "Toggle &&Block Comment" | |
}, | |
{ | |
"id": "editor.emmet.action.expandAbbreviation", | |
"label": "Emmet: E&&xpand Abbreviation" | |
} | |
] | |
}, | |
"Selection": { | |
"items": [ | |
{ | |
"id": "editor.action.selectAll", | |
"label": "&&Select All" | |
}, | |
{ | |
"id": "editor.action.smartSelect.expand", | |
"label": "&&Expand Selection" | |
}, | |
{ | |
"id": "editor.action.smartSelect.shrink", | |
"label": "&&Shrink Selection" | |
}, | |
{ | |
"id": "vscode.menubar.separator" | |
}, | |
{ | |
"id": "editor.action.copyLinesUpAction", | |
"label": "&&Copy Line Up" | |
}, | |
{ | |
"id": "editor.action.copyLinesDownAction", | |
"label": "Co&&py Line Down" | |
}, | |
{ | |
"id": "editor.action.moveLinesUpAction", | |
"label": "Mo&&ve Line Up" | |
}, | |
{ | |
"id": "editor.action.moveLinesDownAction", | |
"label": "Move &&Line Down" | |
}, | |
{ | |
"id": "editor.action.duplicateSelection", | |
"label": "&&Duplicate Selection" | |
}, | |
{ | |
"id": "vscode.menubar.separator" | |
}, | |
{ | |
"id": "editor.action.insertCursorAbove", | |
"label": "&&Add Cursor Above" | |
}, | |
{ | |
"id": "editor.action.insertCursorBelow", | |
"label": "A&&dd Cursor Below" | |
}, | |
{ | |
"id": "editor.action.insertCursorAtEndOfEachLineSelected", | |
"label": "Add C&&ursors to Line Ends" | |
}, | |
{ | |
"id": "editor.action.addSelectionToNextFindMatch", | |
"label": "Add &&Next Occurrence" | |
}, | |
{ | |
"id": "editor.action.addSelectionToPreviousFindMatch", | |
"label": "Add P&&revious Occurrence" | |
}, | |
{ | |
"id": "editor.action.selectHighlights", | |
"label": "Select All &&Occurrences" | |
}, | |
{ | |
"id": "vscode.menubar.separator" | |
}, | |
{ | |
"id": "workbench.action.toggleMultiCursorModifier", | |
"label": "Switch to Ctrl+Click for Multi-Cursor" | |
}, | |
{ | |
"id": "editor.action.toggleColumnSelection", | |
"label": "Column &&Selection Mode" | |
} | |
] | |
}, | |
"View": { | |
"items": [ | |
{ | |
"id": "workbench.action.showCommands", | |
"label": "&&Command Palette..." | |
}, | |
{ | |
"id": "workbench.action.openView", | |
"label": "&&Open View..." | |
}, | |
{ | |
"id": "vscode.menubar.separator" | |
}, | |
{ | |
"id": "submenuitem.MenubarAppearanceMenu", | |
"label": "&&Appearance", | |
"submenu": { | |
"items": [ | |
{ | |
"id": "workbench.action.toggleFullScreen", | |
"label": "&&Full Screen" | |
}, | |
{ | |
"id": "workbench.action.toggleZenMode", | |
"label": "Zen Mode" | |
}, | |
{ | |
"id": "workbench.action.toggleCenteredLayout", | |
"label": "&&Centered Layout" | |
}, | |
{ | |
"id": "vscode.menubar.separator" | |
}, | |
{ | |
"id": "workbench.action.toggleMenuBar", | |
"label": "Menu &&Bar" | |
}, | |
{ | |
"id": "workbench.action.toggleSidebarVisibility", | |
"label": "&&Primary Side Bar", | |
"checked": true | |
}, | |
{ | |
"id": "workbench.action.toggleAuxiliaryBar", | |
"label": "Secondary Si&&de Bar" | |
}, | |
{ | |
"id": "workbench.action.toggleStatusbarVisibility", | |
"label": "S&&tatus Bar", | |
"checked": true | |
}, | |
{ | |
"id": "workbench.action.toggleActivityBarVisibility", | |
"label": "&&Activity Bar" | |
}, | |
{ | |
"id": "workbench.action.togglePanel", | |
"label": "&&Panel" | |
}, | |
{ | |
"id": "vscode.menubar.separator" | |
}, | |
{ | |
"id": "workbench.action.toggleSidebarPosition", | |
"label": "&&Move Primary Side Bar Right" | |
}, | |
{ | |
"id": "submenuitem.PanelPositionMenu", | |
"label": "Panel Position", | |
"submenu": { | |
"items": [ | |
{ | |
"id": "workbench.action.positionPanelBottom", | |
"label": "Bottom", | |
"checked": true | |
}, | |
{ | |
"id": "workbench.action.positionPanelLeft", | |
"label": "Left" | |
}, | |
{ | |
"id": "workbench.action.positionPanelRight", | |
"label": "Right" | |
} | |
] | |
} | |
}, | |
{ | |
"id": "submenuitem.PanelAlignmentMenu", | |
"label": "Align Panel", | |
"submenu": { | |
"items": [ | |
{ | |
"id": "workbench.action.alignPanelCenter", | |
"label": "Center", | |
"checked": true | |
}, | |
{ | |
"id": "workbench.action.alignPanelJustify", | |
"label": "Justify" | |
}, | |
{ | |
"id": "workbench.action.alignPanelLeft", | |
"label": "Left" | |
}, | |
{ | |
"id": "workbench.action.alignPanelRight", | |
"label": "Right" | |
} | |
] | |
} | |
}, | |
{ | |
"id": "vscode.menubar.separator" | |
}, | |
{ | |
"id": "editor.action.toggleMinimap", | |
"label": "&&Minimap" | |
}, | |
{ | |
"id": "breadcrumbs.toggle", | |
"label": "&&Breadcrumbs", | |
"checked": true | |
}, | |
{ | |
"id": "editor.action.toggleRenderWhitespace", | |
"label": "&&Render Whitespace", | |
"checked": true | |
}, | |
{ | |
"id": "editor.action.toggleRenderControlCharacter", | |
"label": "Render &&Control Characters", | |
"checked": true | |
}, | |
{ | |
"id": "vscode.menubar.separator" | |
}, | |
{ | |
"id": "workbench.action.zoomIn", | |
"label": "&&Zoom In" | |
}, | |
{ | |
"id": "workbench.action.zoomOut", | |
"label": "&&Zoom Out" | |
}, | |
{ | |
"id": "workbench.action.zoomReset", | |
"label": "&&Reset Zoom" | |
} | |
] | |
} | |
}, | |
{ | |
"id": "submenuitem.MenubarLayoutMenu", | |
"label": "Editor &&Layout", | |
"submenu": { | |
"items": [ | |
{ | |
"id": "workbench.action.splitEditorUp", | |
"label": "Split &&Up" | |
}, | |
{ | |
"id": "workbench.action.splitEditorDown", | |
"label": "Split &&Down" | |
}, | |
{ | |
"id": "workbench.action.splitEditorLeft", | |
"label": "Split &&Left" | |
}, | |
{ | |
"id": "workbench.action.splitEditorRight", | |
"label": "Split &&Right" | |
}, | |
{ | |
"id": "vscode.menubar.separator" | |
}, | |
{ | |
"id": "workbench.action.splitEditorInGroup", | |
"label": "Split in &&Group" | |
}, | |
{ | |
"id": "vscode.menubar.separator" | |
}, | |
{ | |
"id": "workbench.action.editorLayoutSingle", | |
"label": "&&Single" | |
}, | |
{ | |
"id": "workbench.action.editorLayoutTwoColumns", | |
"label": "&&Two Columns" | |
}, | |
{ | |
"id": "workbench.action.editorLayoutThreeColumns", | |
"label": "T&&hree Columns" | |
}, | |
{ | |
"id": "workbench.action.editorLayoutTwoRows", | |
"label": "T&&wo Rows" | |
}, | |
{ | |
"id": "workbench.action.editorLayoutThreeRows", | |
"label": "Three &&Rows" | |
}, | |
{ | |
"id": "workbench.action.editorLayoutTwoByTwoGrid", | |
"label": "&&Grid (2x2)" | |
}, | |
{ | |
"id": "workbench.action.editorLayoutTwoRowsRight", | |
"label": "Two R&&ows Right" | |
}, | |
{ | |
"id": "workbench.action.editorLayoutTwoColumnsBottom", | |
"label": "Two &&Columns Bottom" | |
}, | |
{ | |
"id": "vscode.menubar.separator" | |
}, | |
{ | |
"id": "workbench.action.toggleEditorGroupLayout", | |
"label": "Flip &&Layout" | |
} | |
] | |
} | |
}, | |
{ | |
"id": "vscode.menubar.separator" | |
}, | |
{ | |
"id": "workbench.view.explorer", | |
"label": "&&Explorer" | |
}, | |
{ | |
"id": "workbench.view.search", | |
"label": "&&Search" | |
}, | |
{ | |
"id": "workbench.view.scm", | |
"label": "Source &&Control" | |
}, | |
{ | |
"id": "workbench.view.debug", | |
"label": "&&Run" | |
}, | |
{ | |
"id": "workbench.view.extensions", | |
"label": "E&&xtensions" | |
}, | |
{ | |
"id": "vscode.menubar.separator" | |
}, | |
{ | |
"id": "workbench.actions.view.problems", | |
"label": "&&Problems" | |
}, | |
{ | |
"id": "workbench.action.output.toggleOutput", | |
"label": "&&Output" | |
}, | |
{ | |
"id": "workbench.debug.action.toggleRepl", | |
"label": "De&&bug Console" | |
}, | |
{ | |
"id": "workbench.action.terminal.toggleTerminal", | |
"label": "&&Terminal" | |
}, | |
{ | |
"id": "vscode.menubar.separator" | |
}, | |
{ | |
"id": "editor.action.toggleWordWrap", | |
"label": "&&Word Wrap" | |
}, | |
{ | |
"id": "editor.action.toggleStickyScroll", | |
"label": "&&Sticky Scroll" | |
} | |
] | |
}, | |
"Go": { | |
"items": [ | |
{ | |
"id": "workbench.action.navigateBack", | |
"label": "&&Back" | |
}, | |
{ | |
"id": "workbench.action.navigateForward", | |
"label": "&&Forward", | |
"enabled": false | |
}, | |
{ | |
"id": "workbench.action.navigateToLastEditLocation", | |
"label": "&&Last Edit Location" | |
}, | |
{ | |
"id": "vscode.menubar.separator" | |
}, | |
{ | |
"id": "submenuitem.MenubarSwitchEditorMenu", | |
"label": "Switch &&Editor", | |
"submenu": { | |
"items": [ | |
{ | |
"id": "workbench.action.nextEditor", | |
"label": "&&Next Editor" | |
}, | |
{ | |
"id": "workbench.action.previousEditor", | |
"label": "&&Previous Editor" | |
}, | |
{ | |
"id": "vscode.menubar.separator" | |
}, | |
{ | |
"id": "workbench.action.openNextRecentlyUsedEditor", | |
"label": "&&Next Used Editor" | |
}, | |
{ | |
"id": "workbench.action.openPreviousRecentlyUsedEditor", | |
"label": "&&Previous Used Editor" | |
}, | |
{ | |
"id": "vscode.menubar.separator" | |
}, | |
{ | |
"id": "workbench.action.nextEditorInGroup", | |
"label": "&&Next Editor in Group" | |
}, | |
{ | |
"id": "workbench.action.previousEditorInGroup", | |
"label": "&&Previous Editor in Group" | |
}, | |
{ | |
"id": "vscode.menubar.separator" | |
}, | |
{ | |
"id": "workbench.action.openNextRecentlyUsedEditorInGroup", | |
"label": "&&Next Used Editor in Group" | |
}, | |
{ | |
"id": "workbench.action.openPreviousRecentlyUsedEditorInGroup", | |
"label": "&&Previous Used Editor in Group" | |
} | |
] | |
} | |
}, | |
{ | |
"id": "submenuitem.MenubarSwitchGroupMenu", | |
"label": "Switch &&Group", | |
"submenu": { | |
"items": [ | |
{ | |
"id": "workbench.action.focusFirstEditorGroup", | |
"label": "Group &&1" | |
}, | |
{ | |
"id": "workbench.action.focusSecondEditorGroup", | |
"label": "Group &&2" | |
}, | |
{ | |
"id": "workbench.action.focusThirdEditorGroup", | |
"label": "Group &&3", | |
"enabled": false | |
}, | |
{ | |
"id": "workbench.action.focusFourthEditorGroup", | |
"label": "Group &&4", | |
"enabled": false | |
}, | |
{ | |
"id": "workbench.action.focusFifthEditorGroup", | |
"label": "Group &&5", | |
"enabled": false | |
}, | |
{ | |
"id": "vscode.menubar.separator" | |
}, | |
{ | |
"id": "workbench.action.focusNextGroup", | |
"label": "&&Next Group", | |
"enabled": false | |
}, | |
{ | |
"id": "workbench.action.focusPreviousGroup", | |
"label": "&&Previous Group", | |
"enabled": false | |
}, | |
{ | |
"id": "vscode.menubar.separator" | |
}, | |
{ | |
"id": "workbench.action.focusLeftGroup", | |
"label": "Group &&Left", | |
"enabled": false | |
}, | |
{ | |
"id": "workbench.action.focusRightGroup", | |
"label": "Group &&Right", | |
"enabled": false | |
}, | |
{ | |
"id": "workbench.action.focusAboveGroup", | |
"label": "Group &&Above", | |
"enabled": false | |
}, | |
{ | |
"id": "workbench.action.focusBelowGroup", | |
"label": "Group &&Below", | |
"enabled": false | |
} | |
] | |
} | |
}, | |
{ | |
"id": "vscode.menubar.separator" | |
}, | |
{ | |
"id": "workbench.action.quickOpen", | |
"label": "Go to &&File..." | |
}, | |
{ | |
"id": "workbench.action.showAllSymbols", | |
"label": "Go to Symbol in &&Workspace..." | |
}, | |
{ | |
"id": "vscode.menubar.separator" | |
}, | |
{ | |
"id": "workbench.action.gotoSymbol", | |
"label": "Go to &&Symbol in Editor..." | |
}, | |
{ | |
"id": "editor.action.revealDefinition", | |
"label": "Go to &&Definition" | |
}, | |
{ | |
"id": "editor.action.revealDeclaration", | |
"label": "Go to &&Declaration" | |
}, | |
{ | |
"id": "editor.action.goToTypeDefinition", | |
"label": "Go to &&Type Definition" | |
}, | |
{ | |
"id": "editor.action.goToImplementation", | |
"label": "Go to &&Implementations" | |
}, | |
{ | |
"id": "editor.action.goToReferences", | |
"label": "Go to &&References" | |
}, | |
{ | |
"id": "vscode.menubar.separator" | |
}, | |
{ | |
"id": "workbench.action.gotoLine", | |
"label": "Go to &&Line/Column..." | |
}, | |
{ | |
"id": "editor.action.jumpToBracket", | |
"label": "Go to &&Bracket" | |
}, | |
{ | |
"id": "vscode.menubar.separator" | |
}, | |
{ | |
"id": "editor.action.marker.nextInFiles", | |
"label": "Next &&Problem" | |
}, | |
{ | |
"id": "editor.action.marker.prevInFiles", | |
"label": "Previous &&Problem" | |
}, | |
{ | |
"id": "vscode.menubar.separator" | |
}, | |
{ | |
"id": "editor.action.dirtydiff.next", | |
"label": "Next &&Change" | |
}, | |
{ | |
"id": "editor.action.dirtydiff.previous", | |
"label": "Previous &&Change" | |
} | |
] | |
}, | |
"Run": { | |
"items": [ | |
{ | |
"id": "workbench.action.debug.start", | |
"label": "&&Start Debugging" | |
}, | |
{ | |
"id": "workbench.action.debug.run", | |
"label": "Run &&Without Debugging" | |
}, | |
{ | |
"id": "workbench.action.debug.stop", | |
"label": "&&Stop Debugging", | |
"enabled": false | |
}, | |
{ | |
"id": "workbench.action.debug.restart", | |
"label": "&&Restart Debugging", | |
"enabled": false | |
}, | |
{ | |
"id": "vscode.menubar.separator" | |
}, | |
{ | |
"id": "workbench.action.debug.configure", | |
"label": "Open &&Configurations", | |
"enabled": false | |
}, | |
{ | |
"id": "debug.addConfiguration", | |
"label": "A&&dd Configuration..." | |
}, | |
{ | |
"id": "vscode.menubar.separator" | |
}, | |
{ | |
"id": "workbench.action.debug.stepOver", | |
"label": "Step &&Over", | |
"enabled": false | |
}, | |
{ | |
"id": "workbench.action.debug.stepInto", | |
"label": "Step &&Into", | |
"enabled": false | |
}, | |
{ | |
"id": "workbench.action.debug.stepOut", | |
"label": "Step O&&ut", | |
"enabled": false | |
}, | |
{ | |
"id": "workbench.action.debug.continue", | |
"label": "&&Continue", | |
"enabled": false | |
}, | |
{ | |
"id": "vscode.menubar.separator" | |
}, | |
{ | |
"id": "editor.debug.action.toggleBreakpoint", | |
"label": "Toggle &&Breakpoint" | |
}, | |
{ | |
"id": "submenuitem.MenubarNewBreakpointMenu", | |
"label": "&&New Breakpoint", | |
"submenu": { | |
"items": [ | |
{ | |
"id": "editor.debug.action.conditionalBreakpoint", | |
"label": "&&Conditional Breakpoint..." | |
}, | |
{ | |
"id": "editor.debug.action.editBreakpoint", | |
"label": "&&Edit Breakpoint" | |
}, | |
{ | |
"id": "editor.debug.action.toggleInlineBreakpoint", | |
"label": "Inline Breakp&&oint" | |
}, | |
{ | |
"id": "workbench.debug.viewlet.action.addFunctionBreakpointAction", | |
"label": "&&Function Breakpoint..." | |
}, | |
{ | |
"id": "editor.debug.action.addLogPoint", | |
"label": "&&Logpoint..." | |
} | |
] | |
} | |
}, | |
{ | |
"id": "vscode.menubar.separator" | |
}, | |
{ | |
"id": "workbench.debug.viewlet.action.enableAllBreakpoints", | |
"label": "&&Enable All Breakpoints" | |
}, | |
{ | |
"id": "workbench.debug.viewlet.action.disableAllBreakpoints", | |
"label": "Disable A&&ll Breakpoints" | |
}, | |
{ | |
"id": "workbench.debug.viewlet.action.removeAllBreakpoints", | |
"label": "Remove &&All Breakpoints" | |
}, | |
{ | |
"id": "vscode.menubar.separator" | |
}, | |
{ | |
"id": "debug.installAdditionalDebuggers", | |
"label": "&&Install Additional Debuggers..." | |
} | |
] | |
}, | |
"Terminal": { | |
"items": [ | |
{ | |
"id": "workbench.action.terminal.new", | |
"label": "&&New Terminal" | |
}, | |
{ | |
"id": "workbench.action.terminal.split", | |
"label": "&&Split Terminal", | |
"enabled": false | |
}, | |
{ | |
"id": "vscode.menubar.separator" | |
}, | |
{ | |
"id": "workbench.action.tasks.runTask", | |
"label": "&&Run Task..." | |
}, | |
{ | |
"id": "workbench.action.tasks.build", | |
"label": "Run &&Build Task..." | |
}, | |
{ | |
"id": "workbench.action.terminal.runActiveFile", | |
"label": "Run &&Active File" | |
}, | |
{ | |
"id": "workbench.action.terminal.runSelectedText", | |
"label": "Run &&Selected Text" | |
}, | |
{ | |
"id": "vscode.menubar.separator" | |
}, | |
{ | |
"id": "workbench.action.tasks.showTasks", | |
"label": "Show Runnin&&g Tasks...", | |
"enabled": false | |
}, | |
{ | |
"id": "workbench.action.tasks.restartTask", | |
"label": "R&&estart Running Task...", | |
"enabled": false | |
}, | |
{ | |
"id": "workbench.action.tasks.terminate", | |
"label": "&&Terminate Task...", | |
"enabled": false | |
}, | |
{ | |
"id": "vscode.menubar.separator" | |
}, | |
{ | |
"id": "workbench.action.tasks.configureTaskRunner", | |
"label": "&&Configure Tasks..." | |
}, | |
{ | |
"id": "workbench.action.tasks.configureDefaultBuildTask", | |
"label": "Configure De&&fault Build Task..." | |
} | |
] | |
}, | |
"Help": { | |
"items": [ | |
{ | |
"id": "workbench.action.openWalkthrough", | |
"label": "Welcome" | |
}, | |
{ | |
"id": "workbench.action.showCommands", | |
"label": "Show All Commands" | |
}, | |
{ | |
"id": "workbench.action.openDocumentationUrl", | |
"label": "&&Documentation" | |
}, | |
{ | |
"id": "workbench.action.showInteractivePlayground", | |
"label": "Editor Playgrou&&nd" | |
}, | |
{ | |
"id": "vscode.menubar.separator" | |
}, | |
{ | |
"id": "workbench.action.keybindingsReference", | |
"label": "&&Keyboard Shortcuts Reference" | |
}, | |
{ | |
"id": "workbench.action.openVideoTutorialsUrl", | |
"label": "&&Video Tutorials" | |
}, | |
{ | |
"id": "workbench.action.openTipsAndTricksUrl", | |
"label": "Tips and Tri&&cks" | |
}, | |
{ | |
"id": "vscode.menubar.separator" | |
}, | |
{ | |
"id": "workbench.action.openRequestFeatureUrl", | |
"label": "&&Search Feature Requests" | |
}, | |
{ | |
"id": "workbench.action.openIssueReporter", | |
"label": "Report &&Issue" | |
}, | |
{ | |
"id": "vscode.menubar.separator" | |
}, | |
{ | |
"id": "workbench.action.openLicenseUrl", | |
"label": "View &&License" | |
}, | |
{ | |
"id": "vscode.menubar.separator" | |
}, | |
{ | |
"id": "workbench.action.toggleDevTools", | |
"label": "Toggle Developer Tools" | |
}, | |
{ | |
"id": "workbench.action.openProcessExplorer", | |
"label": "Open &&Process Explorer" | |
}, | |
{ | |
"id": "vscode.menubar.separator" | |
}, | |
{ | |
"id": "workbench.action.showAboutDialog", | |
"label": "&&About" | |
} | |
] | |
} | |
}, | |
"keybindings": { | |
"workbench.action.files.newUntitledFile": { | |
"label": "Ctrl+N", | |
"userSettingsLabel": "ctrl+n" | |
}, | |
"welcome.showNewFileEntries": { | |
"label": "Ctrl+Alt+Super+N", | |
"userSettingsLabel": "ctrl+alt+meta+n" | |
}, | |
"workbench.action.newWindow": { | |
"label": "Ctrl+Shift+N", | |
"userSettingsLabel": "ctrl+shift+n" | |
}, | |
"workbench.action.files.openFile": { | |
"label": "Ctrl+O", | |
"userSettingsLabel": "ctrl+o" | |
}, | |
"workbench.action.reopenClosedEditor": { | |
"label": "Ctrl+Shift+T", | |
"userSettingsLabel": "ctrl+shift+t" | |
}, | |
"workbench.action.openRecent": { | |
"label": "Ctrl+R", | |
"userSettingsLabel": "ctrl+r" | |
}, | |
"workbench.action.files.save": { | |
"label": "Ctrl+S", | |
"userSettingsLabel": "ctrl+s" | |
}, | |
"workbench.action.files.saveAs": { | |
"label": "Ctrl+Shift+S", | |
"userSettingsLabel": "ctrl+shift+s" | |
}, | |
"workbench.action.openSettings": { | |
"label": "Ctrl+,", | |
"userSettingsLabel": "ctrl+," | |
}, | |
"workbench.view.extensions": { | |
"label": "Ctrl+Shift+X", | |
"userSettingsLabel": "ctrl+shift+x" | |
}, | |
"workbench.action.closeActiveEditor": { | |
"label": "Ctrl+W", | |
"userSettingsLabel": "ctrl+w" | |
}, | |
"workbench.action.closeWindow": { | |
"label": "Alt+F4", | |
"userSettingsLabel": "alt+f4" | |
}, | |
"workbench.action.quit": { | |
"label": "Ctrl+Q", | |
"userSettingsLabel": "ctrl+q" | |
}, | |
"redo": { | |
"label": "Ctrl+Y", | |
"userSettingsLabel": "ctrl+y" | |
}, | |
"editor.action.clipboardCutAction": { | |
"label": "Ctrl+X", | |
"userSettingsLabel": "ctrl+x" | |
}, | |
"editor.action.clipboardCopyAction": { | |
"label": "Ctrl+C", | |
"userSettingsLabel": "ctrl+c" | |
}, | |
"editor.action.clipboardPasteAction": { | |
"label": "Ctrl+V", | |
"userSettingsLabel": "ctrl+v" | |
}, | |
"actions.find": { | |
"label": "Ctrl+F", | |
"userSettingsLabel": "ctrl+f" | |
}, | |
"editor.action.startFindReplaceAction": { | |
"label": "Ctrl+H", | |
"userSettingsLabel": "ctrl+h" | |
}, | |
"workbench.action.findInFiles": { | |
"label": "Ctrl+Shift+F", | |
"userSettingsLabel": "ctrl+shift+f" | |
}, | |
"workbench.action.replaceInFiles": { | |
"label": "Ctrl+Shift+H", | |
"userSettingsLabel": "ctrl+shift+h" | |
}, | |
"editor.action.commentLine": { | |
"label": "Ctrl+/", | |
"userSettingsLabel": "ctrl+/" | |
}, | |
"editor.action.blockComment": { | |
"label": "Ctrl+Shift+A", | |
"userSettingsLabel": "ctrl+shift+a" | |
}, | |
"editor.emmet.action.expandAbbreviation": { | |
"label": "Tab", | |
"userSettingsLabel": "tab" | |
}, | |
"editor.action.selectAll": { | |
"label": "Ctrl+A", | |
"userSettingsLabel": "ctrl+a" | |
}, | |
"editor.action.smartSelect.expand": { | |
"label": "Shift+Alt+Right", | |
"userSettingsLabel": "shift+alt+right" | |
}, | |
"editor.action.smartSelect.shrink": { | |
"label": "Shift+Alt+Left", | |
"userSettingsLabel": "shift+alt+left" | |
}, | |
"editor.action.copyLinesUpAction": { | |
"label": "Ctrl+Shift+Alt+Up", | |
"userSettingsLabel": "ctrl+shift+alt+up" | |
}, | |
"editor.action.copyLinesDownAction": { | |
"label": "Ctrl+Shift+Alt+Down", | |
"userSettingsLabel": "ctrl+shift+alt+down" | |
}, | |
"editor.action.moveLinesUpAction": { | |
"label": "Alt+Up", | |
"userSettingsLabel": "alt+up" | |
}, | |
"editor.action.moveLinesDownAction": { | |
"label": "Alt+Down", | |
"userSettingsLabel": "alt+down" | |
}, | |
"editor.action.insertCursorAbove": { | |
"label": "Shift+Alt+Up", | |
"userSettingsLabel": "shift+alt+up" | |
}, | |
"editor.action.insertCursorBelow": { | |
"label": "Shift+Alt+Down", | |
"userSettingsLabel": "shift+alt+down" | |
}, | |
"editor.action.insertCursorAtEndOfEachLineSelected": { | |
"label": "Shift+Alt+I", | |
"userSettingsLabel": "shift+alt+i" | |
}, | |
"editor.action.addSelectionToNextFindMatch": { | |
"label": "Ctrl+D", | |
"userSettingsLabel": "ctrl+d" | |
}, | |
"workbench.action.showCommands": { | |
"label": "Ctrl+Shift+P", | |
"userSettingsLabel": "ctrl+shift+p" | |
}, | |
"workbench.action.toggleFullScreen": { | |
"label": "F11", | |
"userSettingsLabel": "f11" | |
}, | |
"workbench.action.toggleZenMode": { | |
"label": "Ctrl+Z", | |
"userSettingsLabel": "ctrl+z" | |
}, | |
"workbench.action.toggleSidebarVisibility": { | |
"label": "Ctrl+;", | |
"userSettingsLabel": "ctrl+;" | |
}, | |
"workbench.action.toggleAuxiliaryBar": { | |
"label": "Ctrl+Alt+B", | |
"userSettingsLabel": "ctrl+alt+b" | |
}, | |
"workbench.action.togglePanel": { | |
"label": "Ctrl+J", | |
"userSettingsLabel": "ctrl+j" | |
}, | |
"workbench.action.zoomIn": { | |
"label": "Ctrl+=", | |
"userSettingsLabel": "ctrl+=" | |
}, | |
"workbench.action.zoomOut": { | |
"label": "Ctrl+-", | |
"userSettingsLabel": "ctrl+-" | |
}, | |
"workbench.action.zoomReset": { | |
"label": "Ctrl+NumPad0", | |
"isNative": false, | |
"userSettingsLabel": "ctrl+numpad0" | |
}, | |
"workbench.action.toggleEditorGroupLayout": { | |
"label": "Shift+Alt+0", | |
"userSettingsLabel": "shift+alt+0" | |
}, | |
"workbench.view.explorer": { | |
"label": "Ctrl+Shift+E", | |
"userSettingsLabel": "ctrl+shift+e" | |
}, | |
"workbench.view.search": { | |
"label": "Ctrl+Shift+F", | |
"userSettingsLabel": "ctrl+shift+f" | |
}, | |
"workbench.view.scm": { | |
"label": "Ctrl+Shift+G", | |
"userSettingsLabel": "ctrl+shift+g" | |
}, | |
"workbench.view.debug": { | |
"label": "Ctrl+Shift+D", | |
"userSettingsLabel": "ctrl+shift+d" | |
}, | |
"workbench.actions.view.problems": { | |
"label": "Ctrl+Shift+M", | |
"userSettingsLabel": "ctrl+shift+m" | |
}, | |
"workbench.debug.action.toggleRepl": { | |
"label": "Ctrl+Shift+Y", | |
"userSettingsLabel": "ctrl+shift+y" | |
}, | |
"workbench.action.terminal.toggleTerminal": { | |
"label": "Ctrl+`", | |
"userSettingsLabel": "ctrl+`" | |
}, | |
"editor.action.toggleWordWrap": { | |
"label": "Alt+Z", | |
"userSettingsLabel": "alt+z" | |
}, | |
"workbench.action.navigateBack": { | |
"label": "Ctrl+Alt+-", | |
"userSettingsLabel": "ctrl+alt+-" | |
}, | |
"workbench.action.navigateForward": { | |
"label": "Ctrl+Shift+-", | |
"userSettingsLabel": "ctrl+shift+-" | |
}, | |
"workbench.action.nextEditor": { | |
"label": "Ctrl+PageDown", | |
"userSettingsLabel": "ctrl+pagedown" | |
}, | |
"workbench.action.previousEditor": { | |
"label": "Ctrl+PageUp", | |
"userSettingsLabel": "ctrl+pageup" | |
}, | |
"workbench.action.focusFirstEditorGroup": { | |
"label": "Ctrl+1", | |
"userSettingsLabel": "ctrl+1" | |
}, | |
"workbench.action.focusSecondEditorGroup": { | |
"label": "Ctrl+2", | |
"userSettingsLabel": "ctrl+2" | |
}, | |
"workbench.action.focusThirdEditorGroup": { | |
"label": "Ctrl+3", | |
"userSettingsLabel": "ctrl+3" | |
}, | |
"workbench.action.focusFourthEditorGroup": { | |
"label": "Ctrl+4", | |
"userSettingsLabel": "ctrl+4" | |
}, | |
"workbench.action.focusFifthEditorGroup": { | |
"label": "Ctrl+5", | |
"userSettingsLabel": "ctrl+5" | |
}, | |
"workbench.action.focusNextGroup": { | |
"label": "Alt+Tab", | |
"userSettingsLabel": "alt+tab" | |
}, | |
"workbench.action.focusPreviousGroup": { | |
"label": "Shift+Alt+Tab", | |
"userSettingsLabel": "shift+alt+tab" | |
}, | |
"workbench.action.quickOpen": { | |
"label": "Ctrl+P", | |
"userSettingsLabel": "ctrl+p" | |
}, | |
"workbench.action.showAllSymbols": { | |
"label": "Ctrl+T", | |
"userSettingsLabel": "ctrl+t" | |
}, | |
"workbench.action.gotoSymbol": { | |
"label": "Ctrl+Shift+O", | |
"userSettingsLabel": "ctrl+shift+o" | |
}, | |
"editor.action.goToImplementation": { | |
"label": "Ctrl+F12", | |
"userSettingsLabel": "ctrl+f12" | |
}, | |
"editor.action.goToReferences": { | |
"label": "Shift+F12", | |
"userSettingsLabel": "shift+f12" | |
}, | |
"workbench.action.gotoLine": { | |
"label": "Ctrl+G", | |
"userSettingsLabel": "ctrl+g" | |
}, | |
"editor.action.jumpToBracket": { | |
"label": "Ctrl+Shift+\\", | |
"userSettingsLabel": "ctrl+shift+\\" | |
}, | |
"editor.action.marker.nextInFiles": { | |
"label": "F8", | |
"userSettingsLabel": "f8" | |
}, | |
"editor.action.marker.prevInFiles": { | |
"label": "Shift+F8", | |
"userSettingsLabel": "shift+f8" | |
}, | |
"editor.action.dirtydiff.next": { | |
"label": "Alt+F3", | |
"userSettingsLabel": "alt+f3" | |
}, | |
"editor.action.dirtydiff.previous": { | |
"label": "Shift+Alt+F3", | |
"userSettingsLabel": "shift+alt+f3" | |
}, | |
"workbench.action.debug.start": { | |
"label": "F5", | |
"userSettingsLabel": "f5" | |
}, | |
"workbench.action.debug.run": { | |
"label": "Ctrl+F5", | |
"userSettingsLabel": "ctrl+f5" | |
}, | |
"workbench.action.debug.stop": { | |
"label": "Shift+F5", | |
"userSettingsLabel": "shift+f5" | |
}, | |
"workbench.action.debug.restart": { | |
"label": "Ctrl+Shift+F5", | |
"userSettingsLabel": "ctrl+shift+f5" | |
}, | |
"workbench.action.debug.stepOver": { | |
"label": "F10", | |
"userSettingsLabel": "f10" | |
}, | |
"workbench.action.debug.stepInto": { | |
"label": "F11", | |
"userSettingsLabel": "f11" | |
}, | |
"workbench.action.debug.stepOut": { | |
"label": "Shift+F11", | |
"userSettingsLabel": "shift+f11" | |
}, | |
"workbench.action.debug.continue": { | |
"label": "F5", | |
"userSettingsLabel": "f5" | |
}, | |
"editor.debug.action.toggleBreakpoint": { | |
"label": "F9", | |
"userSettingsLabel": "f9" | |
}, | |
"editor.debug.action.toggleInlineBreakpoint": { | |
"label": "Shift+F9", | |
"userSettingsLabel": "shift+f9" | |
}, | |
"workbench.action.terminal.new": { | |
"label": "Ctrl+Shift+`", | |
"userSettingsLabel": "ctrl+shift+`" | |
}, | |
"workbench.action.terminal.split": { | |
"label": "Ctrl+Shift+5", | |
"userSettingsLabel": "ctrl+shift+5" | |
}, | |
"workbench.action.tasks.build": { | |
"label": "Ctrl+Shift+B", | |
"userSettingsLabel": "ctrl+shift+b" | |
} | |
} | |
}, | |
"theme": "vs-dark", | |
"themeBackground": "#2e3440", | |
"windowSplash": { | |
"zoomLevel": 0, | |
"baseTheme": "vs-dark", | |
"colorInfo": { | |
"foreground": "#d8dee9", | |
"background": "#2e3440", | |
"editorBackground": "#2e3440", | |
"titleBarBackground": "#2e3440", | |
"activityBarBackground": "#2e3440", | |
"sideBarBackground": "#2e3440", | |
"statusBarBackground": "#3b4252", | |
"statusBarNoFolderBackground": "#3b4252" | |
}, | |
"layoutInfo": { | |
"sideBarSide": "left", | |
"editorPartMinWidth": 220, | |
"titleBarHeight": 0, | |
"activityBarWidth": 0, | |
"sideBarWidth": 300, | |
"statusBarHeight": 22, | |
"windowBorder": false | |
} | |
}, | |
"windowsState": { | |
"lastActiveWindow": { | |
"folder": "file:///home/ernelson/tank/tundra/pv/docs.nsk.io", | |
"backupPath": "/home/ernelson/.config/Code - OSS/Backups/d1e415e0ce4ab9643b07d5eeb7bdff07", | |
"uiState": { | |
"mode": 1, | |
"x": 3840, | |
"y": 20, | |
"width": 1920, | |
"height": 1039 | |
} | |
}, | |
"openedWindows": [] | |
} | |
} |
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
{ | |
"*": { | |
"enabled": "all", | |
"refresh": "12h", | |
"includes": [ | |
{ | |
"name": "*" | |
} | |
] | |
}, | |
"timestamp": 1686342622389 | |
} |
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
GET products_prod_v3_20221224084728/_search | |
{ | |
"query" : { | |
"bool" : { | |
"filter" : { | |
"terms" : { | |
"store_domain" : [ | |
"stashtea.com" | |
] | |
} | |
}, | |
"should" : [ | |
{ | |
"function_score" : { | |
"boost_mode" : "multiply", | |
"functions" : [ | |
{ | |
"exp" : { | |
"store_growth_score" : { | |
"decay" : 0.2, | |
"offset" : 5, | |
"origin" : 100, | |
"scale" : 40 | |
} | |
}, | |
"filter" : { | |
"exists" : { | |
"field" : "store_growth_score" | |
} | |
}, | |
"weight" : 1 | |
}, | |
{ | |
"exp" : { | |
"store_success_score" : { | |
"decay" : 0.5, | |
"offset" : 10, | |
"origin" : 55, | |
"scale" : 15 | |
} | |
}, | |
"filter" : { | |
"exists" : { | |
"field" : "store_growth_score" | |
} | |
}, | |
"weight" : 1 | |
} | |
], | |
"min_score" : 0, | |
"query" : { | |
"nested" : { | |
"inner_hits" : { | |
"size" : 1 | |
}, | |
"path" : "products", | |
"query" : { | |
"function_score" : { | |
"boost_mode" : "multiply", | |
"functions" : [ | |
{ | |
"field_value_factor" : { | |
"factor" : 4, | |
"field" : "products.push_factor", | |
"missing" : 0, | |
"modifier" : "ln2p" | |
} | |
}, | |
{ | |
"field_value_factor" : { | |
"factor" : 1, | |
"field" : "products.best_selling", | |
"missing" : 100, | |
"modifier" : "reciprocal" | |
} | |
}, | |
{ | |
"linear" : { | |
"products.created_at" : { | |
"decay" : 0.5, | |
"scale" : "360d" | |
}, | |
"products.published_at" : { | |
"decay" : 0.5, | |
"scale" : "180d" | |
}, | |
"products.scraped_at" : { | |
"decay" : 0.5, | |
"scale" : "30d" | |
} | |
} | |
} | |
], | |
"min_score" : 0, | |
"query" : { | |
"bool" : { | |
"should" : [ | |
{ | |
"match_all" : {} | |
} | |
] | |
} | |
}, | |
"score_mode" : "sum" | |
} | |
}, | |
"score_mode" : "sum" | |
} | |
}, | |
"score_mode" : "multiply" | |
} | |
} | |
] | |
} | |
} | |
} |
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
{"version":1,"resource":"file:///git/backupr/scripts/ci/deep_int_test.py","entries":[{"id":"J3km.py","timestamp":1681534606443},{"id":"yP4f.py","timestamp":1681534660886},{"id":"9jF4.py","timestamp":1681534707110},{"id":"Iihf.py","timestamp":1681534734046},{"id":"w5Nk.py","timestamp":1681534746260}]} |
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
{"version":1,"resource":"file:///git/swifty/tests/mocks.py","entries":[{"id":"Be5N.py","timestamp":1677956044247},{"id":"ezlC.py","timestamp":1677956076087}]} |
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
{"version":1,"resource":"file:///home/ernelson/tank/tundra/pv/docs.nsk.io/Tiddlywiki%20Admin.tid","entries":[{"id":"1IR3.tid","timestamp":1688056685175}]} |
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
{ | |
"ansible.python.interpreterPath": "/git/nexus/.venv/bin/python" | |
} |
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
{"version":1,"resource":"file:///git/nexus/.vscode/settings.json","entries":[{"id":"4Pw1.json","timestamp":1686342615452}]} |
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
{ | |
"ansible.python.interpreterPath": "/git/nexus/.venv/bin/python" | |
} |
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
{"version":1,"resource":"file:///git/backupr/tests/fix_dat/upload/foo.txt","entries":[{"id":"YfXu.txt","timestamp":1681013902183}]} |
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
{"version":1,"resource":"file:///git/swifty/scripts/lint.sh","entries":[{"id":"MSEe.sh","timestamp":1677977767063},{"id":"LW8t.sh","timestamp":1677977945727},{"id":"7T5h.sh","timestamp":1677978106077},{"id":"2Cr0.sh","timestamp":1677978275617}]} |
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
{"version":1,"resource":"file:///git/nexus/requirements.in","entries":[{"id":"zcbu.in","timestamp":1686335591095},{"id":"POfV.in","timestamp":1686342343505},{"id":"rQCv.in","timestamp":1686342571519}]} |
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
{"version":1,"resource":"file:///git/backupr/config/config.yaml","entries":[{"id":"5q4c.yaml","timestamp":1681697629922},{"id":"qoB9.yaml","timestamp":1681697648426},{"id":"unKC.yaml","timestamp":1681697664292}]} |
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
{"version":1,"resource":"file:///git/backupr/tests/test_b2_provider.py","entries":[{"id":"GwmN.py","timestamp":1680985693784},{"id":"tVAE.py","timestamp":1680985975410},{"id":"UhsL.py","timestamp":1680986024204},{"id":"oKIJ.py","timestamp":1680999230681},{"id":"kfSA.py","timestamp":1680999373311},{"id":"9FPZ.py","timestamp":1680999396524},{"id":"sJTj.py","timestamp":1680999974971},{"id":"vPRO.py","timestamp":1681000157007},{"id":"oH7N.py","timestamp":1681000256344},{"id":"ZyYd.py","timestamp":1681001383107},{"id":"dgkH.py","timestamp":1681001517371},{"id":"AkXK.py","timestamp":1681001537421},{"id":"zDKz.py","timestamp":1681001813957},{"id":"8Mnf.py","timestamp":1681001938207},{"id":"RKRA.py","timestamp":1681001971797},{"id":"U1p2.py","timestamp":1681003186781},{"id":"OJSC.py","timestamp":1681003722431},{"id":"EpEp.py","timestamp":1681003744437},{"id":"CBJn.py","timestamp":1681003778274},{"id":"ip9Z.py","timestamp":1681609000579},{"id":"lgbF.py","timestamp":1681609017326},{"id":"9ZSZ.py","timestamp":1681609222966},{"id":"OEl9.py","timestamp":1681610220259}]} |
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
{"version":1,"resource":"file:///git/swifty/tests/fix_dat/configs/example_config.yaml","entries":[{"id":"1qmR.yaml","timestamp":1678064289563}]} |
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
{"version":1,"resource":"file:///git/delta/delta-api/app/main.py","entries":[{"id":"lSOI.py","timestamp":1668885535504},{"id":"GoIc.py","timestamp":1668885613254},{"id":"C6Ed.py","timestamp":1668885697767},{"id":"3veY.py","timestamp":1668885717250},{"id":"sbLc.py","timestamp":1668885733790},{"id":"t11t.py","timestamp":1668885879007},{"id":"27ps.py","timestamp":1668885892547},{"id":"Zpvu.py","timestamp":1668885984940},{"id":"G16a.py","timestamp":1668887978157},{"id":"KHvN.py","timestamp":1668887997771},{"id":"McWx.py","timestamp":1668888417541},{"id":"OcK4.py","timestamp":1668888479057},{"id":"gwNk.py","timestamp":1668888552927},{"id":"SJ4w.py","timestamp":1668888581247},{"id":"yxLg.py","timestamp":1668888593327},{"id":"Rv6U.py","timestamp":1668888607131}]} |
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
{"version":1,"resource":"file:///git/nexus/bootstrap/nexus-rift/main.yml","entries":[{"id":"2skK.yml","timestamp":1686360767782},{"id":"EYwV.yml","timestamp":1686361395839}]} |
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
{"version":1,"resource":"file:///git/swifty/tests/helpers.py","entries":[{"id":"tsCa.py","timestamp":1677934552770},{"id":"35we.py","timestamp":1677935673823},{"id":"N1PI.py","timestamp":1677935713253},{"id":"ksPP.py","timestamp":1677937150120},{"id":"fZ4x.py","timestamp":1677937168700},{"id":"xs9n.py","timestamp":1677937241937},{"id":"qY8m.py","timestamp":1677937318127},{"id":"30HU.py","timestamp":1677937436390}]} |
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
{"version":1,"resource":"file:///git/backupr/docker/Dockerfile","entries":[{"id":"lKFt","timestamp":1681531137480},{"id":"HdBV","timestamp":1681531270596},{"id":"riGp","timestamp":1681531533306}]} |
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
{"version":1,"resource":"file:///git/swifty/docker/.dockerignore","entries":[{"id":"cqIm","timestamp":1677727407287},{"id":"c245","timestamp":1677727582094}]} |
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
{"version":1,"resource":"file:///git/github-actions/src/actions/reconcile-issue.ts","entries":[{"id":"rLQD.ts","timestamp":1656701564163},{"id":"L5cy.ts","timestamp":1656701578120},{"id":"kWQU.ts","timestamp":1656703637433},{"id":"aRLb.ts","timestamp":1656703807400}]} |
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
{"version":1,"resource":"file:///git/swifty/swifty/jira/client.py","entries":[{"id":"IFI8.py","timestamp":1678063195513},{"id":"lmA5.py","timestamp":1678063240470},{"id":"VMhl.py","timestamp":1678063282890},{"id":"Z8OP.py","source":"Renaming jr to json_response","timestamp":1678063314100},{"id":"EfND.py","timestamp":1678063335890},{"id":"lEtP.py","source":"Renaming startAt to start_at","timestamp":1678063347073},{"id":"CM2C.py","source":"Renaming maxResults to max_results","timestamp":1678063376337},{"id":"OEoq.py","timestamp":1678063386297},{"id":"dcK6.py","timestamp":1678063398717}]} |
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
{"version":1,"resource":"file:///git/backupr/debug.py","entries":[{"id":"fkfY.py","timestamp":1681523650813},{"id":"DXvM.py","timestamp":1681523664269},{"id":"nVIe.py","timestamp":1681523695943},{"id":"0TN2.py","timestamp":1681523735786}]} |
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
{"version":1,"resource":"file:///git/swifty/swifty/jira_webhook.py","entries":[{"id":"Jrer.py","timestamp":1677955351120},{"id":"PQLB.py","timestamp":1677955398117},{"id":"dYSg.py","timestamp":1677955577673},{"id":"HSrz.py","timestamp":1677955592680},{"id":"4hbe.py","timestamp":1677957021940},{"id":"ZFed.py","timestamp":1677957060613},{"id":"zKeH.py","timestamp":1677957112757},{"id":"xJKP.py","timestamp":1677957125583},{"id":"iBox.py","timestamp":1677957202727},{"id":"YaRy.py","timestamp":1677957932774},{"id":"IPKy.py","timestamp":1677958059320},{"id":"ZpCS.py","timestamp":1677959033297},{"id":"gvSO.py","timestamp":1677959062340},{"id":"1GwM.py","timestamp":1677959085507},{"id":"JYOq.py","timestamp":1677959422500},{"id":"NtPx.py","timestamp":1677959486227},{"id":"Rn6o.py","timestamp":1677960619504},{"id":"94qg.py","timestamp":1677960645884},{"id":"Yntp.py","timestamp":1677961131537},{"id":"TjfC.py","timestamp":1677961341840},{"id":"VncQ.py","timestamp":1677961466137},{"id":"OtzL.py","timestamp":1677961976454},{"id":"8Yyb.py","timestamp":1677962276254},{"id":"VbaX.py","timestamp":1677962342754},{"id":"XoMJ.py","timestamp":1677962392437},{"id":"X2k3.py","timestamp":1677969782284},{"id":"D3qS.py","timestamp":1677969911687},{"id":"k2vs.py","timestamp":1677969998617},{"id":"QbcZ.py","timestamp":1677970112094},{"id":"jBOm.py","timestamp":1677970526641},{"id":"9925.py","timestamp":1677970723484},{"id":"9gb5.py","timestamp":1677970930431},{"id":"sDxR.py","timestamp":1677971984124},{"id":"FiGC.py","timestamp":1677972144694},{"id":"CGPg.py","timestamp":1677972621277},{"id":"xYIe.py","timestamp":1677972680984},{"id":"Me59.py","timestamp":1678038546437},{"id":"syDz.py","timestamp":1678038581833},{"id":"qDdJ.py","timestamp":1678038624960},{"id":"bV6K.py","timestamp":1678049726794},{"id":"yZ3v.py","timestamp":1678050555537},{"id":"Npkc.py","timestamp":1678057083334},{"id":"8cB4.py","timestamp":1678057150247},{"id":"YTDu.py","timestamp":1678057260241},{"id":"WF5K.py","timestamp":1678057363221},{"id":"BOD1.py","timestamp":1678057447407},{"id":"5tt6.py","timestamp":1678060437867},{"id":"XCtl.py","timestamp":1678060508937},{"id":"4o0k.py","timestamp":1678060524577},{"id":"QJDV.py","timestamp":1678060551607}]} |
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
{"version":1,"resource":"file:///git/swifty/devutil/configs/secrets.yaml","entries":[{"id":"uHrO.yaml","timestamp":1678063907343}]} |
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
{"version":1,"resource":"file:///git/nexus/shared-roles/caddy/tasks/main.yml","entries":[{"id":"zY0l.yml","timestamp":1686361424532}]} |
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
{"version":1,"resource":"file:///git/home.lab.nelson.nexus/README.md","entries":[{"id":"eWpH.md","timestamp":1686343612142}]} |
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
{"version":1,"resource":"file:///git/backupr/docker/entrypoint.sh","entries":[{"id":"LK4z.sh","timestamp":1681529394200},{"id":"mfCi.sh","timestamp":1681529431090},{"id":"SHeK.sh","timestamp":1681529617653},{"id":"J00e.sh","timestamp":1681530545540},{"id":"FJDv.sh","timestamp":1681530592846},{"id":"YbWS.sh","timestamp":1681530857780},{"id":"0ZPV.sh","timestamp":1681530968660},{"id":"Ockm.sh","timestamp":1681532911713},{"id":"aTQ0.sh","timestamp":1681532932440}]} |
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
{"version":1,"resource":"file:///git/backupr/tests/fixtures/engine.py","entries":[{"id":"VoKD.py","timestamp":1681087492966},{"id":"x5eP.py","timestamp":1681087698416},{"id":"eEpk.py","timestamp":1681088341939},{"id":"0unT.py","timestamp":1681088439572},{"id":"lsli.py","timestamp":1681088528879},{"id":"7J4q.py","timestamp":1681088600686},{"id":"JPW3.py","timestamp":1681088819996},{"id":"wJCu.py","timestamp":1681088982866},{"id":"o91M.py","timestamp":1681089029646},{"id":"LOTL.py","timestamp":1681089043986},{"id":"t1XC.py","timestamp":1681089061866},{"id":"aQqV.py","timestamp":1681089332416},{"id":"Af9m.py","timestamp":1681089368302},{"id":"YYxK.py","timestamp":1681089438926},{"id":"fE7n.py","timestamp":1681089543079},{"id":"T1TE.py","timestamp":1681093940466},{"id":"wYeV.py","timestamp":1681093953863},{"id":"365V.py","timestamp":1681094077193},{"id":"OCxD.py","timestamp":1681094212283},{"id":"zhHw.py","timestamp":1681094243833},{"id":"5Uf1.py","timestamp":1681094271433},{"id":"TmoP.py","timestamp":1681094301719},{"id":"BTAo.py","timestamp":1681094325916},{"id":"Mvz6.py","timestamp":1681094351629},{"id":"If46.py","timestamp":1681094373683},{"id":"wgPv.py","timestamp":1681182854898},{"id":"6jXv.py","timestamp":1681182969045},{"id":"ApO0.py","timestamp":1681183005712}]} |
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
{"version":1,"resource":"file:///git/swifty/swifty/wsgi.py","entries":[{"id":"aQNQ.py","timestamp":1678045123937}]} |
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
{"version":1,"resource":"file:///git/delta/delta-ui-b/app/components/pages/ProductsPage/ProductsPage.js","entries":[{"id":"LDzk.js","timestamp":1684876595258},{"id":"HvfA.js","timestamp":1684876689004}]} |
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
{ | |
// Use IntelliSense to learn about possible attributes. | |
// Hover to view descriptions of existing attributes. | |
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"name": "Debug:pytest", | |
"type": "python", | |
"request": "launch", | |
"program": "debug.py", | |
"console": "integratedTerminal", | |
"justMyCode": true, | |
"env": { | |
// "DEEP_INTEGRATION_TEST": "true", | |
"TEST_SPEC": "tests/test_engine.py::test_clean_scratch", | |
"BACKUPR_INTEGRATION_TESTS": "true", | |
} | |
// "internalConsoleOptions": "openOnSessionStart" | |
} | |
] | |
} |
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
{ | |
// Use IntelliSense to learn about possible attributes. | |
// Hover to view descriptions of existing attributes. | |
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"name": "Debug:pytest", | |
"type": "python", | |
"request": "launch", | |
"program": "debug.py", | |
"console": "integratedTerminal", | |
"justMyCode": true, | |
"env": { | |
// "DEEP_INTEGRATION_TEST": "true", | |
"TEST_SPEC": "tests/test_engine.py::test_get_scratch_backup_list", | |
"BACKUPR_INTEGRATION_TESTS": "true", | |
} | |
// "internalConsoleOptions": "openOnSessionStart" | |
} | |
] | |
} |
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
{ | |
// Use IntelliSense to learn about possible attributes. | |
// Hover to view descriptions of existing attributes. | |
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"name": "Debug:pytest", | |
"type": "python", | |
"request": "launch", | |
"program": "debug.py", | |
"console": "integratedTerminal", | |
"justMyCode": true, | |
"env": { | |
"DEEP_INTEGRATION_TEST": "true", | |
"TEST_SPEC": "tests/test_cli.py::test_cli_run", | |
"BACKUPR_INTEGRATION_TESTS": "true", | |
} | |
// "internalConsoleOptions": "openOnSessionStart" | |
} | |
] | |
} |
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
{ | |
// Use IntelliSense to learn about possible attributes. | |
// Hover to view descriptions of existing attributes. | |
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"name": "Debug:pytest", | |
"type": "python", | |
"request": "launch", | |
"program": "debug.py", | |
"console": "integratedTerminal", | |
"justMyCode": true, | |
"env": { | |
"DEEP_INTEGRATION_TEST": true, | |
"TEST_SPEC": "tests/test_cli.py::test_cli_run", | |
"BACKUPR_INTEGRATION_TESTS": "true", | |
} | |
// "internalConsoleOptions": "openOnSessionStart" | |
} | |
] | |
} |
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
{ | |
// Use IntelliSense to learn about possible attributes. | |
// Hover to view descriptions of existing attributes. | |
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"name": "Debug:pytest", | |
"type": "python", | |
"request": "launch", | |
// "program": "debug.py", | |
"program": "scripts/ci/deep-int-tests.py", | |
"console": "integratedTerminal", | |
"justMyCode": true, | |
// "env": { | |
// "TEST_SPEC": "tests/test_cli.py::test_cli_run", | |
// "BACKUPR_INTEGRATION_TESTS": "true", | |
// } | |
// "internalConsoleOptions": "openOnSessionStart" | |
} | |
] | |
} |
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
{ | |
// Use IntelliSense to learn about possible attributes. | |
// Hover to view descriptions of existing attributes. | |
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"name": "Debug:pytest", | |
"type": "python", | |
"request": "launch", | |
"program": "debug.py", | |
"console": "integratedTerminal", | |
"justMyCode": true, | |
"env": { | |
"TEST_SPEC": "tests/test_engine.py::test_engine_run", | |
"BACKUPR_INTEGRATION_TESTS": "true", | |
} | |
// "internalConsoleOptions": "openOnSessionStart" | |
} | |
] | |
} |
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
{ | |
// Use IntelliSense to learn about possible attributes. | |
// Hover to view descriptions of existing attributes. | |
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"name": "Debug:pytest", | |
"type": "python", | |
"request": "launch", | |
"program": "debug.py", | |
"console": "integratedTerminal", | |
"justMyCode": true, | |
"env": { | |
// "DEEP_INTEGRATION_TEST": "true", | |
"TEST_SPEC": "tests/test_engine.py::test_get_initial_backup_list", | |
"BACKUPR_INTEGRATION_TESTS": "true", | |
} | |
// "internalConsoleOptions": "openOnSessionStart" | |
} | |
] | |
} |
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
{"version":1,"resource":"file:///git/backupr/.vscode/launch.json","entries":[{"id":"JxcI.json","timestamp":1680985262837},{"id":"hqQ3.json","timestamp":1680985285540},{"id":"ThBD.json","timestamp":1680985380677},{"id":"aUtW.json","timestamp":1681086161466},{"id":"JmN5.json","timestamp":1681182716828},{"id":"9FnI.json","timestamp":1681523414593},{"id":"XlAF.json","timestamp":1681523435019},{"id":"9ehY.json","timestamp":1681523763666},{"id":"7hCi.json","timestamp":1681523780369},{"id":"G7OH.json","timestamp":1681582543163},{"id":"pkJO.json","timestamp":1681583506913},{"id":"awft.json","timestamp":1681583530816},{"id":"VqQk.json","timestamp":1681585768043},{"id":"1YUi.json","timestamp":1681603926983},{"id":"3r1t.json","timestamp":1681604069766},{"id":"KgZy.json","timestamp":1681604292879},{"id":"YRBL.json","timestamp":1681604481796},{"id":"Pule.json","timestamp":1681606389136},{"id":"MCTg.json","timestamp":1681609112076},{"id":"ShJ1.json","timestamp":1681609866569},{"id":"FFIK.json","timestamp":1681609878419}]} |
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
{ | |
// Use IntelliSense to learn about possible attributes. | |
// Hover to view descriptions of existing attributes. | |
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"name": "Debug:pytest", | |
"type": "python", | |
"request": "launch", | |
"program": "debug.py", | |
"console": "integratedTerminal", | |
"justMyCode": true, | |
"env": { | |
// "DEEP_INTEGRATION_TEST": "true", | |
"TEST_SPEC": "tests/test_cli.py::test_cli_run", | |
"BACKUPR_INTEGRATION_TESTS": "true", | |
} | |
// "internalConsoleOptions": "openOnSessionStart" | |
} | |
] | |
} |
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
{ | |
// Use IntelliSense to learn about possible attributes. | |
// Hover to view descriptions of existing attributes. | |
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"name": "Debug:pytest", | |
"type": "python", | |
"request": "launch", | |
"program": "debug.py", | |
"console": "integratedTerminal", | |
"justMyCode": true, | |
"env": { | |
// "DEEP_INTEGRATION_TEST": "true", | |
"TEST_SPEC": "tests/test_engine.py::test_engine_run", | |
"BACKUPR_INTEGRATION_TESTS": "true", | |
} | |
// "internalConsoleOptions": "openOnSessionStart" | |
} | |
] | |
} |
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
{ | |
// Use IntelliSense to learn about possible attributes. | |
// Hover to view descriptions of existing attributes. | |
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"name": "Debug:pytest", | |
"type": "python", | |
"request": "launch", | |
"program": "debug.py", | |
"console": "integratedTerminal", | |
"justMyCode": true, | |
"env": { | |
"TEST_SPEC": "tests/test_b2_provider::test_b2_provider_list", | |
"BACKUPR_INTEGRATION_TESTS": "true", | |
} | |
// "internalConsoleOptions": "openOnSessionStart" | |
} | |
] | |
} |
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
{ | |
// Use IntelliSense to learn about possible attributes. | |
// Hover to view descriptions of existing attributes. | |
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"name": "Debug:pytest", | |
"type": "python", | |
"request": "launch", | |
"program": "debug.py", | |
"console": "integratedTerminal", | |
"justMyCode": true, | |
"env": { | |
"TEST_SPEC": "tests/test_cli.py::test_cli_run", | |
"BACKUPR_INTEGRATION_TESTS": "true", | |
} | |
// "internalConsoleOptions": "openOnSessionStart" | |
} | |
] | |
} |
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
{ | |
// Use IntelliSense to learn about possible attributes. | |
// Hover to view descriptions of existing attributes. | |
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"name": "Debug:pytest", | |
"type": "python", | |
"request": "launch", | |
"program": "debug.py", | |
"console": "integratedTerminal", | |
"justMyCode": true, | |
"env": { | |
"TEST_SPEC": "tests/test_b2_provider::test_b2_provider_list" | |
} | |
// "internalConsoleOptions": "openOnSessionStart" | |
} | |
] | |
} |
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
{ | |
// Use IntelliSense to learn about possible attributes. | |
// Hover to view descriptions of existing attributes. | |
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"name": "Debug:pytest", | |
"type": "python", | |
"request": "launch", | |
"program": "debug.py", | |
"console": "integratedTerminal", | |
"justMyCode": true, | |
"env": { | |
// "DEEP_INTEGRATION_TEST": "true", | |
"TEST_SPEC": "tests/test_engine.py::test_engine_run", | |
"BACKUPR_INTEGRATION_TESTS": "true", | |
} | |
// "internalConsoleOptions": "openOnSessionStart" | |
} | |
] | |
} |
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
{ | |
// Use IntelliSense to learn about possible attributes. | |
// Hover to view descriptions of existing attributes. | |
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"name": "Debug:pytest", | |
"type": "python", | |
"request": "launch", | |
"program": "debug.py", | |
"console": "integratedTerminal", | |
"justMyCode": true, | |
"env": { | |
// "DEEP_INTEGRATION_TEST": "true", | |
"TEST_SPEC": "tests/test_b2_provider.py::test_b2_provider_list", | |
"BACKUPR_INTEGRATION_TESTS": "true", | |
} | |
// "internalConsoleOptions": "openOnSessionStart" | |
} | |
] | |
} |
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
{ | |
// Use IntelliSense to learn about possible attributes. | |
// Hover to view descriptions of existing attributes. | |
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"name": "Debug:pytest", | |
"type": "python", | |
"request": "launch", | |
"program": "debug.py", | |
"console": "integratedTerminal", | |
"justMyCode": true, | |
"env": { | |
// "DEEP_INTEGRATION_TEST": "true", | |
"TEST_SPEC": "tests/test_engine.py::test_clean_scratch", | |
"BACKUPR_INTEGRATION_TESTS": "true", | |
} | |
// "internalConsoleOptions": "openOnSessionStart" | |
} | |
] | |
} |
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
{ | |
// Use IntelliSense to learn about possible attributes. | |
// Hover to view descriptions of existing attributes. | |
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"name": "Debug:pytest", | |
"type": "python", | |
"request": "launch", | |
"program": "debug.py", | |
"console": "integratedTerminal", | |
"justMyCode": true, | |
"env": { | |
// "DEEP_INTEGRATION_TEST": "true", | |
"TEST_SPEC": "tests/test_engine.py::test_clean_bucket", | |
"BACKUPR_INTEGRATION_TESTS": "true", | |
} | |
// "internalConsoleOptions": "openOnSessionStart" | |
} | |
] | |
} |
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
{ | |
// Use IntelliSense to learn about possible attributes. | |
// Hover to view descriptions of existing attributes. | |
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"name": "Debug:pytest", | |
"type": "python", | |
"request": "launch", | |
"program": "debug.py", | |
"console": "integratedTerminal", | |
"justMyCode": true, | |
"env": { | |
// "DEEP_INTEGRATION_TEST": "true", | |
"TEST_SPEC": "tests/test_ci.py::test_cli_run", | |
"BACKUPR_INTEGRATION_TESTS": "true", | |
} | |
// "internalConsoleOptions": "openOnSessionStart" | |
} | |
] | |
} |
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
{ | |
// Use IntelliSense to learn about possible attributes. | |
// Hover to view descriptions of existing attributes. | |
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"name": "Debug:pytest", | |
"type": "python", | |
"request": "launch", | |
"program": "debug.py", | |
"console": "integratedTerminal", | |
"justMyCode": true, | |
"env": { | |
"TEST_SPEC": "tests/test_b2_provider.py::test_b2_provider_list", | |
"BACKUPR_INTEGRATION_TESTS": "true", | |
} | |
// "internalConsoleOptions": "openOnSessionStart" | |
} | |
] | |
} |
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
{ | |
// Use IntelliSense to learn about possible attributes. | |
// Hover to view descriptions of existing attributes. | |
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"name": "Debug:pytest", | |
"type": "python", | |
"request": "launch", | |
"program": "debug.py", | |
"console": "integratedTerminal", | |
"justMyCode": true, | |
"env": { | |
// "DEEP_INTEGRATION_TEST": "true", | |
"TEST_SPEC": "tests/test_engine.py::test_get_scratch_backup_list", | |
"BACKUPR_INTEGRATION_TESTS": "true", | |
} | |
// "internalConsoleOptions": "openOnSessionStart" | |
} | |
] | |
} |
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
{ | |
// Use IntelliSense to learn about possible attributes. | |
// Hover to view descriptions of existing attributes. | |
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"name": "Debug:pytest", | |
"type": "python", | |
"request": "launch", | |
// "program": "debug.py", | |
"program": "scripts/ci/deep-int-test.py", | |
"console": "integratedTerminal", | |
"justMyCode": true, | |
// "env": { | |
// "TEST_SPEC": "tests/test_cli.py::test_cli_run", | |
// "BACKUPR_INTEGRATION_TESTS": "true", | |
// } | |
// "internalConsoleOptions": "openOnSessionStart" | |
} | |
] | |
} |
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
{ | |
// Use IntelliSense to learn about possible attributes. | |
// Hover to view descriptions of existing attributes. | |
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"name": "Debug:pytest", | |
"type": "python", | |
"request": "launch", | |
"program": "debug.py", | |
"console": "integratedTerminal", | |
"justMyCode": true, | |
"env": { | |
// "DEEP_INTEGRATION_TEST": "true", | |
"TEST_SPEC": "tests/test_engine.py::test_get_scratch_backup_list", | |
"BACKUPR_INTEGRATION_TESTS": "true", | |
} | |
// "internalConsoleOptions": "openOnSessionStart" | |
} | |
] | |
} |
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
{"version":1,"resource":"file:///git/swifty/swifty/reports/sprint.py","entries":[{"id":"puiL.py","timestamp":1678157577967},{"id":"NLr7.py","timestamp":1678157600414},{"id":"p90u.py","timestamp":1678157643574},{"id":"zxod.py","timestamp":1678157685174},{"id":"k6hh.py","timestamp":1678157721454},{"id":"yQ2O.py","timestamp":1678157826267},{"id":"MC43.py","timestamp":1678157902400},{"id":"eqlC.py","timestamp":1678157924914},{"id":"9pj7.py","timestamp":1678158037657},{"id":"idJc.py","timestamp":1678158153717},{"id":"mEcv.py","timestamp":1678158173154},{"id":"4x9p.py","timestamp":1678158184887},{"id":"fbY5.py","timestamp":1678158395664},{"id":"kL8E.py","timestamp":1678158454871},{"id":"OaHb.py","timestamp":1678158601644},{"id":"MHGR.py","timestamp":1678158665947},{"id":"QOph.py","timestamp":1678158755874},{"id":"Vcz0.py","timestamp":1678159042527},{"id":"AEwg.py","timestamp":1678159209614},{"id":"ZQnb.py","timestamp":1678159290424},{"id":"T0S9.py","timestamp":1678160296627},{"id":"bKuH.py","timestamp":1678160545814},{"id":"gCfp.py","timestamp":1678160588157},{"id":"y4B4.py","timestamp":1678160602404},{"id":"8wRQ.py","timestamp":1678160842481},{"id":"V9sC.py","timestamp":1678160867967},{"id":"Gqt9.py","timestamp":1678160946594},{"id":"4SSx.py","timestamp":1678161569061},{"id":"MeTE.py","timestamp":1678161703837},{"id":"msUO.py","timestamp":1678161796514},{"id":"ZSz4.py","timestamp":1678161954347},{"id":"vQKM.py","timestamp":1678161976581},{"id":"kPC4.py","timestamp":1678162041627},{"id":"5915.py","timestamp":1678162164357},{"id":"pBfm.py","timestamp":1678162325144},{"id":"wGvh.py","timestamp":1678162346801},{"id":"XLsC.py","timestamp":1678162405711},{"id":"qyCO.py","timestamp":1678162446027},{"id":"REyO.py","timestamp":1678162481284},{"id":"VnEZ.py","timestamp":1678162514284},{"id":"HMx6.py","timestamp":1678162581817},{"id":"G4Tk.py","timestamp":1678163322427},{"id":"VM6e.py","timestamp":1678163338814},{"id":"XdlR.py","timestamp":1678163369334},{"id":"342C.py","timestamp":1678163623734},{"id":"bboB.py","timestamp":1678163867171},{"id":"eWM0.py","timestamp":1678164203311},{"id":"GfVT.py","timestamp":1678164278344},{"id":"B8AV.py","timestamp":1678164307121},{"id":"G1pf.py","timestamp":1678164345321}]} |
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
{"version":1,"resource":"file:///home/ernelson/tank/tundra/pv/docs.nsk.io/Unifi%20Controller.tid","entries":[{"id":"jldF.tid","timestamp":1688059057428}]} |
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
{"version":1,"resource":"file:///git/swifty-manifests/manifests/externalsecret.yaml","entries":[{"id":"7KsV.yaml","timestamp":1677813539877},{"id":"lGOR.yaml","timestamp":1677813802783},{"id":"PrGe.yaml","timestamp":1677814389033}]} |
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
{"version":1,"resource":"file:///git/home.lab.nelson.nexus/caddy.md","entries":[{"id":"yZyM.md","timestamp":1686343779505},{"id":"2nqO.md","timestamp":1686343989562},{"id":"8xh8.md","timestamp":1686344260952},{"id":"JRce.md","timestamp":1686344309292},{"id":"nT4V.md","timestamp":1686344398422}]} |
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
{"version":1,"resource":"file:///git/swifty/swifty/opsgenie_client.py","entries":[{"id":"IK8Z.py","timestamp":1678061885197}]} |
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
{"version":1,"resource":"file:///git/swifty/swifty/config.py","entries":[{"id":"O4Y0.py","timestamp":1677986892558},{"id":"5mkz.py","timestamp":1677987008441},{"id":"agDl.py","timestamp":1677987363668},{"id":"IEmR.py","timestamp":1677987388411},{"id":"zzlh.py","timestamp":1677987433975},{"id":"uhlE.py","timestamp":1677987546998},{"id":"rLj4.py","timestamp":1677987648315},{"id":"ljCc.py","timestamp":1677987807151},{"id":"3ZE2.py","timestamp":1677988239461},{"id":"aO26.py","timestamp":1677988373854},{"id":"955U.py","timestamp":1678062064437},{"id":"nXfn.py","timestamp":1678063536647},{"id":"fmW7.py","timestamp":1678063562770},{"id":"k7Lm.py","timestamp":1678063654770},{"id":"lXs1.py","timestamp":1678064237883},{"id":"DekH.py","timestamp":1678064324793}]} |
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
{"version":1,"resource":"file:///git/backupr/backupr/encrypter.py","entries":[{"id":"oRKI.py","timestamp":1681582020913},{"id":"9kpC.py","timestamp":1681583351246}]} |
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
{"version":1,"resource":"file:///git/swifty/devutil/configs/example_secrets.yaml","entries":[{"id":"A7aP.yaml","timestamp":1678063585723},{"id":"7JZb.yaml","timestamp":1678063599240}]} |
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
{"version":1,"resource":"file:///git/home.lab.nelson.nexus/unifi-controller.md","entries":[{"id":"4lhn.md","timestamp":1686418510044},{"id":"1q4w.md","timestamp":1686418546981},{"id":"AEPl.md","timestamp":1686422347691},{"id":"X1sW.md","timestamp":1686422404097},{"id":"qbCu.md","timestamp":1686422431847},{"id":"LTHy.md","timestamp":1686422640871},{"id":"pUm2.md","timestamp":1686422937301},{"id":"R05Z.md","timestamp":1686423003267},{"id":"F9jB.md","timestamp":1686423118564}]} |
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
{"version":1,"resource":"file:///git/swifty/docker/Dockerfile-verify","entries":[{"id":"knC6","timestamp":1677975627537},{"id":"WnWW","timestamp":1677977962623},{"id":"5DZW","timestamp":1677978255597},{"id":"Cza2","timestamp":1677978387287}]} |
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
{ | |
"admin": { | |
"remote": { | |
"listen": "0.0.0.0:2019" | |
} | |
}, | |
"apps": { | |
"http": { | |
"servers": { | |
"example": { | |
"listen": ["0.0.0.0:2015"], | |
"routes": [ | |
{ | |
"handle": [{ | |
"handler": "static_response", | |
"body": "Hello, world!" | |
}] | |
} | |
] | |
} | |
} | |
} | |
} | |
} |
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
{"version":1,"resource":"file:///git/nexus-sbx/caddy/caddy.json","entries":[{"id":"VMxw.json","timestamp":1686344622685},{"id":"LaDf.json","timestamp":1686344654482},{"id":"FTk7.json","timestamp":1686344695729},{"id":"6eBB.json","timestamp":1686344809679}]} |
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
{ | |
"apps": { | |
"http": { | |
"servers": { | |
"example": { | |
"listen": ["0.0.0.0:2015"], | |
"routes": [ | |
{ | |
"handle": [{ | |
"handler": "static_response", | |
"body": "Hello, world!" | |
}] | |
} | |
] | |
} | |
} | |
} | |
} | |
} |
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
{ | |
"admin": { | |
"remote": { | |
"listen": "0.0.0.0:2019" | |
} | |
}, | |
"apps": { | |
"http": { | |
"servers": { | |
"example": { | |
"listen": ["0.0.0.0:2015"], | |
"routes": [ | |
{ | |
"handle": [{ | |
"handler": "static_response", | |
"body": "Hello, world!" | |
}] | |
} | |
] | |
} | |
} | |
} | |
} | |
} |
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
{ | |
"admin": { | |
"remote": { | |
"listen": ["0.0.0.0:2019"] | |
} | |
}, | |
"apps": { | |
"http": { | |
"servers": { | |
"example": { | |
"listen": ["0.0.0.0:2015"], | |
"routes": [ | |
{ | |
"handle": [{ | |
"handler": "static_response", | |
"body": "Hello, world!" | |
}] | |
} | |
] | |
} | |
} | |
} | |
} | |
} |
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
{"version":1,"resource":"file:///git/synology-docker-poc/docker/entrypoint.sh","entries":[{"id":"CVAv.sh","timestamp":1682475515294}]} |
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
{"version":1,"resource":"file:///git/delta/delta-ui-b/app/components/pages/SellersPage/SellersPage.js","entries":[{"id":"r7iM.js","timestamp":1684876687764}]} |
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
{"version":1,"resource":"file:///git/backupr/tests/fix_dat/upload/hello.txt","entries":[{"id":"vmRK.txt","timestamp":1681013892423}]} |
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
{"version":1,"resource":"file:///git/swifty/swifty/jira/queries.py","entries":[{"id":"yzAF.py","timestamp":1678074709497},{"id":"XEzc.py","timestamp":1678075116563},{"id":"3OX0.py","timestamp":1678146278190},{"id":"SRMW.py","timestamp":1678146342607},{"id":"YqPl.py","timestamp":1678147432430},{"id":"p383.py","timestamp":1678149000480},{"id":"4iQu.py","timestamp":1678149034030},{"id":"4wzO.py","timestamp":1678151634557}]} |
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
{"version":1,"resource":"file:///home/ernelson/tank/tundra/pv/docs.nsk.io/tiddlers/Tiddlywiki%20Admin.tid","entries":[{"id":"vvpo.tid","timestamp":1688052197088}]} |
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
{"version":1,"resource":"file:///git/home.lab.nelson.nexus/certs.md","entries":[{"id":"F28H.md","timestamp":1686420314344},{"id":"9Vwz.md","timestamp":1686420378544},{"id":"fJI1.md","timestamp":1686420542167},{"id":"WBaB.md","timestamp":1686420621791},{"id":"UoFe.md","timestamp":1686420642134},{"id":"xyaK.md","timestamp":1686420709424},{"id":"puPW.md","timestamp":1686420736994},{"id":"T0sR.md","timestamp":1686420758634},{"id":"cyx9.md","timestamp":1686420781707},{"id":"dZEI.md","timestamp":1686420985224},{"id":"W0Mi.md","timestamp":1686421141894},{"id":"bsS5.md","timestamp":1686421173967},{"id":"2PHt.md","timestamp":1686421942311},{"id":"rraT.md","timestamp":1686422063881},{"id":"Wl9s.md","timestamp":1686422168981}]} |
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
{"version":1,"resource":"file:///git/swifty/docker/Dockerfile","entries":[{"id":"J4j2","timestamp":1677727432174},{"id":"4V8g","timestamp":1677729124964},{"id":"p0Da","timestamp":1677729253694},{"id":"wlVH","timestamp":1677729268621},{"id":"Y4LH","timestamp":1677729395217},{"id":"UaWx","timestamp":1677729411114},{"id":"Ex65","timestamp":1677729442984},{"id":"0ERf","timestamp":1677729471131},{"id":"HEfH","timestamp":1677729498131},{"id":"yPeT","timestamp":1677730092351}]} |
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
{"version":1,"resource":"file:///git/nexus/README.md","entries":[{"id":"yidC.md","timestamp":1686357243893}]} |
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
{"version":1,"resource":"file:///git/swifty/README.md","entries":[{"id":"jbWW.md","timestamp":1678037505073},{"id":"27GO.md","timestamp":1678037558857},{"id":"ZW7A.md","timestamp":1678037573977}]} |
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
{"version":1,"resource":"file:///git/synology-docker-poc/sdp/shared.py","entries":[{"id":"874d.py","timestamp":1682554755565},{"id":"3ffd.py","timestamp":1682554919980},{"id":"Yz3B.py","timestamp":1682556649515}]} |
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
{"version":1,"resource":"file:///git/swifty/tests/test_swifty_util.py","entries":[{"id":"lwnp.py","timestamp":1677970378217},{"id":"nFcR.py","timestamp":1677970423251},{"id":"GMzT.py","timestamp":1677972425371}]} |
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
{"version":1,"resource":"file:///git/nexus/bootstrap/README.md","entries":[{"id":"lK3a.md","timestamp":1686332372522},{"id":"64S6.md","source":"renamed.source","timestamp":1686333137219},{"id":"Gxkc.md","timestamp":1686338984965},{"id":"TYPe.md","timestamp":1686339452672},{"id":"nQdl.md","timestamp":1686339862539},{"id":"ffPV.md","timestamp":1686339939785}]} |
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
{"version":1,"resource":"file:///git/delta/scripts/build_run_amz_api.sh","entries":[{"id":"mKTC.sh","timestamp":1666567688323},{"id":"li8I.sh","timestamp":1666567729480},{"id":"xbBI.sh","timestamp":1666567790400},{"id":"lcAM.sh","timestamp":1666567808770},{"id":"pEQv.sh","timestamp":1666567837423}]} |
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
{"version":1,"resource":"file:///git/nexus/private/README.md","entries":[{"id":"4Xf7.md","timestamp":1686332971855},{"id":"Q5WO.md","timestamp":1686333067325}]} |
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
{"version":1,"resource":"file:///git/github-actions/src/jira.ts","entries":[{"id":"dBji.ts","timestamp":1656716544720},{"id":"su5u.ts","timestamp":1656716599620},{"id":"S0Qv.ts","timestamp":1656716766873},{"id":"z3Wi.ts","timestamp":1656716884150},{"id":"HXJd.ts","timestamp":1656717004867},{"id":"nSl0.ts","timestamp":1656717335917},{"id":"elNT.ts","timestamp":1656717360493},{"id":"FJvn.ts","timestamp":1656717405183},{"id":"OA55.ts","timestamp":1656795683138},{"id":"zOcZ.ts","timestamp":1656795709618},{"id":"BmhO.ts","timestamp":1656795724468},{"id":"Lydl.ts","timestamp":1656796191075},{"id":"rD79.ts","timestamp":1656796347185},{"id":"jnrR.ts","timestamp":1656797186851},{"id":"h08V.ts","timestamp":1656797221648},{"id":"PP8j.ts","timestamp":1656797360658},{"id":"BScq.ts","timestamp":1656797501504},{"id":"r3Bb.ts","timestamp":1656797515251},{"id":"K2q7.ts","timestamp":1656797695548},{"id":"BIKA.ts","timestamp":1656807539257},{"id":"karo.ts","timestamp":1656807562960},{"id":"h8Ph.ts","timestamp":1656807862294},{"id":"NeWD.ts","timestamp":1656807907080},{"id":"uck4.ts","timestamp":1656808098640},{"id":"Vc3j.ts","timestamp":1656808277527},{"id":"ftJB.ts","timestamp":1656808400510},{"id":"rqs4.ts","timestamp":1656808780614},{"id":"X25n.ts","timestamp":1656808906624},{"id":"KJg1.ts","timestamp":1656809732150},{"id":"S4c6.ts","timestamp":1656809787360},{"id":"CIf0.ts","timestamp":1656810268890},{"id":"7cOZ.ts","timestamp":1656810365757},{"id":"bM41.ts","timestamp":1656810551037},{"id":"tWru.ts","timestamp":1656811672244},{"id":"MDfy.ts","timestamp":1656812236647},{"id":"KysV.ts","timestamp":1656812934773},{"id":"dCn4.ts","timestamp":1656813046077},{"id":"uakp.ts","timestamp":1656813241340},{"id":"fiLs.ts","timestamp":1656813278320},{"id":"lfpJ.ts","timestamp":1656813408520},{"id":"TXBE.ts","timestamp":1656813532647},{"id":"AyKm.ts","timestamp":1656813629090},{"id":"uEnA.ts","timestamp":1656813720477},{"id":"4IIf.ts","timestamp":1656815260043},{"id":"izly.ts","timestamp":1656815284483},{"id":"NZsm.ts","timestamp":1656815313293},{"id":"Jmoj.ts","timestamp":1656815339067},{"id":"Q1jD.ts","timestamp":1656815403830},{"id":"cnc8.ts","timestamp":1656816821463},{"id":"BhlB.ts","timestamp":1656818824873}]} |
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
{"version":1,"resource":"file:///git/backupr/test.py","entries":[{"id":"mgsX.py","timestamp":1681573327166},{"id":"XZvT.py","timestamp":1681573981319}]} |
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
{"version":1,"resource":"file:///git/delta/config/script_config.sh","entries":[{"id":"Acuo.sh","timestamp":1666567759977}]} |
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
{"version":1,"resource":"file:///home/ernelson/.config/Code%20-%20OSS/Workspaces/1677984999461/workspace.json","entries":[{"id":"QZ6L.json","timestamp":1677984999178}]} |
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
{ | |
"folders": [ | |
{ | |
"name": "swifty", | |
"path": "/git/swifty" | |
} | |
], | |
"settings": {} | |
} |
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
{"version":1,"resource":"file:///git/swifty/docker/Dockerfile-slim","entries":[{"id":"ZCKM","timestamp":1677975124240},{"id":"gb5E","timestamp":1678045268540}]} |
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
{"version":1,"resource":"file:///home/ernelson/tank/tundra/pv/docs.nsk.io/Ansible%20Tricks.tid","entries":[{"id":"xWxA.tid","timestamp":1688056631798}]} |
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
{"version":1,"resource":"file:///git/swifty/tests/fix_dat/config/example_config.yaml","entries":[{"id":"6GFd.yaml","timestamp":1677987932174}]} |
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
{"version":1,"resource":"file:///git/nexus.config/.vscode/settings.json","entries":[{"id":"YvIZ.json","timestamp":1686357146592}]} |
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
{ | |
"ansible.python.interpreterPath": "/home/ernelson/.pyenv/versions/3.11.1/bin/python" | |
} |
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
{"version":1,"resource":"file:///git/swifty/todo.txt","entries":[{"id":"xjwV.txt","timestamp":1677993230430},{"id":"LPuI.txt","timestamp":1677993258107}]} |
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
{"version":1,"resource":"file:///git/github-actions/reconcile-issue/action.yml","entries":[{"id":"9Cso.yml","timestamp":1658250567670}]} |
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
{"version":1,"resource":"file:///git/github-actions/src/dat/desired-watchers.json","entries":[{"id":"yXqs.json","timestamp":1656814651473},{"id":"qkwj.json","timestamp":1656817545837},{"id":"sxoV.json","source":"renamed.source","timestamp":1656817682529},{"id":"tsVz.json","timestamp":1656817825470}]} |
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
[ | |
"[email protected]", | |
"[email protected]" | |
] |
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
[ | |
"[email protected]", | |
"[email protected]" | |
] |
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
[ | |
"[email protected]" | |
] |
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
[ | |
"[email protected]" | |
] |
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
{"version":1,"resource":"file:///git/swifty/docker/entrypoint.sh","entries":[{"id":"Fdf0.sh","timestamp":1677729572707},{"id":"6ugL.sh","timestamp":1677730296161},{"id":"SoH4.sh","timestamp":1677730379741},{"id":"w5JQ.sh","timestamp":1678042864294},{"id":"yBHd.sh","timestamp":1678043613097},{"id":"BTZf.sh","timestamp":1678045313924},{"id":"akcm.sh","timestamp":1678045474414},{"id":"36FE.sh","timestamp":1678046241864},{"id":"0loy.sh","timestamp":1678046274767},{"id":"x9gs.sh","timestamp":1678046392497},{"id":"eCmd.sh","timestamp":1678046756947}]} |
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
{"version":1,"resource":"file:///git/swifty/.vscode/tasks.json","entries":[{"id":"EtIJ.json","timestamp":1677991944810},{"id":"u8vC.json","timestamp":1677992012840}]} |
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
{ | |
// See https://go.microsoft.com/fwlink/?LinkId=733558 | |
// for the documentation about the tasks.json format | |
"version": "2.0.0", | |
"tasks": [ | |
{ | |
"label": "Run linter", | |
"type": "shell", | |
"command": "./scripts/lint.sh", | |
"group": "test", | |
"presentation": { | |
"reveal": "always", | |
"panel": "new" | |
} | |
}, | |
] | |
} |
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
{ | |
// See https://go.microsoft.com/fwlink/?LinkId=733558 | |
// for the documentation about the tasks.json format | |
"version": "2.0.0", | |
"tasks": [ | |
{ | |
"label": "Run linter", | |
"type": "shell", | |
"command": "./scripts/lint.sh", | |
"group": { | |
"kind": "build", | |
"isDefault": true | |
}, | |
"presentation": { | |
"reveal": "always", | |
"panel": "new" | |
}, | |
"problemMatcher": [] | |
} | |
] | |
} |
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
{"version":1,"resource":"file:///git/backupr/todo.txt","entries":[{"id":"98MU.txt","timestamp":1680986451594},{"id":"hei4.txt","timestamp":1681183104875},{"id":"Y1Yc.txt","timestamp":1681183284645},{"id":"Xi84.txt","timestamp":1681187960638},{"id":"3ZJH.txt","timestamp":1681188089211},{"id":"eVoj.txt","timestamp":1681586111043},{"id":"ltOy.txt","timestamp":1681602863156},{"id":"WCeU.txt","timestamp":1681605105893},{"id":"jYFR.txt","timestamp":1681605170683}]} |
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
{"version":1,"resource":"file:///git/nexus-sbx/caddy/Caddyfile","entries":[{"id":"s9NI","timestamp":1686345207195},{"id":"0gfY","timestamp":1686345919818},{"id":"ui1Q","timestamp":1686345974992},{"id":"X0me","timestamp":1686346187255},{"id":"hgwp","timestamp":1686346198648},{"id":"euWq","timestamp":1686346213408},{"id":"8otU","timestamp":1686346276758}]} |
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
{"version":1,"resource":"file:///git/backupr/tests/test_deep_integration.py","entries":[{"id":"c2qX.py","timestamp":1681567369179},{"id":"waXD.py","timestamp":1681579442703},{"id":"X0aE.py","timestamp":1681583506913}]} |
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
{"version":1,"resource":"file:///git/delta/Vagrantfile","entries":[{"id":"Hzyr","timestamp":1666566610260}]} |
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
{"version":1,"resource":"file:///git/swifty/swifty/__init__.py","entries":[{"id":"c6LY.py","timestamp":1677290090690},{"id":"62hQ.py","timestamp":1677290136000},{"id":"wFcn.py","timestamp":1677290229550},{"id":"W4hH.py","timestamp":1677290255697},{"id":"EaB5.py","timestamp":1677290283417},{"id":"RuPU.py","timestamp":1677290321597},{"id":"2nMP.py","timestamp":1677290338230},{"id":"FnE8.py","timestamp":1677290833740},{"id":"w3qH.py","timestamp":1677290920244},{"id":"n4P9.py","timestamp":1677291045847},{"id":"pa98.py","timestamp":1677291172814},{"id":"Jg2b.py","timestamp":1677291363100},{"id":"ZJck.py","timestamp":1677291794070},{"id":"DMSA.py","timestamp":1677291808207},{"id":"ODyw.py","timestamp":1677291840784},{"id":"HU9Z.py","timestamp":1677293076494},{"id":"pjqh.py","timestamp":1677715354553},{"id":"Kdrq.py","timestamp":1677715369233},{"id":"cvzY.py","timestamp":1677715429893},{"id":"0vFz.py","timestamp":1677728986257},{"id":"klNJ.py","timestamp":1677813810110},{"id":"iEIG.py","timestamp":1677905173453},{"id":"Xy2Z.py","timestamp":1677936615843},{"id":"k9CD.py","timestamp":1677939379950},{"id":"eQvl.py","timestamp":1677939437377},{"id":"3hrE.py","timestamp":1677939757454},{"id":"xwhJ.py","timestamp":1677939768984},{"id":"vQYL.py","timestamp":1677947385717},{"id":"QMdN.py","timestamp":1677947453524},{"id":"uHVm.py","timestamp":1677948219907},{"id":"kMyL.py","timestamp":1677957911567}]} |
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
{"version":1,"resource":"file:///git/swifty/scripts/test.sh","entries":[{"id":"w8ra.sh","timestamp":1677977780030},{"id":"X991.sh","timestamp":1677977940430},{"id":"9eSi.sh","timestamp":1677978599477}]} |
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
{"version":1,"resource":"file:///git/backupr/backupr/engine.py","entries":[{"id":"dOeZ.py","timestamp":1681092691413},{"id":"Nuxp.py","timestamp":1681092964369},{"id":"oJfF.py","timestamp":1681093008449},{"id":"wNOu.py","timestamp":1681093081269},{"id":"VWet.py","timestamp":1681093113429},{"id":"hWwr.py","timestamp":1681093144746},{"id":"vOfi.py","timestamp":1681093288663},{"id":"EZQu.py","timestamp":1681093319386},{"id":"cLtE.py","timestamp":1681093366886},{"id":"0GGO.py","timestamp":1681187280215},{"id":"1ne9.py","timestamp":1681580672916},{"id":"gP50.py","timestamp":1681580929196},{"id":"Bffe.py","timestamp":1681582406219},{"id":"oFmf.py","timestamp":1681583267143},{"id":"zUlf.py","timestamp":1681583920396},{"id":"9cdL.py","timestamp":1681584088203},{"id":"sE71.py","timestamp":1681584147103},{"id":"VYEf.py","timestamp":1681584324939},{"id":"gvNz.py","timestamp":1681584342789},{"id":"OAsJ.py","timestamp":1681584376753},{"id":"HOcz.py","timestamp":1681585368609},{"id":"IRpP.py","timestamp":1681585390379},{"id":"zJPa.py","timestamp":1681585453323},{"id":"rWFl.py","timestamp":1681585468433},{"id":"HDkx.py","timestamp":1681585498683},{"id":"GrJ9.py","timestamp":1681585542483},{"id":"TxBB.py","timestamp":1681603523713},{"id":"mYBt.py","timestamp":1681603542043},{"id":"WKyM.py","timestamp":1681604254376},{"id":"Ll6K.py","timestamp":1681604277553},{"id":"aSUR.py","timestamp":1681604401986},{"id":"AxCh.py","timestamp":1681605229016},{"id":"cCrz.py","timestamp":1681605482626},{"id":"Uypw.py","timestamp":1681605953516},{"id":"rVcA.py","timestamp":1681606359016},{"id":"9JIT.py","timestamp":1681607047346},{"id":"3d8r.py","timestamp":1681607093769},{"id":"5mcX.py","timestamp":1681607169513},{"id":"Bqly.py","timestamp":1681607602533},{"id":"K4I0.py","timestamp":1681607624569},{"id":"r1Nr.py","timestamp":1681607710726},{"id":"BjMz.py","timestamp":1681607726339},{"id":"kVlC.py","timestamp":1681607814876},{"id":"O8HP.py","timestamp":1681607874799},{"id":"Y0mu.py","timestamp":1681607914213},{"id":"TOrE.py","timestamp":1681607942603},{"id":"5vhl.py","timestamp":1681607980319},{"id":"D0IO.py","timestamp":1681608680723},{"id":"uvW6.py","timestamp":1681609505373},{"id":"vHly.py","timestamp":1681610017199}]} |
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
{"version":1,"resource":"file:///git/swifty/devutil/configs/config.yaml","entries":[{"id":"YqKz.yaml","timestamp":1678064270370}]} |
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
{"version":1,"resource":"file:///git/backupr/backupr/cli.py","entries":[{"id":"iGAN.py","timestamp":1681020775603},{"id":"C2mq.py","timestamp":1681020808636},{"id":"X07P.py","timestamp":1681020819406},{"id":"YuhM.py","timestamp":1681086776286},{"id":"2zAt.py","timestamp":1681176614855},{"id":"xNSI.py","timestamp":1681176633332},{"id":"PNgq.py","timestamp":1681176732648},{"id":"f2ng.py","timestamp":1681176878365},{"id":"Zo4R.py","timestamp":1681176902045},{"id":"WYhw.py","timestamp":1681179176368},{"id":"WmXZ.py","timestamp":1681179370885},{"id":"Z9NW.py","timestamp":1681179398592},{"id":"YsdU.py","timestamp":1681179456872},{"id":"Q8BZ.py","timestamp":1681179614028},{"id":"9EFm.py","timestamp":1681179626285},{"id":"EtUf.py","timestamp":1681179970038},{"id":"Whck.py","timestamp":1681180632962},{"id":"WwQn.py","timestamp":1681180666765},{"id":"rxjJ.py","timestamp":1681180678505},{"id":"kMto.py","timestamp":1681180836622},{"id":"ZXwv.py","timestamp":1681181036908},{"id":"JE9C.py","timestamp":1681181581465},{"id":"LUNm.py","timestamp":1681181851065},{"id":"hfhD.py","timestamp":1681181885095},{"id":"Aqnb.py","timestamp":1681182165658},{"id":"ZmzF.py","timestamp":1681182208765},{"id":"LWwU.py","timestamp":1681182348568},{"id":"luTh.py","timestamp":1681183588675},{"id":"5anq.py","timestamp":1681183908228},{"id":"Zuwp.py","timestamp":1681183979055},{"id":"21zR.py","timestamp":1681184098765},{"id":"8MhB.py","timestamp":1681184116805},{"id":"pC1D.py","timestamp":1681184739958},{"id":"w2we.py","timestamp":1681184839475},{"id":"AxYM.py","timestamp":1681697240345},{"id":"9ug5.py","timestamp":1681697258252},{"id":"5p1o.py","timestamp":1681697346613},{"id":"Fpud.py","timestamp":1681697458397},{"id":"pCKT.py","timestamp":1681697534098},{"id":"DvQ6.py","timestamp":1681697699663},{"id":"Zfqa.py","timestamp":1681697721836},{"id":"4dWd.py","timestamp":1681697905058},{"id":"A9s0.py","timestamp":1681698217115}]} |
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
{"version":1,"resource":"file:///git/backupr/tests/fixtures/b2.py","entries":[{"id":"U2Lh.py","timestamp":1680999348647},{"id":"8MIs.py","source":"renamed.source","timestamp":1680999362934},{"id":"kU4s.py","timestamp":1680999490741},{"id":"LXIB.py","timestamp":1680999663814},{"id":"shEw.py","timestamp":1680999767361},{"id":"OiW9.py","timestamp":1680999824847},{"id":"8A7D.py","timestamp":1680999840234},{"id":"O1UZ.py","timestamp":1680999891711},{"id":"pQy3.py","timestamp":1680999955004},{"id":"2ZJ5.py","timestamp":1680999969251},{"id":"k9Fl.py","source":"moved.source","timestamp":1681000081731},{"id":"VK08.py","source":"renamed.source","timestamp":1681000087753},{"id":"PmrJ.py","timestamp":1681000204154},{"id":"jS8p.py","timestamp":1681000255951},{"id":"gAnl.py","timestamp":1681000413911},{"id":"TEYk.py","timestamp":1681000613467},{"id":"Scvj.py","timestamp":1681000793547},{"id":"8ur6.py","timestamp":1681000940461},{"id":"Up2W.py","timestamp":1681001168597},{"id":"hui6.py","timestamp":1681001219607},{"id":"XgVt.py","timestamp":1681001364781},{"id":"ajah.py","timestamp":1681001557791},{"id":"0oUo.py","timestamp":1681001785924},{"id":"dVXi.py","timestamp":1681001817874},{"id":"9Cwl.py","timestamp":1681002328171},{"id":"TMz1.py","timestamp":1681002361234},{"id":"8n0n.py","timestamp":1681002411817},{"id":"VHjy.py","timestamp":1681002495897},{"id":"PT7k.py","timestamp":1681002624347},{"id":"KlkE.py","timestamp":1681003281414},{"id":"kzoj.py","timestamp":1681014185776},{"id":"0ugm.py","timestamp":1681014210836},{"id":"sQnM.py","timestamp":1681014283496},{"id":"KCvU.py","timestamp":1681086695136},{"id":"1RxV.py","timestamp":1681086745652},{"id":"4NUC.py","timestamp":1681089176439},{"id":"f1Ir.py","timestamp":1681093991933},{"id":"zWpE.py","timestamp":1681094005209},{"id":"g5SF.py","timestamp":1681094056073},{"id":"l16t.py","timestamp":1681094369673},{"id":"C0hQ.py","timestamp":1681094429803},{"id":"EHCv.py","timestamp":1681094463159},{"id":"bJA8.py","timestamp":1681609093956},{"id":"SjGA.py","timestamp":1681609234319}]} |
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
{"version":1,"resource":"file:///git/delta/docker/amz_api/Dockerfile","entries":[{"id":"bB0a","timestamp":1666568030487},{"id":"OtfX","timestamp":1666568334383},{"id":"gAW2","timestamp":1666568356870},{"id":"vvad","timestamp":1666568509123},{"id":"2uL6","timestamp":1666568648030},{"id":"viIA","timestamp":1666568764757},{"id":"DKyg","timestamp":1666568797577},{"id":"g81G","timestamp":1666568812130},{"id":"7sD9","timestamp":1666568967903}]} |
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
{"version":1,"resource":"file:///git/swifty/swifty/cli.py","entries":[{"id":"QdYc.py","timestamp":1678145063127},{"id":"LE0x.py","timestamp":1678145114307},{"id":"mh6V.py","timestamp":1678145210330},{"id":"RTYY.py","timestamp":1678145379980},{"id":"dpIy.py","timestamp":1678145396233},{"id":"AQTT.py","timestamp":1678145409013},{"id":"ulX0.py","timestamp":1678145494017}]} |
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
{"version":1,"resource":"file:///git/swifty/swifty/app.py","entries":[{"id":"3VNs.py","timestamp":1677986128798},{"id":"PwyS.py","timestamp":1678062051510}]} |
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
{"version":1,"resource":"file:///git/swifty/swifty/jobs/reconcilers/sla.py","entries":[{"id":"VE7y.py","timestamp":1678075490187},{"id":"qObM.py","timestamp":1678075675930},{"id":"DiiE.py","timestamp":1678075923230},{"id":"zANN.py","timestamp":1678075961097},{"id":"1PTF.py","timestamp":1678076085260},{"id":"PJxs.py","timestamp":1678076287707},{"id":"dJPI.py","timestamp":1678076517580},{"id":"8h5c.py","timestamp":1678076543850},{"id":"hhNR.py","timestamp":1678076556087}]} |
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
{"version":1,"resource":"file:///git/backupr/pyproject.toml","entries":[{"id":"zez9.toml","timestamp":1681575799279},{"id":"ZbeO.toml","timestamp":1681576088043}]} |
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
{"version":1,"resource":"file:///git/swifty/scripts/dev.sh","entries":[{"id":"mjT7.sh","timestamp":1677729580087},{"id":"Ovix.sh","timestamp":1677976242720},{"id":"DHu7.sh","timestamp":1678040479177}]} |
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
{"version":1,"resource":"file:///git/swifty/codefresh.yaml","entries":[{"id":"uzHt.yaml","timestamp":1677986107541}]} |
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
{"version":1,"resource":"file:///git/swifty/pylintrc","entries":[{"id":"YcvI","timestamp":1677939420020}]} |
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
{"version":1,"resource":"file:///git/delta/up.sh","entries":[{"id":"L3yK.sh","timestamp":1666567865683}]} |
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
{"version":1,"resource":"file:///git/github-actions/src/watchers.ts","entries":[{"id":"7BJw.ts","timestamp":1656816764707},{"id":"EcBn.ts","timestamp":1656816806347},{"id":"ZlRJ.ts","timestamp":1656817000740},{"id":"FdF7.ts","timestamp":1656817174330},{"id":"jSHw.ts","timestamp":1656817219280},{"id":"H03s.ts","timestamp":1656817361343},{"id":"u7sG.ts","timestamp":1656817377087},{"id":"81eq.ts","timestamp":1656817460640},{"id":"bDPn.ts","timestamp":1656817695970},{"id":"hX1S.ts","timestamp":1656818005220},{"id":"d5Tc.ts","timestamp":1656818039700},{"id":"Thez.ts","timestamp":1656818213590},{"id":"fksQ.ts","timestamp":1658248793507},{"id":"pWw1.ts","timestamp":1658249392113},{"id":"qKEx.ts","timestamp":1658249768496},{"id":"OPID.ts","timestamp":1658249843783},{"id":"jQOv.ts","timestamp":1658249927673},{"id":"nTj0.ts","timestamp":1658250091733},{"id":"5AlG.ts","timestamp":1658250145250},{"id":"DC7E.ts","timestamp":1658250220716},{"id":"DMsy.ts","timestamp":1658250245210},{"id":"B9F7.ts","timestamp":1658250342636},{"id":"RHHm.ts","timestamp":1658250425306},{"id":"WiYV.ts","timestamp":1658251352780},{"id":"sKvy.ts","timestamp":1658252325253},{"id":"xuLr.ts","timestamp":1658252378486},{"id":"OqEq.ts","timestamp":1658252640833},{"id":"iWJi.ts","timestamp":1658252696613},{"id":"0PGW.ts","timestamp":1658252812236},{"id":"FKGJ.ts","timestamp":1658253069213},{"id":"w1G0.ts","timestamp":1658253208460},{"id":"Pt0A.ts","timestamp":1658253473510},{"id":"Plnz.ts","timestamp":1658253596783},{"id":"xsM9.ts","timestamp":1658253682536},{"id":"IeOM.ts","timestamp":1658254083406},{"id":"ekfW.ts","timestamp":1658254103733},{"id":"9C8Z.ts","timestamp":1658254273716},{"id":"SFu9.ts","timestamp":1658254555980},{"id":"35Q5.ts","timestamp":1658254605970},{"id":"KnvB.ts","timestamp":1658255072613},{"id":"hRkT.ts","timestamp":1658255194653},{"id":"nr0d.ts","timestamp":1658255545610},{"id":"jRrv.ts","timestamp":1658255616223},{"id":"pybY.ts","timestamp":1658255849963},{"id":"RrxA.ts","timestamp":1658256134930},{"id":"65jl.ts","timestamp":1658256219220},{"id":"DadU.ts","timestamp":1658256920063},{"id":"fRXS.ts","timestamp":1658256940370},{"id":"h3Lr.ts","timestamp":1658257254970},{"id":"mWbf.ts","timestamp":1658258223863}]} |
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
{"version":1,"resource":"file:///git/swifty/tests/fix_dat/configs/example_secrets.yaml","entries":[{"id":"OS1a.yaml","timestamp":1678028141557}]} |
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
{"version":1,"resource":"file:///git/swifty/debug.py","entries":[{"id":"eeSj.py","timestamp":1677969595251}]} |
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
{"version":1,"resource":"file:///home/ernelson/tank/tundra/pv/docs.nsk.io/VSCode.tid","entries":[{"id":"MxNs.tid","timestamp":1688058397571},{"id":"29hf.tid","timestamp":1688058736555},{"id":"CPaf.tid","timestamp":1688058776208},{"id":"8CCs.tid","timestamp":1688059369388},{"id":"4yAG.tid","timestamp":1688059400318},{"id":"K5cU.tid","timestamp":1688059416448},{"id":"8PV0.tid","timestamp":1688059450491},{"id":"rb02.tid","timestamp":1688059482418},{"id":"dTdv.tid","timestamp":1688059500885},{"id":"B7QW.tid","timestamp":1688059713658}]} |
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
{"version":1,"resource":"file:///home/ernelson/tank/tundra/pv/docs.nsk.io/tiddlers/Linux%20Snippets.tid","entries":[{"id":"NKpE.tid","timestamp":1688052437455},{"id":"ouuc.tid","timestamp":1688052462482},{"id":"FzmW.tid","timestamp":1688052566345}]} |
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
{"version":1,"resource":"file:///git/backupr/tests/test_cli.py","entries":[{"id":"UWgX.py","timestamp":1681182726882},{"id":"ZtaQ.py","timestamp":1681182900168},{"id":"hwUp.py","timestamp":1681182938222},{"id":"oSnv.py","timestamp":1681183005385},{"id":"KW8K.py","timestamp":1681183044262},{"id":"YTkI.py","timestamp":1681183063462},{"id":"D4eh.py","timestamp":1681183139848},{"id":"PKtw.py","timestamp":1681183216505},{"id":"aiN3.py","timestamp":1681183317702},{"id":"nLai.py","timestamp":1681183446892},{"id":"eSHZ.py","timestamp":1681183489892},{"id":"KMw1.py","timestamp":1681183864872}]} |
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
{"version":1,"resource":"file:///home/ernelson/tank/tundra/pv/docs.nsk.io/tiddlers/iOS%20Notes.tid","entries":[{"id":"iBTK.tid","timestamp":1688054517068},{"id":"KMC5.tid","timestamp":1688054530968},{"id":"OJK2.tid","timestamp":1688054620998}]} |
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
{"version":1,"resource":"file:///git/swifty-manifests/manifests/service-account.yaml","entries":[{"id":"DxpN.yaml","timestamp":1677725785770}]} |
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
{"version":1,"resource":"file:///git/backupr/backupr/__init__.py","entries":[{"id":"sWgf.py","timestamp":1681697888995},{"id":"yvuc.py","timestamp":1681698208302}]} |
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
{"version":1,"resource":"file:///git/backupr/scripts/ci/deep-int-test.py","entries":[{"id":"mKts.py","timestamp":1681528524626},{"id":"H7uZ.py","timestamp":1681528843043},{"id":"usli.py","timestamp":1681528934706},{"id":"oBKQ.py","timestamp":1681528953236},{"id":"aGQe.py","timestamp":1681529000400},{"id":"O2Or.py","timestamp":1681529062816},{"id":"mE7V.py","timestamp":1681529123706},{"id":"KvaQ.py","timestamp":1681529234813},{"id":"ZqkM.py","timestamp":1681529253510},{"id":"1Qus.py","timestamp":1681529278216},{"id":"xY7J.py","timestamp":1681529328403},{"id":"eGI0.py","timestamp":1681529587616},{"id":"2HNO.py","timestamp":1681529641513},{"id":"uyBH.py","timestamp":1681530573570},{"id":"lGHg.py","timestamp":1681530938006},{"id":"0jLB.py","timestamp":1681530978416},{"id":"1WrY.py","timestamp":1681531014043},{"id":"bnNW.py","timestamp":1681531828733},{"id":"r4m1.py","timestamp":1681531923610},{"id":"rpmX.py","timestamp":1681531935963},{"id":"cTAF.py","timestamp":1681532110946},{"id":"dowR.py","timestamp":1681532132773},{"id":"jYFj.py","timestamp":1681532144183},{"id":"BeV6.py","timestamp":1681532159543},{"id":"nYE4.py","timestamp":1681532171116},{"id":"5KZs.py","timestamp":1681532192710},{"id":"gDTW.py","timestamp":1681532211690},{"id":"9mEg.py","timestamp":1681532229220},{"id":"pbhn.py","timestamp":1681532248650},{"id":"0l9q.py","timestamp":1681532716403},{"id":"gUoX.py","timestamp":1681532856093},{"id":"JNqd.py","timestamp":1681533098610},{"id":"dqFY.py","timestamp":1681533210613},{"id":"jA0b.py","timestamp":1681533272300},{"id":"FPti.py","timestamp":1681533333193},{"id":"ouno.py","timestamp":1681533350473},{"id":"qhzX.py","timestamp":1681533445680},{"id":"AmIk.py","timestamp":1681533477176},{"id":"1myN.py","timestamp":1681533587450},{"id":"EBDf.py","timestamp":1681533621213},{"id":"8d0E.py","timestamp":1681533633193},{"id":"jmej.py","timestamp":1681533645096},{"id":"Zwdm.py","timestamp":1681533665696},{"id":"kfkR.py","timestamp":1681533823473},{"id":"VhUP.py","timestamp":1681533879043},{"id":"1wl8.py","timestamp":1681533911773},{"id":"qoEA.py","timestamp":1681533990190},{"id":"QKFl.py","timestamp":1681534197413},{"id":"FuZy.py","timestamp":1681534261420},{"id":"LjFV.py","timestamp":1681534345336}]} |
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
{ | |
"files.trimTrailingWhitespace": true, | |
"[python]": { | |
"editor.detectIndentation": false, | |
"editor.insertSpaces": true, | |
"editor.tabSize": 4, | |
}, | |
"workbench.colorTheme": "Nord", | |
"workbench.editor.enablePreview": false, | |
"vim.startInInsertMode": false, | |
"vim.easymotion": false, | |
"vim.incsearch": true, | |
"vim.useSystemClipboard": true, | |
"vim.useCtrlKeys": true, | |
"vim.hlsearch": true, | |
"vim.insertModeKeyBindings": [ | |
{ | |
"before": [ | |
"k", | |
"j" | |
], | |
"after": [ | |
"<Esc>" | |
] | |
} | |
], | |
"vim.leader": ",", | |
"vim.handleKeys": { | |
"<C-a>": false, | |
"<C-f>": false, | |
"<C-b>": false, | |
"<C-j>": false, | |
"<C-w>": false | |
}, | |
"window.menuBarVisibility": "toggle", | |
"editor.minimap.enabled": false, | |
// "editor.fontFamily": "'Ubuntu Mono', monospace", | |
"editor.fontFamily": "'Source Code Pro', monospace", | |
"editor.fontSize": 16, | |
"editor.fontWeight": "bold", | |
"editor.tabSize": 2, | |
"editor.insertSpaces": true, | |
//////////////////////////////////////////////////////////// | |
// Currently can't set this to false and then manually trigger them when needed, which is | |
// exactly the desired behavior... | |
// https://github.com/Microsoft/vscode/issues/20455 | |
"editor.parameterHints.enabled": false, | |
// "editor.parameterHints.enabled": true, | |
//////////////////////////////////////////////////////////// | |
"editor.rulers": [80, 100], | |
"workbench.activityBar.visible": false, | |
"explorer.confirmDelete": false, | |
"sync.gist": "51426bea02dbb42ca118a481cf0af6ff", | |
"sync.autoDownload": false, | |
"sync.autoUpload": false, | |
"sync.forceDownload": false, | |
"sync.quietSync": false, | |
"sync.askGistName": false, | |
"sync.removeExtensions": true, | |
"sync.syncExtensions": true, | |
"zenMode.hideLineNumbers": false, | |
"emmet.syntaxProfiles": { | |
"javascriptreact": "html", | |
"html": { | |
"attr_quotes": "single" | |
} | |
}, | |
"emmet.includeLanguages": { | |
"typescriptreact": "javascriptreact", | |
"html.erb": "html" | |
}, | |
"emmet.showExpandedAbbreviation": "always", | |
"emmet.showSuggestionsAsSnippets": true, | |
"editor.snippetSuggestions": "top", | |
"files.associations": { | |
"**/*.yml": "ansible" | |
}, | |
"extensions.ignoreRecommendations": false, | |
"autoDocstring.guessTypes": true, | |
"autoDocstring.includeName": true, | |
"autoDocstring.startOnNewLine": true, | |
"window.zoomLevel": 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
{ | |
"files.trimTrailingWhitespace": true, | |
"[python]": { | |
"editor.detectIndentation": false, | |
"editor.insertSpaces": true, | |
"editor.tabSize": 4, | |
}, | |
"[tid]": { | |
"editor.quickSuggestions": { | |
"comments": "off", | |
"strings": "off", | |
"other": "off" | |
}, | |
}, | |
"workbench.editor.enablePreview": false, | |
"vim.startInInsertMode": false, | |
"vim.easymotion": false, | |
"vim.incsearch": true, | |
"vim.useSystemClipboard": true, | |
"vim.useCtrlKeys": true, | |
"vim.hlsearch": true, | |
"vim.insertModeKeyBindings": [ | |
{ | |
"before": [ | |
"k", | |
"j" | |
], | |
"after": [ | |
"<Esc>" | |
] | |
} | |
], | |
"vim.leader": ",", | |
"vim.handleKeys": { | |
"<C-a>": false, | |
"<C-f>": false, | |
"<C-b>": false, | |
"<C-j>": false, | |
"<C-w>": false | |
}, | |
"window.menuBarVisibility": "toggle", | |
"editor.minimap.enabled": false, | |
// "editor.fontFamily": "'Ubuntu Mono', monospace", | |
"editor.fontFamily": "'Source Code Pro', monospace", | |
"editor.fontSize": 16, | |
"editor.fontWeight": "bold", | |
"editor.tabSize": 2, | |
"editor.insertSpaces": true, | |
//////////////////////////////////////////////////////////// | |
// Currently can't set this to false and then manually trigger them when needed, which is | |
// exactly the desired behavior... | |
// https://github.com/Microsoft/vscode/issues/20455 | |
"editor.parameterHints.enabled": false, | |
// "editor.parameterHints.enabled": true, | |
//////////////////////////////////////////////////////////// | |
"editor.rulers": [80, 100], | |
"workbench.activityBar.visible": false, | |
"explorer.confirmDelete": false, | |
"sync.gist": "51426bea02dbb42ca118a481cf0af6ff", | |
"sync.autoDownload": false, | |
"sync.autoUpload": false, | |
"sync.forceDownload": false, | |
"sync.quietSync": false, | |
"sync.askGistName": false, | |
"sync.removeExtensions": true, | |
"sync.syncExtensions": true, | |
"zenMode.hideLineNumbers": false, | |
"emmet.syntaxProfiles": { | |
"javascriptreact": "html", | |
"html": { | |
"attr_quotes": "single" | |
} | |
}, | |
"emmet.includeLanguages": { | |
"typescriptreact": "javascriptreact", | |
"html.erb": "html" | |
}, | |
"emmet.showExpandedAbbreviation": "always", | |
"emmet.showSuggestionsAsSnippets": true, | |
"editor.snippetSuggestions": "top", | |
"files.associations": { | |
"**/*.yml": "ansible" | |
}, | |
"extensions.ignoreRecommendations": false, | |
"autoDocstring.guessTypes": true, | |
"autoDocstring.includeName": true, | |
"autoDocstring.startOnNewLine": true, | |
"redhat.telemetry.enabled": true, | |
"security.workspace.trust.untrustedFiles": "open", | |
"workbench.colorTheme": "Nord" | |
} |
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
{ | |
"workbench.colorTheme": "Nord", | |
"workbench.editor.enablePreview": false, | |
"vim.startInInsertMode": false, | |
"vim.easymotion": false, | |
"vim.incsearch": true, | |
"vim.useSystemClipboard": true, | |
"vim.useCtrlKeys": true, | |
"vim.hlsearch": true, | |
"vim.insertModeKeyBindings": [ | |
{ | |
"before": [ | |
"k", | |
"j" | |
], | |
"after": [ | |
"<Esc>" | |
] | |
} | |
], | |
"vim.leader": ",", | |
"vim.handleKeys": { | |
"<C-a>": false, | |
"<C-f>": false, | |
"<C-b>": false, | |
"<C-j>": false, | |
"<C-w>": false | |
}, | |
"editor.minimap.enabled": false, | |
// "editor.fontFamily": "'Ubuntu Mono', monospace", | |
"editor.fontFamily": "'Source Code Pro', monospace", | |
"editor.fontSize": 16, | |
"editor.fontWeight": "bold", | |
"editor.tabSize": 2, | |
"editor.insertSpaces": true, | |
//////////////////////////////////////////////////////////// | |
// Currently can't set this to false and then manually trigger them when needed, which is | |
// exactly the desired behavior... | |
// https://github.com/Microsoft/vscode/issues/20455 | |
"editor.parameterHints.enabled": false, | |
// "editor.parameterHints.enabled": true, | |
//////////////////////////////////////////////////////////// | |
"editor.rulers": [80, 100], | |
"workbench.activityBar.visible": false, | |
"explorer.confirmDelete": false, | |
"sync.gist": "51426bea02dbb42ca118a481cf0af6ff", | |
"sync.autoDownload": false, | |
"sync.autoUpload": false, | |
"sync.forceDownload": false, | |
"sync.quietSync": false, | |
"sync.askGistName": false, | |
"sync.removeExtensions": true, | |
"sync.syncExtensions": true, | |
"zenMode.hideLineNumbers": false, | |
"emmet.syntaxProfiles": { | |
"javascriptreact": "html", | |
"html": { | |
"attr_quotes": "single" | |
} | |
}, | |
"emmet.includeLanguages": { | |
"typescriptreact": "javascriptreact", | |
"html.erb": "html" | |
}, | |
"emmet.showExpandedAbbreviation": "always", | |
"emmet.showSuggestionsAsSnippets": true, | |
"editor.snippetSuggestions": "top", | |
"window.zoomLevel": 1, | |
"files.associations": { | |
"**/*.yml": "ansible" | |
}, | |
"extensions.ignoreRecommendations": true, | |
} |
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
{ | |
"files.trimTrailingWhitespace": true, | |
"[python]": { | |
"editor.detectIndentation": false, | |
"editor.insertSpaces": true, | |
"editor.tabSize": 4, | |
}, | |
"workbench.colorTheme": "Nord", | |
"workbench.editor.enablePreview": false, | |
"vim.startInInsertMode": false, | |
"vim.easymotion": false, | |
"vim.incsearch": true, | |
"vim.useSystemClipboard": true, | |
"vim.useCtrlKeys": true, | |
"vim.hlsearch": true, | |
"vim.insertModeKeyBindings": [ | |
{ | |
"before": [ | |
"k", | |
"j" | |
], | |
"after": [ | |
"<Esc>" | |
] | |
} | |
], | |
"vim.leader": ",", | |
"vim.handleKeys": { | |
"<C-a>": false, | |
"<C-f>": false, | |
"<C-b>": false, | |
"<C-j>": false, | |
"<C-w>": false | |
}, | |
"window.menuBarVisibility": "toggle", | |
"editor.minimap.enabled": false, | |
// "editor.fontFamily": "'Ubuntu Mono', monospace", | |
"editor.fontFamily": "'Source Code Pro', monospace", | |
"editor.fontSize": 16, | |
"editor.fontWeight": "bold", | |
"editor.tabSize": 2, | |
"editor.insertSpaces": true, | |
//////////////////////////////////////////////////////////// | |
// Currently can't set this to false and then manually trigger them when needed, which is | |
// exactly the desired behavior... | |
// https://github.com/Microsoft/vscode/issues/20455 | |
"editor.parameterHints.enabled": false, | |
// "editor.parameterHints.enabled": true, | |
//////////////////////////////////////////////////////////// | |
"editor.rulers": [80, 100], | |
"workbench.activityBar.visible": false, | |
"explorer.confirmDelete": false, | |
"sync.gist": "51426bea02dbb42ca118a481cf0af6ff", | |
"sync.autoDownload": false, | |
"sync.autoUpload": false, | |
"sync.forceDownload": false, | |
"sync.quietSync": false, | |
"sync.askGistName": false, | |
"sync.removeExtensions": true, | |
"sync.syncExtensions": true, | |
"zenMode.hideLineNumbers": false, | |
"emmet.syntaxProfiles": { | |
"javascriptreact": "html", | |
"html": { | |
"attr_quotes": "single" | |
} | |
}, | |
"emmet.includeLanguages": { | |
"typescriptreact": "javascriptreact", | |
"html.erb": "html" | |
}, | |
"emmet.showExpandedAbbreviation": "always", | |
"emmet.showSuggestionsAsSnippets": true, | |
"editor.snippetSuggestions": "top", | |
"files.associations": { | |
"**/*.yml": "ansible" | |
}, | |
"extensions.ignoreRecommendations": false, | |
"autoDocstring.guessTypes": true, | |
"autoDocstring.includeName": true, | |
"autoDocstring.startOnNewLine": true, | |
"redhat.telemetry.enabled": true, | |
"editor.suggest.showSnippets": false, | |
} |
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
{ | |
"files.trimTrailingWhitespace": true, | |
"[python]": { | |
"editor.detectIndentation": false, | |
"editor.insertSpaces": true, | |
"editor.tabSize": 4, | |
}, | |
"workbench.colorTheme": "Nord", | |
"workbench.editor.enablePreview": false, | |
"vim.startInInsertMode": false, | |
"vim.easymotion": false, | |
"vim.incsearch": true, | |
"vim.useSystemClipboard": true, | |
"vim.useCtrlKeys": true, | |
"vim.hlsearch": true, | |
"vim.insertModeKeyBindings": [ | |
{ | |
"before": [ | |
"k", | |
"j" | |
], | |
"after": [ | |
"<Esc>" | |
] | |
} | |
], | |
"vim.leader": ",", | |
"vim.handleKeys": { | |
"<C-a>": false, | |
"<C-f>": false, | |
"<C-b>": false, | |
"<C-j>": false, | |
"<C-w>": false | |
}, | |
"window.menuBarVisibility": "toggle", | |
"editor.minimap.enabled": false, | |
// "editor.fontFamily": "'Ubuntu Mono', monospace", | |
"editor.fontFamily": "'Source Code Pro', monospace", | |
"editor.fontSize": 16, | |
"editor.fontWeight": "bold", | |
"editor.tabSize": 2, | |
"editor.insertSpaces": true, | |
//////////////////////////////////////////////////////////// | |
// Currently can't set this to false and then manually trigger them when needed, which is | |
// exactly the desired behavior... | |
// https://github.com/Microsoft/vscode/issues/20455 | |
"editor.parameterHints.enabled": false, | |
// "editor.parameterHints.enabled": true, | |
//////////////////////////////////////////////////////////// | |
"editor.rulers": [80, 100], | |
"workbench.activityBar.visible": false, | |
"explorer.confirmDelete": false, | |
"sync.gist": "51426bea02dbb42ca118a481cf0af6ff", | |
"sync.autoDownload": false, | |
"sync.autoUpload": false, | |
"sync.forceDownload": false, | |
"sync.quietSync": false, | |
"sync.askGistName": false, | |
"sync.removeExtensions": true, | |
"sync.syncExtensions": true, | |
"zenMode.hideLineNumbers": false, | |
"emmet.syntaxProfiles": { | |
"javascriptreact": "html", | |
"html": { | |
"attr_quotes": "single" | |
} | |
}, | |
"emmet.includeLanguages": { | |
"typescriptreact": "javascriptreact", | |
"html.erb": "html" | |
}, | |
"emmet.showExpandedAbbreviation": "always", | |
"emmet.showSuggestionsAsSnippets": true, | |
"editor.snippetSuggestions": "top", | |
"extensions.ignoreRecommendations": false, | |
"autoDocstring.guessTypes": true, | |
"autoDocstring.includeName": true, | |
"autoDocstring.startOnNewLine": true, | |
"window.zoomLevel": -1, | |
} |
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]": { | |
"editor.detectIndentation": false, | |
"editor.insertSpaces": false, | |
"editor.tabSize": 2, | |
}, | |
"workbench.colorTheme": "Nord", | |
"workbench.editor.enablePreview": false, | |
"vim.startInInsertMode": false, | |
"vim.easymotion": false, | |
"vim.incsearch": true, | |
"vim.useSystemClipboard": true, | |
"vim.useCtrlKeys": true, | |
"vim.hlsearch": true, | |
"vim.insertModeKeyBindings": [ | |
{ | |
"before": [ | |
"k", | |
"j" | |
], | |
"after": [ | |
"<Esc>" | |
] | |
} | |
], | |
"vim.leader": ",", | |
"vim.handleKeys": { | |
"<C-a>": false, | |
"<C-f>": false, | |
"<C-b>": false, | |
"<C-j>": false, | |
"<C-w>": false | |
}, | |
"window.menuBarVisibility": "toggle", | |
"editor.minimap.enabled": false, | |
// "editor.fontFamily": "'Ubuntu Mono', monospace", | |
"editor.fontFamily": "'Source Code Pro', monospace", | |
"editor.fontSize": 16, | |
"editor.fontWeight": "bold", | |
"editor.tabSize": 2, | |
"editor.insertSpaces": true, | |
//////////////////////////////////////////////////////////// | |
// Currently can't set this to false and then manually trigger them when needed, which is | |
// exactly the desired behavior... | |
// https://github.com/Microsoft/vscode/issues/20455 | |
"editor.parameterHints.enabled": false, | |
// "editor.parameterHints.enabled": true, | |
//////////////////////////////////////////////////////////// | |
"editor.rulers": [80, 100], | |
"workbench.activityBar.visible": false, | |
"explorer.confirmDelete": false, | |
"sync.gist": "51426bea02dbb42ca118a481cf0af6ff", | |
"sync.autoDownload": false, | |
"sync.autoUpload": false, | |
"sync.forceDownload": false, | |
"sync.quietSync": false, | |
"sync.askGistName": false, | |
"sync.removeExtensions": true, | |
"sync.syncExtensions": true, | |
"zenMode.hideLineNumbers": false, | |
"emmet.syntaxProfiles": { | |
"javascriptreact": "html", | |
"html": { | |
"attr_quotes": "single" | |
} | |
}, | |
"emmet.includeLanguages": { | |
"typescriptreact": "javascriptreact", | |
"html.erb": "html" | |
}, | |
"emmet.showExpandedAbbreviation": "always", | |
"emmet.showSuggestionsAsSnippets": true, | |
"editor.snippetSuggestions": "top", | |
"files.associations": { | |
"**/*.yml": "ansible" | |
}, | |
"extensions.ignoreRecommendations": true, | |
"window.zoomLevel": -1, | |
} |
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
{ | |
"files.trimTrailingWhitespace": true, | |
"[python]": { | |
"editor.detectIndentation": false, | |
"editor.insertSpaces": true, | |
"editor.tabSize": 4, | |
}, | |
"workbench.colorTheme": "Nord", | |
"workbench.editor.enablePreview": false, | |
"vim.startInInsertMode": false, | |
"vim.easymotion": false, | |
"vim.incsearch": true, | |
"vim.useSystemClipboard": true, | |
"vim.useCtrlKeys": true, | |
"vim.hlsearch": true, | |
"vim.insertModeKeyBindings": [ | |
{ | |
"before": [ | |
"k", | |
"j" | |
], | |
"after": [ | |
"<Esc>" | |
] | |
} | |
], | |
"vim.leader": ",", | |
"vim.handleKeys": { | |
"<C-a>": false, | |
"<C-f>": false, | |
"<C-b>": false, | |
"<C-j>": false, | |
"<C-w>": false | |
}, | |
"window.menuBarVisibility": "toggle", | |
"editor.minimap.enabled": false, | |
// "editor.fontFamily": "'Ubuntu Mono', monospace", | |
"editor.fontFamily": "'Source Code Pro', monospace", | |
"editor.fontSize": 16, | |
"editor.fontWeight": "bold", | |
"editor.tabSize": 2, | |
"editor.insertSpaces": true, | |
//////////////////////////////////////////////////////////// | |
// Currently can't set this to false and then manually trigger them when needed, which is | |
// exactly the desired behavior... | |
// https://github.com/Microsoft/vscode/issues/20455 | |
"editor.parameterHints.enabled": false, | |
// "editor.parameterHints.enabled": true, | |
//////////////////////////////////////////////////////////// | |
"editor.rulers": [80, 100], | |
"workbench.activityBar.visible": false, | |
"explorer.confirmDelete": false, | |
"sync.gist": "51426bea02dbb42ca118a481cf0af6ff", | |
"sync.autoDownload": false, | |
"sync.autoUpload": false, | |
"sync.forceDownload": false, | |
"sync.quietSync": false, | |
"sync.askGistName": false, | |
"sync.removeExtensions": true, | |
"sync.syncExtensions": true, | |
"zenMode.hideLineNumbers": false, | |
"emmet.syntaxProfiles": { | |
"javascriptreact": "html", | |
"html": { | |
"attr_quotes": "single" | |
} | |
}, | |
"emmet.includeLanguages": { | |
"typescriptreact": "javascriptreact", | |
"html.erb": "html" | |
}, | |
"emmet.showExpandedAbbreviation": "always", | |
"emmet.showSuggestionsAsSnippets": true, | |
"editor.snippetSuggestions": "top", | |
"files.associations": { | |
"**/*.yml": "ansible" | |
}, | |
"extensions.ignoreRecommendations": false, | |
"autoDocstring.guessTypes": true, | |
"autoDocstring.includeName": true, | |
"autoDocstring.startOnNewLine": true, | |
"redhat.telemetry.enabled": true, | |
} |
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
{ | |
"files.trimTrailingWhitespace": true, | |
"[python]": { | |
"editor.detectIndentation": false, | |
"editor.insertSpaces": true, | |
"editor.tabSize": 4, | |
}, | |
"workbench.colorTheme": "Nord", | |
"workbench.editor.enablePreview": false, | |
"vim.startInInsertMode": false, | |
"vim.easymotion": false, | |
"vim.incsearch": true, | |
"vim.useSystemClipboard": true, | |
"vim.useCtrlKeys": true, | |
"vim.hlsearch": true, | |
"vim.insertModeKeyBindings": [ | |
{ | |
"before": [ | |
"k", | |
"j" | |
], | |
"after": [ | |
"<Esc>" | |
] | |
} | |
], | |
"vim.leader": ",", | |
"vim.handleKeys": { | |
"<C-a>": false, | |
"<C-f>": false, | |
"<C-b>": false, | |
"<C-j>": false, | |
"<C-w>": false | |
}, | |
"window.menuBarVisibility": "toggle", | |
"editor.minimap.enabled": false, | |
// "editor.fontFamily": "'Ubuntu Mono', monospace", | |
"editor.fontFamily": "'Source Code Pro', monospace", | |
"editor.fontSize": 16, | |
"editor.fontWeight": "bold", | |
"editor.tabSize": 2, | |
"editor.insertSpaces": true, | |
//////////////////////////////////////////////////////////// | |
// Currently can't set this to false and then manually trigger them when needed, which is | |
// exactly the desired behavior... | |
// https://github.com/Microsoft/vscode/issues/20455 | |
"editor.parameterHints.enabled": false, | |
// "editor.parameterHints.enabled": true, | |
//////////////////////////////////////////////////////////// | |
"editor.rulers": [80, 100], | |
"workbench.activityBar.visible": false, | |
"explorer.confirmDelete": false, | |
"sync.gist": "51426bea02dbb42ca118a481cf0af6ff", | |
"sync.autoDownload": false, | |
"sync.autoUpload": false, | |
"sync.forceDownload": false, | |
"sync.quietSync": false, | |
"sync.askGistName": false, | |
"sync.removeExtensions": true, | |
"sync.syncExtensions": true, | |
"zenMode.hideLineNumbers": false, | |
"emmet.syntaxProfiles": { | |
"javascriptreact": "html", | |
"html": { | |
"attr_quotes": "single" | |
} | |
}, | |
"emmet.includeLanguages": { | |
"typescriptreact": "javascriptreact", | |
"html.erb": "html" | |
}, | |
"emmet.showExpandedAbbreviation": "always", | |
"emmet.showSuggestionsAsSnippets": true, | |
"editor.snippetSuggestions": "top", | |
"files.associations": { | |
"**/*.yml": "ansible" | |
}, | |
"extensions.ignoreRecommendations": true, | |
"git.openRepositoryInParentFolders": "always", | |
} |
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
{ | |
"files.trimTrailingWhitespace": true, | |
"[python]": { | |
"editor.detectIndentation": false, | |
"editor.insertSpaces": true, | |
"editor.tabSize": 4, | |
}, | |
"workbench.colorTheme": "Nord", | |
"workbench.editor.enablePreview": false, | |
"vim.startInInsertMode": false, | |
"vim.easymotion": false, | |
"vim.incsearch": true, | |
"vim.useSystemClipboard": true, | |
"vim.useCtrlKeys": true, | |
"vim.hlsearch": true, | |
"vim.insertModeKeyBindings": [ | |
{ | |
"before": [ | |
"k", | |
"j" | |
], | |
"after": [ | |
"<Esc>" | |
] | |
} | |
], | |
"vim.leader": ",", | |
"vim.handleKeys": { | |
"<C-a>": false, | |
"<C-f>": false, | |
"<C-b>": false, | |
"<C-j>": false, | |
"<C-w>": false | |
}, | |
"window.menuBarVisibility": "toggle", | |
"editor.minimap.enabled": false, | |
// "editor.fontFamily": "'Ubuntu Mono', monospace", | |
"editor.fontFamily": "'Source Code Pro', monospace", | |
"editor.fontSize": 16, | |
"editor.fontWeight": "bold", | |
"editor.tabSize": 2, | |
"editor.insertSpaces": true, | |
//////////////////////////////////////////////////////////// | |
// Currently can't set this to false and then manually trigger them when needed, which is | |
// exactly the desired behavior... | |
// https://github.com/Microsoft/vscode/issues/20455 | |
"editor.parameterHints.enabled": false, | |
// "editor.parameterHints.enabled": true, | |
//////////////////////////////////////////////////////////// | |
"editor.rulers": [80, 100], | |
"workbench.activityBar.visible": false, | |
"explorer.confirmDelete": false, | |
"sync.gist": "51426bea02dbb42ca118a481cf0af6ff", | |
"sync.autoDownload": false, | |
"sync.autoUpload": false, | |
"sync.forceDownload": false, | |
"sync.quietSync": false, | |
"sync.askGistName": false, | |
"sync.removeExtensions": true, | |
"sync.syncExtensions": true, | |
"zenMode.hideLineNumbers": false, | |
"emmet.syntaxProfiles": { | |
"javascriptreact": "html", | |
"html": { | |
"attr_quotes": "single" | |
} | |
}, | |
"emmet.includeLanguages": { | |
"typescriptreact": "javascriptreact", | |
"html.erb": "html" | |
}, | |
"emmet.showExpandedAbbreviation": "always", | |
"emmet.showSuggestionsAsSnippets": true, | |
"editor.snippetSuggestions": "top", | |
"files.associations": { | |
"**/*.yml": "ansible" | |
}, | |
"extensions.ignoreRecommendations": false, | |
"autoDocstring.guessTypes": true, | |
"autoDocstring.includeName": true, | |
"window.zoomLevel": -1, | |
} |
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
{ | |
"sync.gist": "167f64713678ed3570ad601a9e25c9e1" | |
} |
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
{"version":1,"resource":"vscode-userdata:/home/ernelson/.config/Code%20-%20OSS/User/settings.json","entries":[{"id":"qtYM.json","timestamp":1656701227520},{"id":"Us3w.json","timestamp":1668884387020},{"id":"qxIU.json","timestamp":1668884398970},{"id":"mMfo.json","timestamp":1668884630337},{"id":"iMPB.json","timestamp":1668884836710},{"id":"3p1L.json","timestamp":1668885083730},{"id":"XGAB.json","timestamp":1676691315580},{"id":"I3re.json","timestamp":1676691380087},{"id":"emx5.json","timestamp":1676691392070},{"id":"tnBX.json","timestamp":1676691453403},{"id":"FRhE.json","timestamp":1677938587743},{"id":"OiAz.json","timestamp":1677938726150},{"id":"AI0Y.json","timestamp":1677938820230},{"id":"ropw.json","timestamp":1677939156187},{"id":"YcKh.json","timestamp":1677954865397},{"id":"FdAA.json","timestamp":1677973500391},{"id":"k0dy.json","timestamp":1677984472811},{"id":"QY0F.json","timestamp":1677984524675},{"id":"pgGD.json","timestamp":1677984580995},{"id":"MVCp.json","timestamp":1677984624988},{"id":"OpIv.json","timestamp":1677985089745},{"id":"BMqm.json","timestamp":1677985210545},{"id":"JmSy.json","timestamp":1677990681367},{"id":"dKiP.json","timestamp":1677990724370},{"id":"Sc6a.json","timestamp":1677990865390},{"id":"6bQ9.json","timestamp":1680985303620},{"id":"rDf1.json","timestamp":1680985341164},{"id":"0W4U.json","timestamp":1684876503798},{"id":"wwxO.json","timestamp":1684876525848},{"id":"Eqhc.json","timestamp":1684876538001},{"id":"asa0.json","timestamp":1686342622012},{"id":"3YMF.json","timestamp":1686359860533},{"id":"qRyQ.json","timestamp":1686843016178},{"id":"iU6O.json","timestamp":1688051994742},{"id":"xvR2.json","timestamp":1688058674745},{"id":"FQzd.json","timestamp":1688059057475},{"id":"NXIa.json","timestamp":1688059637528},{"id":"SF0N.json","timestamp":1688059693725},{"id":"1v0c.json","timestamp":1688059700555},{"id":"s6tV.json","timestamp":1688059736851}]} |
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
{ | |
"files.trimTrailingWhitespace": true, | |
"[python]": { | |
"editor.detectIndentation": false, | |
"editor.insertSpaces": true, | |
"editor.tabSize": 4, | |
}, | |
"workbench.colorTheme": "Nord", | |
"workbench.editor.enablePreview": false, | |
"vim.startInInsertMode": false, | |
"vim.easymotion": false, | |
"vim.incsearch": true, | |
"vim.useSystemClipboard": true, | |
"vim.useCtrlKeys": true, | |
"vim.hlsearch": true, | |
"vim.insertModeKeyBindings": [ | |
{ | |
"before": [ | |
"k", | |
"j" | |
], | |
"after": [ | |
"<Esc>" | |
] | |
} | |
], | |
"vim.leader": ",", | |
"vim.handleKeys": { | |
"<C-a>": false, | |
"<C-f>": false, | |
"<C-b>": false, | |
"<C-j>": false, | |
"<C-w>": false | |
}, | |
"window.menuBarVisibility": "toggle", | |
"editor.minimap.enabled": false, | |
// "editor.fontFamily": "'Ubuntu Mono', monospace", | |
"editor.fontFamily": "'Source Code Pro', monospace", | |
"editor.fontSize": 16, | |
"editor.fontWeight": "bold", | |
"editor.tabSize": 2, | |
"editor.insertSpaces": true, | |
//////////////////////////////////////////////////////////// | |
// Currently can't set this to false and then manually trigger them when needed, which is | |
// exactly the desired behavior... | |
// https://github.com/Microsoft/vscode/issues/20455 | |
"editor.parameterHints.enabled": false, | |
// "editor.parameterHints.enabled": true, | |
//////////////////////////////////////////////////////////// | |
"editor.rulers": [80, 100], | |
"workbench.activityBar.visible": false, | |
"explorer.confirmDelete": false, | |
"sync.gist": "51426bea02dbb42ca118a481cf0af6ff", | |
"sync.autoDownload": false, | |
"sync.autoUpload": false, | |
"sync.forceDownload": false, | |
"sync.quietSync": false, | |
"sync.askGistName": false, | |
"sync.removeExtensions": true, | |
"sync.syncExtensions": true, | |
"zenMode.hideLineNumbers": false, | |
"emmet.syntaxProfiles": { | |
"javascriptreact": "html", | |
"html": { | |
"attr_quotes": "single" | |
} | |
}, | |
"emmet.includeLanguages": { | |
"typescriptreact": "javascriptreact", | |
"html.erb": "html" | |
}, | |
"emmet.showExpandedAbbreviation": "always", | |
"emmet.showSuggestionsAsSnippets": true, | |
"editor.snippetSuggestions": "top", | |
"files.associations": { | |
"**/*.yml": "ansible" | |
}, | |
"extensions.ignoreRecommendations": false, | |
"autoDocstring.guessTypes": true, | |
"autoDocstring.includeName": true, | |
"autoDocstring.startOnNewLine": true, | |
} |
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
{ | |
"files.trimTrailingWhitespace": true, | |
"[python]": { | |
"editor.detectIndentation": false, | |
"editor.insertSpaces": true, | |
"editor.tabSize": 4, | |
}, | |
"workbench.colorTheme": "Nord", | |
"workbench.editor.enablePreview": false, | |
"vim.startInInsertMode": false, | |
"vim.easymotion": false, | |
"vim.incsearch": true, | |
"vim.useSystemClipboard": true, | |
"vim.useCtrlKeys": true, | |
"vim.hlsearch": true, | |
"vim.insertModeKeyBindings": [ | |
{ | |
"before": [ | |
"k", | |
"j" | |
], | |
"after": [ | |
"<Esc>" | |
] | |
} | |
], | |
"vim.leader": ",", | |
"vim.handleKeys": { | |
"<C-a>": false, | |
"<C-f>": false, | |
"<C-b>": false, | |
"<C-j>": false, | |
"<C-w>": false | |
}, | |
"window.menuBarVisibility": "toggle", | |
"editor.minimap.enabled": false, | |
// "editor.fontFamily": "'Ubuntu Mono', monospace", | |
"editor.fontFamily": "'Source Code Pro', monospace", | |
"editor.fontSize": 16, | |
"editor.fontWeight": "bold", | |
"editor.tabSize": 2, | |
"editor.insertSpaces": true, | |
//////////////////////////////////////////////////////////// | |
// Currently can't set this to false and then manually trigger them when needed, which is | |
// exactly the desired behavior... | |
// https://github.com/Microsoft/vscode/issues/20455 | |
"editor.parameterHints.enabled": false, | |
// "editor.parameterHints.enabled": true, | |
//////////////////////////////////////////////////////////// | |
"editor.rulers": [80, 100], | |
"workbench.activityBar.visible": false, | |
"explorer.confirmDelete": false, | |
"sync.gist": "51426bea02dbb42ca118a481cf0af6ff", | |
"sync.autoDownload": false, | |
"sync.autoUpload": false, | |
"sync.forceDownload": false, | |
"sync.quietSync": false, | |
"sync.askGistName": false, | |
"sync.removeExtensions": true, | |
"sync.syncExtensions": true, | |
"zenMode.hideLineNumbers": false, | |
"emmet.syntaxProfiles": { | |
"javascriptreact": "html", | |
"html": { | |
"attr_quotes": "single" | |
} | |
}, | |
"emmet.includeLanguages": { | |
"typescriptreact": "javascriptreact", | |
"html.erb": "html" | |
}, | |
"emmet.showExpandedAbbreviation": "always", | |
"emmet.showSuggestionsAsSnippets": true, | |
"editor.snippetSuggestions": "top", | |
// "files.associations": { | |
// "**/*.yml": "ansible" | |
// }, | |
"extensions.ignoreRecommendations": true, | |
"window.zoomLevel": -1, | |
} |
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
{ | |
"files.trimTrailingWhitespace": true, | |
"[python]": { | |
"editor.detectIndentation": false, | |
"editor.insertSpaces": true, | |
"editor.tabSize": 4, | |
}, | |
"workbench.editor.enablePreview": false, | |
"vim.startInInsertMode": false, | |
"vim.easymotion": false, | |
"vim.incsearch": true, | |
"vim.useSystemClipboard": true, | |
"vim.useCtrlKeys": true, | |
"vim.hlsearch": true, | |
"vim.insertModeKeyBindings": [ | |
{ | |
"before": [ | |
"k", | |
"j" | |
], | |
"after": [ | |
"<Esc>" | |
] | |
} | |
], | |
"vim.leader": ",", | |
"vim.handleKeys": { | |
"<C-a>": false, | |
"<C-f>": false, | |
"<C-b>": false, | |
"<C-j>": false, | |
"<C-w>": false | |
}, | |
"window.menuBarVisibility": "toggle", | |
"editor.minimap.enabled": false, | |
// "editor.fontFamily": "'Ubuntu Mono', monospace", | |
"editor.fontFamily": "'Source Code Pro', monospace", | |
"editor.fontSize": 16, | |
"editor.fontWeight": "bold", | |
"editor.tabSize": 2, | |
"editor.insertSpaces": true, | |
//////////////////////////////////////////////////////////// | |
// Currently can't set this to false and then manually trigger them when needed, which is | |
// exactly the desired behavior... | |
// https://github.com/Microsoft/vscode/issues/20455 | |
"editor.parameterHints.enabled": false, | |
// "editor.parameterHints.enabled": true, | |
//////////////////////////////////////////////////////////// | |
"editor.rulers": [80, 100], | |
"workbench.activityBar.visible": false, | |
"explorer.confirmDelete": false, | |
"sync.gist": "51426bea02dbb42ca118a481cf0af6ff", | |
"sync.autoDownload": false, | |
"sync.autoUpload": false, | |
"sync.forceDownload": false, | |
"sync.quietSync": false, | |
"sync.askGistName": false, | |
"sync.removeExtensions": true, | |
"sync.syncExtensions": true, | |
"zenMode.hideLineNumbers": false, | |
"emmet.syntaxProfiles": { | |
"javascriptreact": "html", | |
"html": { | |
"attr_quotes": "single" | |
} | |
}, | |
"emmet.includeLanguages": { | |
"typescriptreact": "javascriptreact", | |
"html.erb": "html" | |
}, | |
"emmet.showExpandedAbbreviation": "always", | |
"emmet.showSuggestionsAsSnippets": true, | |
"editor.snippetSuggestions": "top", | |
"files.associations": { | |
"**/*.yml": "ansible" | |
}, | |
"extensions.ignoreRecommendations": false, | |
"autoDocstring.guessTypes": true, | |
"autoDocstring.includeName": true, | |
"autoDocstring.startOnNewLine": true, | |
"redhat.telemetry.enabled": true, | |
"security.workspace.trust.untrustedFiles": "open", | |
"workbench.colorTheme": "Nord", | |
"editor.intellisense": { | |
"fileTypes" | |
} | |
} |
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]": { | |
"editor.insertSpaces": true, | |
"editor.tabSize": 2 | |
}, | |
"workbench.colorTheme": "Nord", | |
"workbench.editor.enablePreview": false, | |
"vim.startInInsertMode": false, | |
"vim.easymotion": false, | |
"vim.incsearch": true, | |
"vim.useSystemClipboard": true, | |
"vim.useCtrlKeys": true, | |
"vim.hlsearch": true, | |
"vim.insertModeKeyBindings": [ | |
{ | |
"before": [ | |
"k", | |
"j" | |
], | |
"after": [ | |
"<Esc>" | |
] | |
} | |
], | |
"vim.leader": ",", | |
"vim.handleKeys": { | |
"<C-a>": false, | |
"<C-f>": false, | |
"<C-b>": false, | |
"<C-j>": false, | |
"<C-w>": false | |
}, | |
"window.menuBarVisibility": "toggle", | |
"editor.minimap.enabled": false, | |
// "editor.fontFamily": "'Ubuntu Mono', monospace", | |
"editor.fontFamily": "'Source Code Pro', monospace", | |
"editor.fontSize": 16, | |
"editor.fontWeight": "bold", | |
"editor.tabSize": 2, | |
"editor.insertSpaces": true, | |
//////////////////////////////////////////////////////////// | |
// Currently can't set this to false and then manually trigger them when needed, which is | |
// exactly the desired behavior... | |
// https://github.com/Microsoft/vscode/issues/20455 | |
"editor.parameterHints.enabled": false, | |
// "editor.parameterHints.enabled": true, | |
//////////////////////////////////////////////////////////// | |
"editor.rulers": [80, 100], | |
"workbench.activityBar.visible": false, | |
"explorer.confirmDelete": false, | |
"sync.gist": "51426bea02dbb42ca118a481cf0af6ff", | |
"sync.autoDownload": false, | |
"sync.autoUpload": false, | |
"sync.forceDownload": false, | |
"sync.quietSync": false, | |
"sync.askGistName": false, | |
"sync.removeExtensions": true, | |
"sync.syncExtensions": true, | |
"zenMode.hideLineNumbers": false, | |
"emmet.syntaxProfiles": { | |
"javascriptreact": "html", | |
"html": { | |
"attr_quotes": "single" | |
} | |
}, | |
"emmet.includeLanguages": { | |
"typescriptreact": "javascriptreact", | |
"html.erb": "html" | |
}, | |
"emmet.showExpandedAbbreviation": "always", | |
"emmet.showSuggestionsAsSnippets": true, | |
"editor.snippetSuggestions": "top", | |
"files.associations": { | |
"**/*.yml": "ansible" | |
}, | |
"extensions.ignoreRecommendations": true, | |
"window.zoomLevel": -1, | |
} |
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
{ | |
"sync.gist": "" | |
} |
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
{ | |
"workbench.colorTheme": "Visual Studio Light", | |
"workbench.editor.enablePreview": false, | |
"vim.startInInsertMode": false, | |
"vim.easymotion": false, | |
"vim.incsearch": true, | |
"vim.useSystemClipboard": true, | |
"vim.useCtrlKeys": true, | |
"vim.hlsearch": true, | |
"vim.insertModeKeyBindings": [ | |
{ | |
"before": [ | |
"k", | |
"j" | |
], | |
"after": [ | |
"<Esc>" | |
] | |
} | |
], | |
"vim.leader": ",", | |
"vim.handleKeys": { | |
"<C-a>": false, | |
"<C-f>": false, | |
"<C-b>": false, | |
"<C-j>": false, | |
"<C-w>": false | |
}, | |
"window.menuBarVisibility": "toggle", | |
"editor.minimap.enabled": false, | |
// "editor.fontFamily": "'Ubuntu Mono', monospace", | |
"editor.fontFamily": "'Source Code Pro', monospace", | |
"editor.fontSize": 16, | |
"editor.fontWeight": "bold", | |
"editor.tabSize": 2, | |
"editor.insertSpaces": true, | |
//////////////////////////////////////////////////////////// | |
// Currently can't set this to false and then manually trigger them when needed, which is | |
// exactly the desired behavior... | |
// https://github.com/Microsoft/vscode/issues/20455 | |
"editor.parameterHints.enabled": false, | |
// "editor.parameterHints.enabled": true, | |
//////////////////////////////////////////////////////////// | |
"editor.rulers": [80, 100], | |
"workbench.activityBar.visible": false, | |
"explorer.confirmDelete": false, | |
"sync.gist": "167f64713678ed3570ad601a9e25c9e1", | |
"sync.autoDownload": false, | |
"sync.autoUpload": false, | |
"sync.forceDownload": false, | |
"sync.quietSync": false, | |
"sync.askGistName": false, | |
"sync.removeExtensions": true, | |
"sync.syncExtensions": true, | |
"zenMode.hideLineNumbers": false, | |
"emmet.syntaxProfiles": { | |
"javascriptreact": "html", | |
"html": { | |
"attr_quotes": "single" | |
} | |
}, | |
"emmet.includeLanguages": { | |
"typescriptreact": "javascriptreact", | |
"html.erb": "html" | |
}, | |
"emmet.showExpandedAbbreviation": "always", | |
"emmet.showSuggestionsAsSnippets": true, | |
"editor.snippetSuggestions": "top", | |
"files.associations": { | |
"**/*.yml": "ansible" | |
}, | |
"extensions.ignoreRecommendations": true, | |
} |
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
{ | |
"files.trimTrailingWhitespace": true, | |
"[python]": { | |
"editor.detectIndentation": false, | |
"editor.insertSpaces": true, | |
"editor.tabSize": 4, | |
}, | |
"workbench.colorTheme": "Nord", | |
"workbench.editor.enablePreview": false, | |
"vim.startInInsertMode": false, | |
"vim.easymotion": false, | |
"vim.incsearch": true, | |
"vim.useSystemClipboard": true, | |
"vim.useCtrlKeys": true, | |
"vim.hlsearch": true, | |
"vim.insertModeKeyBindings": [ | |
{ | |
"before": [ | |
"k", | |
"j" | |
], | |
"after": [ | |
"<Esc>" | |
] | |
} | |
], | |
"vim.leader": ",", | |
"vim.handleKeys": { | |
"<C-a>": false, | |
"<C-f>": false, | |
"<C-b>": false, | |
"<C-j>": false, | |
"<C-w>": false | |
}, | |
"window.menuBarVisibility": "toggle", | |
"editor.minimap.enabled": false, | |
// "editor.fontFamily": "'Ubuntu Mono', monospace", | |
"editor.fontFamily": "'Source Code Pro', monospace", | |
"editor.fontSize": 16, | |
"editor.fontWeight": "bold", | |
"editor.tabSize": 2, | |
"editor.insertSpaces": true, | |
//////////////////////////////////////////////////////////// | |
// Currently can't set this to false and then manually trigger them when needed, which is | |
// exactly the desired behavior... | |
// https://github.com/Microsoft/vscode/issues/20455 | |
"editor.parameterHints.enabled": false, | |
// "editor.parameterHints.enabled": true, | |
//////////////////////////////////////////////////////////// | |
"editor.rulers": [80, 100], | |
"workbench.activityBar.visible": false, | |
"explorer.confirmDelete": false, | |
"sync.gist": "51426bea02dbb42ca118a481cf0af6ff", | |
"sync.autoDownload": false, | |
"sync.autoUpload": false, | |
"sync.forceDownload": false, | |
"sync.quietSync": false, | |
"sync.askGistName": false, | |
"sync.removeExtensions": true, | |
"sync.syncExtensions": true, | |
"zenMode.hideLineNumbers": false, | |
"emmet.syntaxProfiles": { | |
"javascriptreact": "html", | |
"html": { | |
"attr_quotes": "single" | |
} | |
}, | |
"emmet.includeLanguages": { | |
"typescriptreact": "javascriptreact", | |
"html.erb": "html" | |
}, | |
"emmet.showExpandedAbbreviation": "always", | |
"emmet.showSuggestionsAsSnippets": true, | |
"editor.snippetSuggestions": "top", | |
"files.associations": { | |
"**/*.yml": "ansible" | |
}, | |
"extensions.ignoreRecommendations": false, | |
"autoDocstring.guessTypes": true, | |
"autoDocstring.includeName": true, | |
"autoDocstring.startOnNewLine": true, | |
"redhat.telemetry.enabled": true, | |
"security.workspace.trust.untrustedFiles": "open", | |
} |
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
{ | |
"files.trimTrailingWhitespace": true, | |
"[python]": { | |
"editor.detectIndentation": false, | |
"editor.insertSpaces": true, | |
"editor.tabSize": 4, | |
}, | |
"workbench.colorTheme": "Nord", | |
"workbench.editor.enablePreview": false, | |
"vim.startInInsertMode": false, | |
"vim.easymotion": false, | |
"vim.incsearch": true, | |
"vim.useSystemClipboard": true, | |
"vim.useCtrlKeys": true, | |
"vim.hlsearch": true, | |
"vim.insertModeKeyBindings": [ | |
{ | |
"before": [ | |
"k", | |
"j" | |
], | |
"after": [ | |
"<Esc>" | |
] | |
} | |
], | |
"vim.leader": ",", | |
"vim.handleKeys": { | |
"<C-a>": false, | |
"<C-f>": false, | |
"<C-b>": false, | |
"<C-j>": false, | |
"<C-w>": false | |
}, | |
"window.menuBarVisibility": "toggle", | |
"editor.minimap.enabled": false, | |
// "editor.fontFamily": "'Ubuntu Mono', monospace", | |
"editor.fontFamily": "'Source Code Pro', monospace", | |
"editor.fontSize": 16, | |
"editor.fontWeight": "bold", | |
"editor.tabSize": 2, | |
"editor.insertSpaces": true, | |
//////////////////////////////////////////////////////////// | |
// Currently can't set this to false and then manually trigger them when needed, which is | |
// exactly the desired behavior... | |
// https://github.com/Microsoft/vscode/issues/20455 | |
"editor.parameterHints.enabled": false, | |
// "editor.parameterHints.enabled": true, | |
//////////////////////////////////////////////////////////// | |
"editor.rulers": [80, 100], | |
"workbench.activityBar.visible": false, | |
"explorer.confirmDelete": false, | |
"sync.gist": "51426bea02dbb42ca118a481cf0af6ff", | |
"sync.autoDownload": false, | |
"sync.autoUpload": false, | |
"sync.forceDownload": false, | |
"sync.quietSync": false, | |
"sync.askGistName": false, | |
"sync.removeExtensions": true, | |
"sync.syncExtensions": true, | |
"zenMode.hideLineNumbers": false, | |
"emmet.syntaxProfiles": { | |
"javascriptreact": "html", | |
"html": { | |
"attr_quotes": "single" | |
} | |
}, | |
"emmet.includeLanguages": { | |
"typescriptreact": "javascriptreact", | |
"html.erb": "html" | |
}, | |
"emmet.showExpandedAbbreviation": "always", | |
"emmet.showSuggestionsAsSnippets": true, | |
"editor.snippetSuggestions": "top", | |
"files.associations": { | |
"**/*.yml": "ansible" | |
}, | |
"extensions.ignoreRecommendations": false, | |
"window.zoomLevel": -1, | |
} |
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
{ | |
"sync.gist": "51426bea02dbb42ca118a481cf0af6ff" | |
} |
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
{ | |
"workbench.colorTheme": "Visual Studio Light", | |
"workbench.editor.enablePreview": false, | |
"vim.startInInsertMode": false, | |
"vim.easymotion": false, | |
"vim.incsearch": true, | |
"vim.useSystemClipboard": true, | |
"vim.useCtrlKeys": true, | |
"vim.hlsearch": true, | |
"vim.insertModeKeyBindings": [ | |
{ | |
"before": [ | |
"k", | |
"j" | |
], | |
"after": [ | |
"<Esc>" | |
] | |
} | |
], | |
"vim.leader": ",", | |
"vim.handleKeys": { | |
"<C-a>": false, | |
"<C-f>": false, | |
"<C-b>": false, | |
"<C-j>": false, | |
"<C-w>": false | |
}, | |
"window.menuBarVisibility": "toggle", | |
"editor.minimap.enabled": false, | |
// "editor.fontFamily": "'Ubuntu Mono', monospace", | |
"editor.fontFamily": "'Source Code Pro', monospace", | |
"editor.fontSize": 16, | |
"editor.fontWeight": "bold", | |
"editor.tabSize": 2, | |
"editor.insertSpaces": true, | |
//////////////////////////////////////////////////////////// | |
// Currently can't set this to false and then manually trigger them when needed, which is | |
// exactly the desired behavior... | |
// https://github.com/Microsoft/vscode/issues/20455 | |
"editor.parameterHints.enabled": false, | |
// "editor.parameterHints.enabled": true, | |
//////////////////////////////////////////////////////////// | |
"editor.rulers": [80, 100], | |
"workbench.activityBar.visible": false, | |
"explorer.confirmDelete": false, | |
"sync.gist": "", | |
"sync.autoDownload": false, | |
"sync.autoUpload": false, | |
"sync.forceDownload": false, | |
"sync.quietSync": false, | |
"sync.askGistName": false, | |
"sync.removeExtensions": true, | |
"sync.syncExtensions": true, | |
"zenMode.hideLineNumbers": false, | |
"emmet.syntaxProfiles": { | |
"javascriptreact": "html", | |
"html": { | |
"attr_quotes": "single" | |
} | |
}, | |
"emmet.includeLanguages": { | |
"typescriptreact": "javascriptreact", | |
"html.erb": "html" | |
}, | |
"emmet.showExpandedAbbreviation": "always", | |
"emmet.showSuggestionsAsSnippets": true, | |
"editor.snippetSuggestions": "top", | |
"files.associations": { | |
"**/*.yml": "ansible" | |
}, | |
"extensions.ignoreRecommendations": true, | |
} |
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
{ | |
"files.trimTrailingWhitespace": true, | |
"[python]": { | |
"editor.detectIndentation": false, | |
"editor.insertSpaces": true, | |
"editor.tabSize": 4, | |
}, | |
"workbench.colorTheme": "Nord", | |
"workbench.editor.enablePreview": false, | |
"vim.startInInsertMode": false, | |
"vim.easymotion": false, | |
"vim.incsearch": true, | |
"vim.useSystemClipboard": true, | |
"vim.useCtrlKeys": true, | |
"vim.hlsearch": true, | |
"vim.insertModeKeyBindings": [ | |
{ | |
"before": [ | |
"k", | |
"j" | |
], | |
"after": [ | |
"<Esc>" | |
] | |
} | |
], | |
"vim.leader": ",", | |
"vim.handleKeys": { | |
"<C-a>": false, | |
"<C-f>": false, | |
"<C-b>": false, | |
"<C-j>": false, | |
"<C-w>": false | |
}, | |
"window.menuBarVisibility": "toggle", | |
"editor.minimap.enabled": false, | |
// "editor.fontFamily": "'Ubuntu Mono', monospace", | |
"editor.fontFamily": "'Source Code Pro', monospace", | |
"editor.fontSize": 18, | |
"editor.fontWeight": "bold", | |
"editor.tabSize": 2, | |
"editor.insertSpaces": true, | |
//////////////////////////////////////////////////////////// | |
// Currently can't set this to false and then manually trigger them when needed, which is | |
// exactly the desired behavior... | |
// https://github.com/Microsoft/vscode/issues/20455 | |
"editor.parameterHints.enabled": false, | |
// "editor.parameterHints.enabled": true, | |
//////////////////////////////////////////////////////////// | |
"editor.rulers": [80, 100], | |
"workbench.activityBar.visible": false, | |
"explorer.confirmDelete": false, | |
"sync.gist": "51426bea02dbb42ca118a481cf0af6ff", | |
"sync.autoDownload": false, | |
"sync.autoUpload": false, | |
"sync.forceDownload": false, | |
"sync.quietSync": false, | |
"sync.askGistName": false, | |
"sync.removeExtensions": true, | |
"sync.syncExtensions": true, | |
"zenMode.hideLineNumbers": false, | |
"emmet.syntaxProfiles": { | |
"javascriptreact": "html", | |
"html": { | |
"attr_quotes": "single" | |
} | |
}, | |
"emmet.includeLanguages": { | |
"typescriptreact": "javascriptreact", | |
"html.erb": "html" | |
}, | |
"emmet.showExpandedAbbreviation": "always", | |
"emmet.showSuggestionsAsSnippets": true, | |
"editor.snippetSuggestions": "top", | |
"files.associations": { | |
"**/*.yml": "ansible" | |
}, | |
"extensions.ignoreRecommendations": true, | |
} |
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
{ | |
"files.trimTrailingWhitespace": true, | |
"[python]": { | |
"editor.detectIndentation": false, | |
"editor.insertSpaces": true, | |
"editor.tabSize": 4, | |
}, | |
"workbench.editor.enablePreview": false, | |
"vim.startInInsertMode": false, | |
"vim.easymotion": false, | |
"vim.incsearch": true, | |
"vim.useSystemClipboard": true, | |
"vim.useCtrlKeys": true, | |
"vim.hlsearch": true, | |
"vim.insertModeKeyBindings": [ | |
{ | |
"before": [ | |
"k", | |
"j" | |
], | |
"after": [ | |
"<Esc>" | |
] | |
} | |
], | |
"vim.leader": ",", | |
"vim.handleKeys": { | |
"<C-a>": false, | |
"<C-f>": false, | |
"<C-b>": false, | |
"<C-j>": false, | |
"<C-w>": false | |
}, | |
"window.menuBarVisibility": "toggle", | |
"editor.minimap.enabled": false, | |
// "editor.fontFamily": "'Ubuntu Mono', monospace", | |
"editor.fontFamily": "'Source Code Pro', monospace", | |
"editor.fontSize": 16, | |
"editor.fontWeight": "bold", | |
"editor.tabSize": 2, | |
"editor.insertSpaces": true, | |
//////////////////////////////////////////////////////////// | |
// Currently can't set this to false and then manually trigger them when needed, which is | |
// exactly the desired behavior... | |
// https://github.com/Microsoft/vscode/issues/20455 | |
"editor.parameterHints.enabled": false, | |
// "editor.parameterHints.enabled": true, | |
//////////////////////////////////////////////////////////// | |
"editor.rulers": [80, 100], | |
"workbench.activityBar.visible": false, | |
"explorer.confirmDelete": false, | |
"sync.gist": "51426bea02dbb42ca118a481cf0af6ff", | |
"sync.autoDownload": false, | |
"sync.autoUpload": false, | |
"sync.forceDownload": false, | |
"sync.quietSync": false, | |
"sync.askGistName": false, | |
"sync.removeExtensions": true, | |
"sync.syncExtensions": true, | |
"zenMode.hideLineNumbers": false, | |
"emmet.syntaxProfiles": { | |
"javascriptreact": "html", | |
"html": { | |
"attr_quotes": "single" | |
} | |
}, | |
"emmet.includeLanguages": { | |
"typescriptreact": "javascriptreact", | |
"html.erb": "html" | |
}, | |
"emmet.showExpandedAbbreviation": "always", | |
"emmet.showSuggestionsAsSnippets": true, | |
"editor.snippetSuggestions": "top", | |
"files.associations": { | |
"**/*.yml": "ansible" | |
}, | |
"extensions.ignoreRecommendations": false, | |
"autoDocstring.guessTypes": true, | |
"autoDocstring.includeName": true, | |
"autoDocstring.startOnNewLine": true, | |
"redhat.telemetry.enabled": true, | |
"security.workspace.trust.untrustedFiles": "open", | |
"workbench.colorTheme": "Nord" | |
} |
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]": { | |
"editor.insertSpaces": false, | |
"editor.tabSize": 2, | |
"editor.detectIndentation": false, | |
}, | |
"workbench.colorTheme": "Nord", | |
"workbench.editor.enablePreview": false, | |
"vim.startInInsertMode": false, | |
"vim.easymotion": false, | |
"vim.incsearch": true, | |
"vim.useSystemClipboard": true, | |
"vim.useCtrlKeys": true, | |
"vim.hlsearch": true, | |
"vim.insertModeKeyBindings": [ | |
{ | |
"before": [ | |
"k", | |
"j" | |
], | |
"after": [ | |
"<Esc>" | |
] | |
} | |
], | |
"vim.leader": ",", | |
"vim.handleKeys": { | |
"<C-a>": false, | |
"<C-f>": false, | |
"<C-b>": false, | |
"<C-j>": false, | |
"<C-w>": false | |
}, | |
"window.menuBarVisibility": "toggle", | |
"editor.minimap.enabled": false, | |
// "editor.fontFamily": "'Ubuntu Mono', monospace", | |
"editor.fontFamily": "'Source Code Pro', monospace", | |
"editor.fontSize": 16, | |
"editor.fontWeight": "bold", | |
"editor.tabSize": 2, | |
"editor.insertSpaces": true, | |
//////////////////////////////////////////////////////////// | |
// Currently can't set this to false and then manually trigger them when needed, which is | |
// exactly the desired behavior... | |
// https://github.com/Microsoft/vscode/issues/20455 | |
"editor.parameterHints.enabled": false, | |
// "editor.parameterHints.enabled": true, | |
//////////////////////////////////////////////////////////// | |
"editor.rulers": [80, 100], | |
"workbench.activityBar.visible": false, | |
"explorer.confirmDelete": false, | |
"sync.gist": "51426bea02dbb42ca118a481cf0af6ff", | |
"sync.autoDownload": false, | |
"sync.autoUpload": false, | |
"sync.forceDownload": false, | |
"sync.quietSync": false, | |
"sync.askGistName": false, | |
"sync.removeExtensions": true, | |
"sync.syncExtensions": true, | |
"zenMode.hideLineNumbers": false, | |
"emmet.syntaxProfiles": { | |
"javascriptreact": "html", | |
"html": { | |
"attr_quotes": "single" | |
} | |
}, | |
"emmet.includeLanguages": { | |
"typescriptreact": "javascriptreact", | |
"html.erb": "html" | |
}, | |
"emmet.showExpandedAbbreviation": "always", | |
"emmet.showSuggestionsAsSnippets": true, | |
"editor.snippetSuggestions": "top", | |
"files.associations": { | |
"**/*.yml": "ansible" | |
}, | |
"extensions.ignoreRecommendations": true, | |
"window.zoomLevel": -1, | |
} |
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
{ | |
"files.trimTrailingWhitespace": true, | |
"[python]": { | |
"editor.detectIndentation": false, | |
"editor.insertSpaces": true, | |
"editor.tabSize": 4, | |
}, | |
"workbench.colorTheme": "Nord", | |
"workbench.editor.enablePreview": false, | |
"vim.startInInsertMode": false, | |
"vim.easymotion": false, | |
"vim.incsearch": true, | |
"vim.useSystemClipboard": true, | |
"vim.useCtrlKeys": true, | |
"vim.hlsearch": true, | |
"vim.insertModeKeyBindings": [ | |
{ | |
"before": [ | |
"k", | |
"j" | |
], | |
"after": [ | |
"<Esc>" | |
] | |
} | |
], | |
"vim.leader": ",", | |
"vim.handleKeys": { | |
"<C-a>": false, | |
"<C-f>": false, | |
"<C-b>": false, | |
"<C-j>": false, | |
"<C-w>": false | |
}, | |
"window.menuBarVisibility": "toggle", | |
"editor.minimap.enabled": false, | |
// "editor.fontFamily": "'Ubuntu Mono', monospace", | |
"editor.fontFamily": "'Source Code Pro', monospace", | |
"editor.fontSize": 18, | |
"editor.fontWeight": "bold", | |
"editor.tabSize": 2, | |
"editor.insertSpaces": true, | |
//////////////////////////////////////////////////////////// | |
// Currently can't set this to false and then manually trigger them when needed, which is | |
// exactly the desired behavior... | |
// https://github.com/Microsoft/vscode/issues/20455 | |
"editor.parameterHints.enabled": false, | |
// "editor.parameterHints.enabled": true, | |
//////////////////////////////////////////////////////////// | |
"editor.rulers": [80, 100], | |
"workbench.activityBar.visible": false, | |
"explorer.confirmDelete": false, | |
"sync.gist": "51426bea02dbb42ca118a481cf0af6ff", | |
"sync.autoDownload": false, | |
"sync.autoUpload": false, | |
"sync.forceDownload": false, | |
"sync.quietSync": false, | |
"sync.askGistName": false, | |
"sync.removeExtensions": true, | |
"sync.syncExtensions": true, | |
"zenMode.hideLineNumbers": false, | |
"emmet.syntaxProfiles": { | |
"javascriptreact": "html", | |
"html": { | |
"attr_quotes": "single" | |
} | |
}, | |
"emmet.includeLanguages": { | |
"typescriptreact": "javascriptreact", | |
"html.erb": "html" | |
}, | |
"emmet.showExpandedAbbreviation": "always", | |
"emmet.showSuggestionsAsSnippets": true, | |
"editor.snippetSuggestions": "top", | |
"files.associations": { | |
"**/*.yml": "ansible" | |
}, | |
"extensions.ignoreRecommendations": true, | |
"git.openRepositoryInParentFolders": "always", | |
} |
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
{ | |
"files.trimTrailingWhitespace": true, | |
"[python]": { | |
"editor.detectIndentation": false, | |
"editor.insertSpaces": true, | |
"editor.tabSize": 4, | |
}, | |
"workbench.colorTheme": "Nord", | |
"workbench.editor.enablePreview": false, | |
"vim.startInInsertMode": false, | |
"vim.easymotion": false, | |
"vim.incsearch": true, | |
"vim.useSystemClipboard": true, | |
"vim.useCtrlKeys": true, | |
"vim.hlsearch": true, | |
"vim.insertModeKeyBindings": [ | |
{ | |
"before": [ | |
"k", | |
"j" | |
], | |
"after": [ | |
"<Esc>" | |
] | |
} | |
], | |
"vim.leader": ",", | |
"vim.handleKeys": { | |
"<C-a>": false, | |
"<C-f>": false, | |
"<C-b>": false, | |
"<C-j>": false, | |
"<C-w>": false | |
}, | |
"window.menuBarVisibility": "toggle", | |
"editor.minimap.enabled": false, | |
// "editor.fontFamily": "'Ubuntu Mono', monospace", | |
"editor.fontFamily": "'Source Code Pro', monospace", | |
"editor.fontSize": 20, | |
"editor.fontWeight": "bold", | |
"editor.tabSize": 2, | |
"editor.insertSpaces": true, | |
//////////////////////////////////////////////////////////// | |
// Currently can't set this to false and then manually trigger them when needed, which is | |
// exactly the desired behavior... | |
// https://github.com/Microsoft/vscode/issues/20455 | |
"editor.parameterHints.enabled": false, | |
// "editor.parameterHints.enabled": true, | |
//////////////////////////////////////////////////////////// | |
"editor.rulers": [80, 100], | |
"workbench.activityBar.visible": false, | |
"explorer.confirmDelete": false, | |
"sync.gist": "51426bea02dbb42ca118a481cf0af6ff", | |
"sync.autoDownload": false, | |
"sync.autoUpload": false, | |
"sync.forceDownload": false, | |
"sync.quietSync": false, | |
"sync.askGistName": false, | |
"sync.removeExtensions": true, | |
"sync.syncExtensions": true, | |
"zenMode.hideLineNumbers": false, | |
"emmet.syntaxProfiles": { | |
"javascriptreact": "html", | |
"html": { | |
"attr_quotes": "single" | |
} | |
}, | |
"emmet.includeLanguages": { | |
"typescriptreact": "javascriptreact", | |
"html.erb": "html" | |
}, | |
"emmet.showExpandedAbbreviation": "always", | |
"emmet.showSuggestionsAsSnippets": true, | |
"editor.snippetSuggestions": "top", | |
"files.associations": { | |
"**/*.yml": "ansible" | |
}, | |
"extensions.ignoreRecommendations": true, | |
} |
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
{ | |
"files.trimTrailingWhitespace": true, | |
"[python]": { | |
"editor.detectIndentation": false, | |
"editor.insertSpaces": true, | |
"editor.tabSize": 4, | |
}, | |
"workbench.colorTheme": "Nord", | |
"workbench.editor.enablePreview": false, | |
"vim.startInInsertMode": false, | |
"vim.easymotion": false, | |
"vim.incsearch": true, | |
"vim.useSystemClipboard": true, | |
"vim.useCtrlKeys": true, | |
"vim.hlsearch": true, | |
"vim.insertModeKeyBindings": [ | |
{ | |
"before": [ | |
"k", | |
"j" | |
], | |
"after": [ | |
"<Esc>" | |
] | |
} | |
], | |
"vim.leader": ",", | |
"vim.handleKeys": { | |
"<C-a>": false, | |
"<C-f>": false, | |
"<C-b>": false, | |
"<C-j>": false, | |
"<C-w>": false | |
}, | |
"window.menuBarVisibility": "toggle", | |
"editor.minimap.enabled": false, | |
// "editor.fontFamily": "'Ubuntu Mono', monospace", | |
"editor.fontFamily": "'Source Code Pro', monospace", | |
"editor.fontSize": 16, | |
"editor.fontWeight": "bold", | |
"editor.tabSize": 2, | |
"editor.insertSpaces": true, | |
//////////////////////////////////////////////////////////// | |
// Currently can't set this to false and then manually trigger them when needed, which is | |
// exactly the desired behavior... | |
// https://github.com/Microsoft/vscode/issues/20455 | |
"editor.parameterHints.enabled": false, | |
// "editor.parameterHints.enabled": true, | |
//////////////////////////////////////////////////////////// | |
"editor.rulers": [80, 100], | |
"workbench.activityBar.visible": false, | |
"explorer.confirmDelete": false, | |
"sync.gist": "51426bea02dbb42ca118a481cf0af6ff", | |
"sync.autoDownload": false, | |
"sync.autoUpload": false, | |
"sync.forceDownload": false, | |
"sync.quietSync": false, | |
"sync.askGistName": false, | |
"sync.removeExtensions": true, | |
"sync.syncExtensions": true, | |
"zenMode.hideLineNumbers": false, | |
"emmet.syntaxProfiles": { | |
"javascriptreact": "html", | |
"html": { | |
"attr_quotes": "single" | |
} | |
}, | |
"emmet.includeLanguages": { | |
"typescriptreact": "javascriptreact", | |
"html.erb": "html" | |
}, | |
"emmet.showExpandedAbbreviation": "always", | |
"emmet.showSuggestionsAsSnippets": true, | |
"editor.snippetSuggestions": "top", | |
"files.associations": { | |
"**/*.yml": "ansible" | |
}, | |
"extensions.ignoreRecommendations": false, | |
"autoDocstring.guessTypes": true, | |
"autoDocstring.includeName": true, | |
"autoDocstring.startOnNewLine": true, | |
"redhat.telemetry.enabled": true, | |
} |
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
{ | |
"workbench.colorTheme": "Visual Studio Light", | |
"workbench.editor.enablePreview": false, | |
"vim.startInInsertMode": false, | |
"vim.easymotion": false, | |
"vim.incsearch": true, | |
"vim.useSystemClipboard": true, | |
"vim.useCtrlKeys": true, | |
"vim.hlsearch": true, | |
"vim.insertModeKeyBindings": [ | |
{ | |
"before": [ | |
"k", | |
"j" | |
], | |
"after": [ | |
"<Esc>" | |
] | |
} | |
], | |
"vim.leader": ",", | |
"vim.handleKeys": { | |
"<C-a>": false, | |
"<C-f>": false, | |
"<C-b>": false, | |
"<C-j>": false, | |
"<C-w>": false | |
}, | |
"window.menuBarVisibility": "toggle", | |
"editor.minimap.enabled": false, | |
// "editor.fontFamily": "'Ubuntu Mono', monospace", | |
"editor.fontFamily": "'Source Code Pro', monospace", | |
"editor.fontSize": 16, | |
"editor.fontWeight": "bold", | |
"editor.tabSize": 2, | |
"editor.insertSpaces": true, | |
//////////////////////////////////////////////////////////// | |
// Currently can't set this to false and then manually trigger them when needed, which is | |
// exactly the desired behavior... | |
// https://github.com/Microsoft/vscode/issues/20455 | |
"editor.parameterHints.enabled": false, | |
// "editor.parameterHints.enabled": true, | |
//////////////////////////////////////////////////////////// | |
"editor.rulers": [80, 100], | |
"workbench.activityBar.visible": false, | |
"explorer.confirmDelete": false, | |
"sync.gist": "51426bea02dbb42ca118a481cf0af6ff", | |
"sync.autoDownload": false, | |
"sync.autoUpload": false, | |
"sync.forceDownload": false, | |
"sync.quietSync": false, | |
"sync.askGistName": false, | |
"sync.removeExtensions": true, | |
"sync.syncExtensions": true, | |
"zenMode.hideLineNumbers": false, | |
"emmet.syntaxProfiles": { | |
"javascriptreact": "html", | |
"html": { | |
"attr_quotes": "single" | |
} | |
}, | |
"emmet.includeLanguages": { | |
"typescriptreact": "javascriptreact", | |
"html.erb": "html" | |
}, | |
"emmet.showExpandedAbbreviation": "always", | |
"emmet.showSuggestionsAsSnippets": true, | |
"editor.snippetSuggestions": "top", | |
"files.associations": { | |
"**/*.yml": "ansible" | |
}, | |
"extensions.ignoreRecommendations": true, | |
} |
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
{ | |
"workbench.colorTheme": "Visual Studio Light", | |
"workbench.editor.enablePreview": false, | |
"vim.startInInsertMode": false, | |
"vim.easymotion": false, | |
"vim.incsearch": true, | |
"vim.useSystemClipboard": true, | |
"vim.useCtrlKeys": true, | |
"vim.hlsearch": true, | |
"vim.insertModeKeyBindings": [ | |
{ | |
"before": [ | |
"k", | |
"j" | |
], | |
"after": [ | |
"<Esc>" | |
] | |
} | |
], | |
"vim.leader": ",", | |
"vim.handleKeys": { | |
"<C-a>": false, | |
"<C-f>": false, | |
"<C-b>": false, | |
"<C-j>": false, | |
"<C-w>": false | |
}, | |
"window.menuBarVisibility": "toggle", | |
"editor.minimap.enabled": false, | |
// "editor.fontFamily": "'Ubuntu Mono', monospace", | |
"editor.fontFamily": "'Source Code Pro', monospace", | |
"editor.fontSize": 16, | |
"editor.fontWeight": "bold", | |
"editor.tabSize": 2, | |
"editor.insertSpaces": true, | |
//////////////////////////////////////////////////////////// | |
// Currently can't set this to false and then manually trigger them when needed, which is | |
// exactly the desired behavior... | |
// https://github.com/Microsoft/vscode/issues/20455 | |
"editor.parameterHints.enabled": false, | |
// "editor.parameterHints.enabled": true, | |
//////////////////////////////////////////////////////////// | |
"editor.rulers": [80, 100], | |
"workbench.activityBar.visible": false, | |
"explorer.confirmDelete": false, | |
"sync.gist": "51426bea02dbb42ca118a481cf0af6ff", | |
"sync.autoDownload": false, | |
"sync.autoUpload": false, | |
"sync.forceDownload": false, | |
"sync.quietSync": false, | |
"sync.askGistName": false, | |
"sync.removeExtensions": true, | |
"sync.syncExtensions": true, | |
"zenMode.hideLineNumbers": false, | |
"emmet.syntaxProfiles": { | |
"javascriptreact": "html", | |
"html": { | |
"attr_quotes": "single" | |
} | |
}, | |
"emmet.includeLanguages": { | |
"typescriptreact": "javascriptreact", | |
"html.erb": "html" | |
}, | |
"emmet.showExpandedAbbreviation": "always", | |
"emmet.showSuggestionsAsSnippets": true, | |
"editor.snippetSuggestions": "top", | |
"files.associations": { | |
"**/*.yml": "ansible" | |
}, | |
"extensions.ignoreRecommendations": true, | |
} |
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
{ | |
"files.trimTrailingWhitespace": true, | |
"[python]": { | |
"editor.detectIndentation": false, | |
"editor.insertSpaces": true, | |
"editor.tabSize": 4, | |
}, | |
"workbench.colorTheme": "Nord", | |
"workbench.editor.enablePreview": false, | |
"vim.startInInsertMode": false, | |
"vim.easymotion": false, | |
"vim.incsearch": true, | |
"vim.useSystemClipboard": true, | |
"vim.useCtrlKeys": true, | |
"vim.hlsearch": true, | |
"vim.insertModeKeyBindings": [ | |
{ | |
"before": [ | |
"k", | |
"j" | |
], | |
"after": [ | |
"<Esc>" | |
] | |
} | |
], | |
"vim.leader": ",", | |
"vim.handleKeys": { | |
"<C-a>": false, | |
"<C-f>": false, | |
"<C-b>": false, | |
"<C-j>": false, | |
"<C-w>": false | |
}, | |
"window.menuBarVisibility": "toggle", | |
"editor.minimap.enabled": false, | |
// "editor.fontFamily": "'Ubuntu Mono', monospace", | |
"editor.fontFamily": "'Source Code Pro', monospace", | |
"editor.fontSize": 16, | |
"editor.fontWeight": "bold", | |
"editor.tabSize": 2, | |
"editor.insertSpaces": true, | |
//////////////////////////////////////////////////////////// | |
// Currently can't set this to false and then manually trigger them when needed, which is | |
// exactly the desired behavior... | |
// https://github.com/Microsoft/vscode/issues/20455 | |
"editor.parameterHints.enabled": false, | |
// "editor.parameterHints.enabled": true, | |
//////////////////////////////////////////////////////////// | |
"editor.rulers": [80, 100], | |
"workbench.activityBar.visible": false, | |
"explorer.confirmDelete": false, | |
"sync.gist": "51426bea02dbb42ca118a481cf0af6ff", | |
"sync.autoDownload": false, | |
"sync.autoUpload": false, | |
"sync.forceDownload": false, | |
"sync.quietSync": false, | |
"sync.askGistName": false, | |
"sync.removeExtensions": true, | |
"sync.syncExtensions": true, | |
"zenMode.hideLineNumbers": false, | |
"emmet.syntaxProfiles": { | |
"javascriptreact": "html", | |
"html": { | |
"attr_quotes": "single" | |
} | |
}, | |
"emmet.includeLanguages": { | |
"typescriptreact": "javascriptreact", | |
"html.erb": "html" | |
}, | |
"emmet.showExpandedAbbreviation": "always", | |
"emmet.showSuggestionsAsSnippets": true, | |
"editor.snippetSuggestions": "top", | |
"files.associations": { | |
"**/*.yml": "ansible" | |
}, | |
"extensions.ignoreRecommendations": true, | |
} |
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
{ | |
"files.trimTrailingWhitespace": true, | |
"[python]": { | |
"editor.detectIndentation": false, | |
"editor.insertSpaces": true, | |
"editor.tabSize": 4, | |
}, | |
"workbench.colorTheme": "Nord", | |
"workbench.editor.enablePreview": false, | |
"vim.startInInsertMode": false, | |
"vim.easymotion": false, | |
"vim.incsearch": true, | |
"vim.useSystemClipboard": true, | |
"vim.useCtrlKeys": true, | |
"vim.hlsearch": true, | |
"vim.insertModeKeyBindings": [ | |
{ | |
"before": [ | |
"k", | |
"j" | |
], | |
"after": [ | |
"<Esc>" | |
] | |
} | |
], | |
"vim.leader": ",", | |
"vim.handleKeys": { | |
"<C-a>": false, | |
"<C-f>": false, | |
"<C-b>": false, | |
"<C-j>": false, | |
"<C-w>": false | |
}, | |
"window.menuBarVisibility": "toggle", | |
"editor.minimap.enabled": false, | |
// "editor.fontFamily": "'Ubuntu Mono', monospace", | |
"editor.fontFamily": "'Source Code Pro', monospace", | |
"editor.fontSize": 16, | |
"editor.fontWeight": "bold", | |
"editor.tabSize": 2, | |
"editor.insertSpaces": true, | |
//////////////////////////////////////////////////////////// | |
// Currently can't set this to false and then manually trigger them when needed, which is | |
// exactly the desired behavior... | |
// https://github.com/Microsoft/vscode/issues/20455 | |
"editor.parameterHints.enabled": false, | |
// "editor.parameterHints.enabled": true, | |
//////////////////////////////////////////////////////////// | |
"editor.rulers": [80, 100], | |
"workbench.activityBar.visible": false, | |
"explorer.confirmDelete": false, | |
"sync.gist": "51426bea02dbb42ca118a481cf0af6ff", | |
"sync.autoDownload": false, | |
"sync.autoUpload": false, | |
"sync.forceDownload": false, | |
"sync.quietSync": false, | |
"sync.askGistName": false, | |
"sync.removeExtensions": true, | |
"sync.syncExtensions": true, | |
"zenMode.hideLineNumbers": false, | |
"emmet.syntaxProfiles": { | |
"javascriptreact": "html", | |
"html": { | |
"attr_quotes": "single" | |
} | |
}, | |
"emmet.includeLanguages": { | |
"typescriptreact": "javascriptreact", | |
"html.erb": "html" | |
}, | |
"emmet.showExpandedAbbreviation": "always", | |
"emmet.showSuggestionsAsSnippets": true, | |
"editor.snippetSuggestions": "top", | |
"extensions.ignoreRecommendations": false, | |
"autoDocstring.guessTypes": true, | |
"autoDocstring.includeName": true, | |
"autoDocstring.startOnNewLine": true, | |
} |
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]": { | |
"editor.detectIndentation": false, | |
"editor.insertSpaces": true, | |
"editor.tabSize": 4, | |
}, | |
"workbench.colorTheme": "Nord", | |
"workbench.editor.enablePreview": false, | |
"vim.startInInsertMode": false, | |
"vim.easymotion": false, | |
"vim.incsearch": true, | |
"vim.useSystemClipboard": true, | |
"vim.useCtrlKeys": true, | |
"vim.hlsearch": true, | |
"vim.insertModeKeyBindings": [ | |
{ | |
"before": [ | |
"k", | |
"j" | |
], | |
"after": [ | |
"<Esc>" | |
] | |
} | |
], | |
"vim.leader": ",", | |
"vim.handleKeys": { | |
"<C-a>": false, | |
"<C-f>": false, | |
"<C-b>": false, | |
"<C-j>": false, | |
"<C-w>": false | |
}, | |
"window.menuBarVisibility": "toggle", | |
"editor.minimap.enabled": false, | |
// "editor.fontFamily": "'Ubuntu Mono', monospace", | |
"editor.fontFamily": "'Source Code Pro', monospace", | |
"editor.fontSize": 16, | |
"editor.fontWeight": "bold", | |
"editor.tabSize": 2, | |
"editor.insertSpaces": true, | |
//////////////////////////////////////////////////////////// | |
// Currently can't set this to false and then manually trigger them when needed, which is | |
// exactly the desired behavior... | |
// https://github.com/Microsoft/vscode/issues/20455 | |
"editor.parameterHints.enabled": false, | |
// "editor.parameterHints.enabled": true, | |
//////////////////////////////////////////////////////////// | |
"editor.rulers": [80, 100], | |
"workbench.activityBar.visible": false, | |
"explorer.confirmDelete": false, | |
"sync.gist": "51426bea02dbb42ca118a481cf0af6ff", | |
"sync.autoDownload": false, | |
"sync.autoUpload": false, | |
"sync.forceDownload": false, | |
"sync.quietSync": false, | |
"sync.askGistName": false, | |
"sync.removeExtensions": true, | |
"sync.syncExtensions": true, | |
"zenMode.hideLineNumbers": false, | |
"emmet.syntaxProfiles": { | |
"javascriptreact": "html", | |
"html": { | |
"attr_quotes": "single" | |
} | |
}, | |
"emmet.includeLanguages": { | |
"typescriptreact": "javascriptreact", | |
"html.erb": "html" | |
}, | |
"emmet.showExpandedAbbreviation": "always", | |
"emmet.showSuggestionsAsSnippets": true, | |
"editor.snippetSuggestions": "top", | |
"files.associations": { | |
"**/*.yml": "ansible" | |
}, | |
"extensions.ignoreRecommendations": true, | |
"window.zoomLevel": -1, | |
} |
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
{ | |
"files.trimTrailingWhitespace": true, | |
"[python]": { | |
"editor.detectIndentation": false, | |
"editor.insertSpaces": true, | |
"editor.tabSize": 4, | |
}, | |
"workbench.colorTheme": "Nord", | |
"workbench.editor.enablePreview": false, | |
"vim.startInInsertMode": false, | |
"vim.easymotion": false, | |
"vim.incsearch": true, | |
"vim.useSystemClipboard": true, | |
"vim.useCtrlKeys": true, | |
"vim.hlsearch": true, | |
"vim.insertModeKeyBindings": [ | |
{ | |
"before": [ | |
"k", | |
"j" | |
], | |
"after": [ | |
"<Esc>" | |
] | |
} | |
], | |
"vim.leader": ",", | |
"vim.handleKeys": { | |
"<C-a>": false, | |
"<C-f>": false, | |
"<C-b>": false, | |
"<C-j>": false, | |
"<C-w>": false | |
}, | |
"window.menuBarVisibility": "toggle", | |
"editor.minimap.enabled": false, | |
// "editor.fontFamily": "'Ubuntu Mono', monospace", | |
"editor.fontFamily": "'Source Code Pro', monospace", | |
"editor.fontSize": 16, | |
"editor.fontWeight": "bold", | |
"editor.tabSize": 2, | |
"editor.insertSpaces": true, | |
//////////////////////////////////////////////////////////// | |
// Currently can't set this to false and then manually trigger them when needed, which is | |
// exactly the desired behavior... | |
// https://github.com/Microsoft/vscode/issues/20455 | |
"editor.parameterHints.enabled": false, | |
// "editor.parameterHints.enabled": true, | |
//////////////////////////////////////////////////////////// | |
"editor.rulers": [80, 100], | |
"workbench.activityBar.visible": false, | |
"explorer.confirmDelete": false, | |
"sync.gist": "51426bea02dbb42ca118a481cf0af6ff", | |
"sync.autoDownload": false, | |
"sync.autoUpload": false, | |
"sync.forceDownload": false, | |
"sync.quietSync": false, | |
"sync.askGistName": false, | |
"sync.removeExtensions": true, | |
"sync.syncExtensions": true, | |
"zenMode.hideLineNumbers": false, | |
"emmet.syntaxProfiles": { | |
"javascriptreact": "html", | |
"html": { | |
"attr_quotes": "single" | |
} | |
}, | |
"emmet.includeLanguages": { | |
"typescriptreact": "javascriptreact", | |
"html.erb": "html" | |
}, | |
"emmet.showExpandedAbbreviation": "always", | |
"emmet.showSuggestionsAsSnippets": true, | |
"editor.snippetSuggestions": "top", | |
"files.associations": { | |
"**/*.yml": "ansible" | |
}, | |
"extensions.ignoreRecommendations": false, | |
"autoDocstring.guessTypes": true, | |
"autoDocstring.includeName": true, | |
"autoDocstring.startOnNewLine": true, | |
"redhat.telemetry.enabled": true, | |
"editor.suggest.showSnippets": false, | |
"ansible.validation.lint.enabled": false, | |
} |
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
{ | |
"files.trimTrailingWhitespace": true, | |
"[python]": { | |
"editor.detectIndentation": false, | |
"editor.insertSpaces": true, | |
"editor.tabSize": 4, | |
}, | |
"workbench.colorTheme": "Nord", | |
"workbench.editor.enablePreview": false, | |
"vim.startInInsertMode": false, | |
"vim.easymotion": false, | |
"vim.incsearch": true, | |
"vim.useSystemClipboard": true, | |
"vim.useCtrlKeys": true, | |
"vim.hlsearch": true, | |
"vim.insertModeKeyBindings": [ | |
{ | |
"before": [ | |
"k", | |
"j" | |
], | |
"after": [ | |
"<Esc>" | |
] | |
} | |
], | |
"vim.leader": ",", | |
"vim.handleKeys": { | |
"<C-a>": false, | |
"<C-f>": false, | |
"<C-b>": false, | |
"<C-j>": false, | |
"<C-w>": false | |
}, | |
"window.menuBarVisibility": "toggle", | |
"editor.minimap.enabled": false, | |
// "editor.fontFamily": "'Ubuntu Mono', monospace", | |
"editor.fontFamily": "'Source Code Pro', monospace", | |
"editor.fontSize": 16, | |
"editor.fontWeight": "bold", | |
"editor.tabSize": 2, | |
"editor.insertSpaces": true, | |
//////////////////////////////////////////////////////////// | |
// Currently can't set this to false and then manually trigger them when needed, which is | |
// exactly the desired behavior... | |
// https://github.com/Microsoft/vscode/issues/20455 | |
"editor.parameterHints.enabled": false, | |
// "editor.parameterHints.enabled": true, | |
//////////////////////////////////////////////////////////// | |
"editor.rulers": [80, 100], | |
"workbench.activityBar.visible": false, | |
"explorer.confirmDelete": false, | |
"sync.gist": "51426bea02dbb42ca118a481cf0af6ff", | |
"sync.autoDownload": false, | |
"sync.autoUpload": false, | |
"sync.forceDownload": false, | |
"sync.quietSync": false, | |
"sync.askGistName": false, | |
"sync.removeExtensions": true, | |
"sync.syncExtensions": true, | |
"zenMode.hideLineNumbers": false, | |
"emmet.syntaxProfiles": { | |
"javascriptreact": "html", | |
"html": { | |
"attr_quotes": "single" | |
} | |
}, | |
"emmet.includeLanguages": { | |
"typescriptreact": "javascriptreact", | |
"html.erb": "html" | |
}, | |
"emmet.showExpandedAbbreviation": "always", | |
"emmet.showSuggestionsAsSnippets": true, | |
"editor.snippetSuggestions": "top", | |
"files.associations": { | |
"**/*.yml": "ansible" | |
}, | |
"extensions.ignoreRecommendations": false, | |
"autoDocstring.guessTypes": true, | |
"autoDocstring.includeName": true, | |
"autoDocstring.startOnNewLine": true, | |
"window.zoomLevel": -1, | |
} |
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
{ | |
"files.trimTrailingWhitespace": true, | |
"[python]": { | |
"editor.detectIndentation": false, | |
"editor.insertSpaces": true, | |
"editor.tabSize": 4, | |
}, | |
"[tid]": { | |
"editor.quickSuggestions": false, | |
}, | |
"workbench.editor.enablePreview": false, | |
"vim.startInInsertMode": false, | |
"vim.easymotion": false, | |
"vim.incsearch": true, | |
"vim.useSystemClipboard": true, | |
"vim.useCtrlKeys": true, | |
"vim.hlsearch": true, | |
"vim.insertModeKeyBindings": [ | |
{ | |
"before": [ | |
"k", | |
"j" | |
], | |
"after": [ | |
"<Esc>" | |
] | |
} | |
], | |
"vim.leader": ",", | |
"vim.handleKeys": { | |
"<C-a>": false, | |
"<C-f>": false, | |
"<C-b>": false, | |
"<C-j>": false, | |
"<C-w>": false | |
}, | |
"window.menuBarVisibility": "toggle", | |
"editor.minimap.enabled": false, | |
// "editor.fontFamily": "'Ubuntu Mono', monospace", | |
"editor.fontFamily": "'Source Code Pro', monospace", | |
"editor.fontSize": 16, | |
"editor.fontWeight": "bold", | |
"editor.tabSize": 2, | |
"editor.insertSpaces": true, | |
//////////////////////////////////////////////////////////// | |
// Currently can't set this to false and then manually trigger them when needed, which is | |
// exactly the desired behavior... | |
// https://github.com/Microsoft/vscode/issues/20455 | |
"editor.parameterHints.enabled": false, | |
// "editor.parameterHints.enabled": true, | |
//////////////////////////////////////////////////////////// | |
"editor.rulers": [80, 100], | |
"workbench.activityBar.visible": false, | |
"explorer.confirmDelete": false, | |
"sync.gist": "51426bea02dbb42ca118a481cf0af6ff", | |
"sync.autoDownload": false, | |
"sync.autoUpload": false, | |
"sync.forceDownload": false, | |
"sync.quietSync": false, | |
"sync.askGistName": false, | |
"sync.removeExtensions": true, | |
"sync.syncExtensions": true, | |
"zenMode.hideLineNumbers": false, | |
"emmet.syntaxProfiles": { | |
"javascriptreact": "html", | |
"html": { | |
"attr_quotes": "single" | |
} | |
}, | |
"emmet.includeLanguages": { | |
"typescriptreact": "javascriptreact", | |
"html.erb": "html" | |
}, | |
"emmet.showExpandedAbbreviation": "always", | |
"emmet.showSuggestionsAsSnippets": true, | |
"editor.snippetSuggestions": "top", | |
"files.associations": { | |
"**/*.yml": "ansible" | |
}, | |
"extensions.ignoreRecommendations": false, | |
"autoDocstring.guessTypes": true, | |
"autoDocstring.includeName": true, | |
"autoDocstring.startOnNewLine": true, | |
"redhat.telemetry.enabled": true, | |
"security.workspace.trust.untrustedFiles": "open", | |
"workbench.colorTheme": "Nord" | |
} |
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
{ | |
"workbench.colorTheme": "Nord", | |
"workbench.editor.enablePreview": false, | |
"vim.startInInsertMode": false, | |
"vim.easymotion": false, | |
"vim.incsearch": true, | |
"vim.useSystemClipboard": true, | |
"vim.useCtrlKeys": true, | |
"vim.hlsearch": true, | |
"vim.insertModeKeyBindings": [ | |
{ | |
"before": [ | |
"k", | |
"j" | |
], | |
"after": [ | |
"<Esc>" | |
] | |
} | |
], | |
"vim.leader": ",", | |
"vim.handleKeys": { | |
"<C-a>": false, | |
"<C-f>": false, | |
"<C-b>": false, | |
"<C-j>": false, | |
"<C-w>": false | |
}, | |
"window.menuBarVisibility": "toggle", | |
"editor.minimap.enabled": false, | |
// "editor.fontFamily": "'Ubuntu Mono', monospace", | |
"editor.fontFamily": "'Source Code Pro', monospace", | |
"editor.fontSize": 16, | |
"editor.fontWeight": "bold", | |
"editor.tabSize": 2, | |
"editor.insertSpaces": true, | |
//////////////////////////////////////////////////////////// | |
// Currently can't set this to false and then manually trigger them when needed, which is | |
// exactly the desired behavior... | |
// https://github.com/Microsoft/vscode/issues/20455 | |
"editor.parameterHints.enabled": false, | |
// "editor.parameterHints.enabled": true, | |
//////////////////////////////////////////////////////////// | |
"editor.rulers": [80, 100], | |
"workbench.activityBar.visible": false, | |
"explorer.confirmDelete": false, | |
"sync.gist": "51426bea02dbb42ca118a481cf0af6ff", | |
"sync.autoDownload": false, | |
"sync.autoUpload": false, | |
"sync.forceDownload": false, | |
"sync.quietSync": false, | |
"sync.askGistName": false, | |
"sync.removeExtensions": true, | |
"sync.syncExtensions": true, | |
"zenMode.hideLineNumbers": false, | |
"emmet.syntaxProfiles": { | |
"javascriptreact": "html", | |
"html": { | |
"attr_quotes": "single" | |
} | |
}, | |
"emmet.includeLanguages": { | |
"typescriptreact": "javascriptreact", | |
"html.erb": "html" | |
}, | |
"emmet.showExpandedAbbreviation": "always", | |
"emmet.showSuggestionsAsSnippets": true, | |
"editor.snippetSuggestions": "top", | |
"files.associations": { | |
"**/*.yml": "ansible" | |
}, | |
"extensions.ignoreRecommendations": true, | |
"window.zoomLevel": -1, | |
} |
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
{ | |
"workbench.colorTheme": "Visual Studio Light", | |
"workbench.editor.enablePreview": false, | |
"vim.startInInsertMode": false, | |
"vim.easymotion": false, | |
"vim.incsearch": true, | |
"vim.useSystemClipboard": true, | |
"vim.useCtrlKeys": true, | |
"vim.hlsearch": true, | |
"vim.insertModeKeyBindings": [ | |
{ | |
"before": [ | |
"k", | |
"j" | |
], | |
"after": [ | |
"<Esc>" | |
] | |
} | |
], | |
"vim.leader": ",", | |
"vim.handleKeys": { | |
"<C-a>": false, | |
"<C-f>": false, | |
"<C-b>": false, | |
"<C-j>": false, | |
"<C-w>": false | |
}, | |
"window.menuBarVisibility": "toggle", | |
"editor.minimap.enabled": false, | |
// "editor.fontFamily": "'Ubuntu Mono', monospace", | |
"editor.fontFamily": "'Source Code Pro', monospace", | |
"editor.fontSize": 16, | |
"editor.fontWeight": "bold", | |
"editor.tabSize": 2, | |
"editor.insertSpaces": true, | |
//////////////////////////////////////////////////////////// | |
// Currently can't set this to false and then manually trigger them when needed, which is | |
// exactly the desired behavior... | |
// https://github.com/Microsoft/vscode/issues/20455 | |
"editor.parameterHints.enabled": false, | |
// "editor.parameterHints.enabled": true, | |
//////////////////////////////////////////////////////////// | |
"editor.rulers": [80, 100], | |
"workbench.activityBar.visible": false, | |
"explorer.confirmDelete": false, | |
"sync.gist": "", | |
"sync.autoDownload": false, | |
"sync.autoUpload": false, | |
"sync.forceDownload": false, | |
"sync.quietSync": false, | |
"sync.askGistName": false, | |
"sync.removeExtensions": true, | |
"sync.syncExtensions": true, | |
"zenMode.hideLineNumbers": false, | |
"emmet.syntaxProfiles": { | |
"javascriptreact": "html", | |
"html": { | |
"attr_quotes": "single" | |
} | |
}, | |
"emmet.includeLanguages": { | |
"typescriptreact": "javascriptreact", | |
"html.erb": "html" | |
}, | |
"emmet.showExpandedAbbreviation": "always", | |
"emmet.showSuggestionsAsSnippets": true, | |
"editor.snippetSuggestions": "top", | |
"files.associations": { | |
"**/*.yml": "ansible" | |
}, | |
"extensions.ignoreRecommendations": true, | |
} |
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
{ | |
"files.trimTrailingWhitespace": true, | |
"[python]": { | |
"editor.detectIndentation": false, | |
"editor.insertSpaces": true, | |
"editor.tabSize": 4, | |
}, | |
"[tid]": { | |
"editor.quickSuggestions": { | |
"comments": "off", | |
"strings": "off", | |
"other": "off" | |
}, | |
}, | |
"workbench.colorTheme": "Nord", | |
"workbench.editor.enablePreview": false, | |
"vim.startInInsertMode": false, | |
"vim.easymotion": false, | |
"vim.incsearch": true, | |
"vim.useSystemClipboard": true, | |
"vim.useCtrlKeys": true, | |
"vim.hlsearch": true, | |
"vim.insertModeKeyBindings": [ | |
{ | |
"before": [ | |
"k", | |
"j" | |
], | |
"after": [ | |
"<Esc>" | |
] | |
} | |
], | |
"vim.leader": ",", | |
"vim.handleKeys": { | |
"<C-a>": false, | |
"<C-f>": false, | |
"<C-b>": false, | |
"<C-j>": false, | |
"<C-w>": false | |
}, | |
"window.menuBarVisibility": "toggle", | |
"editor.minimap.enabled": false, | |
// "editor.fontFamily": "'Ubuntu Mono', monospace", | |
"editor.fontFamily": "'Source Code Pro', monospace", | |
"editor.fontSize": 16, | |
"editor.fontWeight": "bold", | |
"editor.tabSize": 2, | |
"editor.insertSpaces": true, | |
//////////////////////////////////////////////////////////// | |
// Currently can't set this to false and then manually trigger them when needed, which is | |
// exactly the desired behavior... | |
// https://github.com/Microsoft/vscode/issues/20455 | |
"editor.parameterHints.enabled": false, | |
// "editor.parameterHints.enabled": true, | |
//////////////////////////////////////////////////////////// | |
"editor.rulers": [80, 100], | |
"workbench.activityBar.visible": false, | |
"explorer.confirmDelete": false, | |
"sync.gist": "51426bea02dbb42ca118a481cf0af6ff", | |
"sync.autoDownload": false, | |
"sync.autoUpload": false, | |
"sync.forceDownload": false, | |
"sync.quietSync": false, | |
"sync.askGistName": false, | |
"sync.removeExtensions": true, | |
"sync.syncExtensions": true, | |
"zenMode.hideLineNumbers": false, | |
"emmet.syntaxProfiles": { | |
"javascriptreact": "html", | |
"html": { | |
"attr_quotes": "single" | |
} | |
}, | |
"emmet.includeLanguages": { | |
"typescriptreact": "javascriptreact", | |
"html.erb": "html" | |
}, | |
"emmet.showExpandedAbbreviation": "always", | |
"emmet.showSuggestionsAsSnippets": true, | |
"editor.snippetSuggestions": "top", | |
"files.associations": { | |
"**/*.yml": "ansible" | |
}, | |
"extensions.ignoreRecommendations": false, | |
"autoDocstring.guessTypes": true, | |
"autoDocstring.includeName": true, | |
"autoDocstring.startOnNewLine": true, | |
"redhat.telemetry.enabled": true, | |
"editor.suggest.showSnippets": false, | |
"ansible.validation.lint.enabled": false, | |
} |
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
{ | |
"files.trimTrailingWhitespace": true, | |
"[python]": { | |
"editor.detectIndentation": false, | |
"editor.insertSpaces": true, | |
"editor.tabSize": 4, | |
}, | |
"workbench.colorTheme": "Nord", | |
"workbench.editor.enablePreview": false, | |
"vim.startInInsertMode": false, | |
"vim.easymotion": false, | |
"vim.incsearch": true, | |
"vim.useSystemClipboard": true, | |
"vim.useCtrlKeys": true, | |
"vim.hlsearch": true, | |
"vim.insertModeKeyBindings": [ | |
{ | |
"before": [ | |
"k", | |
"j" | |
], | |
"after": [ | |
"<Esc>" | |
] | |
} | |
], | |
"vim.leader": ",", | |
"vim.handleKeys": { | |
"<C-a>": false, | |
"<C-f>": false, | |
"<C-b>": false, | |
"<C-j>": false, | |
"<C-w>": false | |
}, | |
"window.menuBarVisibility": "toggle", | |
"editor.minimap.enabled": false, | |
// "editor.fontFamily": "'Ubuntu Mono', monospace", | |
"editor.fontFamily": "'Source Code Pro', monospace", | |
"editor.fontSize": 16, | |
"editor.fontWeight": "bold", | |
"editor.tabSize": 2, | |
"editor.insertSpaces": true, | |
//////////////////////////////////////////////////////////// | |
// Currently can't set this to false and then manually trigger them when needed, which is | |
// exactly the desired behavior... | |
// https://github.com/Microsoft/vscode/issues/20455 | |
"editor.parameterHints.enabled": false, | |
// "editor.parameterHints.enabled": true, | |
//////////////////////////////////////////////////////////// | |
"editor.rulers": [80, 100], | |
"workbench.activityBar.visible": false, | |
"explorer.confirmDelete": false, | |
"sync.gist": "51426bea02dbb42ca118a481cf0af6ff", | |
"sync.autoDownload": false, | |
"sync.autoUpload": false, | |
"sync.forceDownload": false, | |
"sync.quietSync": false, | |
"sync.askGistName": false, | |
"sync.removeExtensions": true, | |
"sync.syncExtensions": true, | |
"zenMode.hideLineNumbers": false, | |
"emmet.syntaxProfiles": { | |
"javascriptreact": "html", | |
"html": { | |
"attr_quotes": "single" | |
} | |
}, | |
"emmet.includeLanguages": { | |
"typescriptreact": "javascriptreact", | |
"html.erb": "html" | |
}, | |
"emmet.showExpandedAbbreviation": "always", | |
"emmet.showSuggestionsAsSnippets": true, | |
"editor.snippetSuggestions": "top", | |
"files.associations": { | |
"**/*.yml": "ansible" | |
}, | |
"extensions.ignoreRecommendations": false, | |
"autoDocstring.guessTypes": true, | |
"autoDocstring.includeName": true, | |
"autoDocstring.startOnNewLine": true, | |
"window.zoomLevel": 2, | |
} |
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
{ | |
"sync.gist": "235dbdde4985b7bb43ec127af41e7ae6" | |
} |
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
{ | |
"files.trimTrailingWhitespace": true, | |
"[python]": { | |
"editor.detectIndentation": false, | |
"editor.insertSpaces": true, | |
"editor.tabSize": 4, | |
}, | |
"workbench.editor.enablePreview": false, | |
"vim.startInInsertMode": false, | |
"vim.easymotion": false, | |
"vim.incsearch": true, | |
"vim.useSystemClipboard": true, | |
"vim.useCtrlKeys": true, | |
"vim.hlsearch": true, | |
"vim.insertModeKeyBindings": [ | |
{ | |
"before": [ | |
"k", | |
"j" | |
], | |
"after": [ | |
"<Esc>" | |
] | |
} | |
], | |
"vim.leader": ",", | |
"vim.handleKeys": { | |
"<C-a>": false, | |
"<C-f>": false, | |
"<C-b>": false, | |
"<C-j>": false, | |
"<C-w>": false | |
}, | |
"window.menuBarVisibility": "toggle", | |
"editor.minimap.enabled": false, | |
// "editor.fontFamily": "'Ubuntu Mono', monospace", | |
"editor.fontFamily": "'Source Code Pro', monospace", | |
"editor.fontSize": 16, | |
"editor.fontWeight": "bold", | |
"editor.tabSize": 2, | |
"editor.insertSpaces": true, | |
//////////////////////////////////////////////////////////// | |
// Currently can't set this to false and then manually trigger them when needed, which is | |
// exactly the desired behavior... | |
// https://github.com/Microsoft/vscode/issues/20455 | |
"editor.parameterHints.enabled": false, | |
// "editor.parameterHints.enabled": true, | |
//////////////////////////////////////////////////////////// | |
"editor.rulers": [80, 100], | |
"workbench.activityBar.visible": false, | |
"explorer.confirmDelete": false, | |
"sync.gist": "51426bea02dbb42ca118a481cf0af6ff", | |
"sync.autoDownload": false, | |
"sync.autoUpload": false, | |
"sync.forceDownload": false, | |
"sync.quietSync": false, | |
"sync.askGistName": false, | |
"sync.removeExtensions": true, | |
"sync.syncExtensions": true, | |
"zenMode.hideLineNumbers": false, | |
"emmet.syntaxProfiles": { | |
"javascriptreact": "html", | |
"html": { | |
"attr_quotes": "single" | |
} | |
}, | |
"emmet.includeLanguages": { | |
"typescriptreact": "javascriptreact", | |
"html.erb": "html" | |
}, | |
"emmet.showExpandedAbbreviation": "always", | |
"emmet.showSuggestionsAsSnippets": true, | |
"editor.snippetSuggestions": "top", | |
"files.associations": { | |
"**/*.yml": "ansible" | |
}, | |
"extensions.ignoreRecommendations": false, | |
"autoDocstring.guessTypes": true, | |
"autoDocstring.includeName": true, | |
"autoDocstring.startOnNewLine": true, | |
"redhat.telemetry.enabled": true, | |
"security.workspace.trust.untrustedFiles": "open", | |
"workbench.colorTheme": "Nord", | |
} |
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
{ | |
"files.trimTrailingWhitespace": true, | |
"[python]": { | |
"editor.detectIndentation": false, | |
"editor.insertSpaces": true, | |
"editor.tabSize": 4, | |
}, | |
"workbench.colorTheme": "Nord", | |
"workbench.editor.enablePreview": false, | |
"vim.startInInsertMode": false, | |
"vim.easymotion": false, | |
"vim.incsearch": true, | |
"vim.useSystemClipboard": true, | |
"vim.useCtrlKeys": true, | |
"vim.hlsearch": true, | |
"vim.insertModeKeyBindings": [ | |
{ | |
"before": [ | |
"k", | |
"j" | |
], | |
"after": [ | |
"<Esc>" | |
] | |
} | |
], | |
"vim.leader": ",", | |
"vim.handleKeys": { | |
"<C-a>": false, | |
"<C-f>": false, | |
"<C-b>": false, | |
"<C-j>": false, | |
"<C-w>": false | |
}, | |
"window.menuBarVisibility": "toggle", | |
"editor.minimap.enabled": false, | |
// "editor.fontFamily": "'Ubuntu Mono', monospace", | |
"editor.fontFamily": "'Source Code Pro', monospace", | |
"editor.fontSize": 16, | |
"editor.fontWeight": "bold", | |
"editor.tabSize": 2, | |
"editor.insertSpaces": true, | |
//////////////////////////////////////////////////////////// | |
// Currently can't set this to false and then manually trigger them when needed, which is | |
// exactly the desired behavior... | |
// https://github.com/Microsoft/vscode/issues/20455 | |
"editor.parameterHints.enabled": false, | |
// "editor.parameterHints.enabled": true, | |
//////////////////////////////////////////////////////////// | |
"editor.rulers": [80, 100], | |
"workbench.activityBar.visible": false, | |
"explorer.confirmDelete": false, | |
"sync.gist": "51426bea02dbb42ca118a481cf0af6ff", | |
"sync.autoDownload": false, | |
"sync.autoUpload": false, | |
"sync.forceDownload": false, | |
"sync.quietSync": false, | |
"sync.askGistName": false, | |
"sync.removeExtensions": true, | |
"sync.syncExtensions": true, | |
"zenMode.hideLineNumbers": false, | |
"emmet.syntaxProfiles": { | |
"javascriptreact": "html", | |
"html": { | |
"attr_quotes": "single" | |
} | |
}, | |
"emmet.includeLanguages": { | |
"typescriptreact": "javascriptreact", | |
"html.erb": "html" | |
}, | |
"emmet.showExpandedAbbreviation": "always", | |
"emmet.showSuggestionsAsSnippets": true, | |
"editor.snippetSuggestions": "top", | |
"files.associations": { | |
"**/*.yml": "ansible" | |
}, | |
"extensions.ignoreRecommendations": true, | |
"window.zoomLevel": -1, | |
} |
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
{"version":1,"resource":"file:///git/nexus.config/README.md","entries":[{"id":"u4xH.md","timestamp":1686357135088},{"id":"D9hZ.md","timestamp":1686358766953},{"id":"T4tJ.md","timestamp":1686359158417},{"id":"jTnQ.md","timestamp":1686359173496}]} |
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
{"version":1,"resource":"file:///git/swifty/swifty/jira_helpers.py","entries":[{"id":"iU3j.py","timestamp":1677957866874},{"id":"rvO7.py","timestamp":1677957891684},{"id":"3pKM.py","source":"renamed.source","timestamp":1677958210578},{"id":"w8M9.py","timestamp":1677958531164},{"id":"fFvq.py","timestamp":1677959806790},{"id":"Bz2t.py","timestamp":1677959833767},{"id":"A3Xj.py","timestamp":1677960079890},{"id":"uXIk.py","timestamp":1677960096200},{"id":"JXnm.py","timestamp":1677960187177},{"id":"SKpC.py","timestamp":1677960269114},{"id":"6Ccy.py","timestamp":1677960714334},{"id":"4Onp.py","timestamp":1677960914097},{"id":"XVSk.py","timestamp":1677961109944},{"id":"ZuoA.py","timestamp":1677961120550},{"id":"57U6.py","timestamp":1677970514567},{"id":"a5od.py","timestamp":1677972697561},{"id":"Bfkm.py","timestamp":1677972712694},{"id":"YNix.py","timestamp":1677972737101},{"id":"4kJh.py","timestamp":1677972756017},{"id":"8nhJ.py","timestamp":1677972793477},{"id":"Kre3.py","timestamp":1678049935214},{"id":"xXie.py","timestamp":1678049951927},{"id":"iEed.py","timestamp":1678060414820},{"id":"BMgl.py","timestamp":1678060488923}]} |
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
{"version":1,"resource":"file:///home/ernelson/tank/tundra/pv/docs.nsk.io/iOS%20Notes.tid","entries":[{"id":"xdvn.tid","timestamp":1688056660245}]} |
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
{"version":1,"resource":"file:///home/ernelson/tank/tundra/pv/docs.nsk.io/Samba%20Share.tid","entries":[{"id":"lIh0.tid","timestamp":1688056567788}]} |
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
{"version":1,"resource":"file:///git/swifty/tests/test_jira_webhook.py","entries":[{"id":"kI5S.py","timestamp":1678062095340},{"id":"dOMV.py","timestamp":1678062127497},{"id":"O5VK.py","timestamp":1678062190627},{"id":"hidt.py","timestamp":1678062219003}]} |
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
{"version":1,"resource":"file:///git/backupr/backupr/config.py","entries":[{"id":"6suc.py","timestamp":1681657028862}]} |
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
{"version":1,"resource":"file:///git/delta/docker/amz_api/entrypoint.sh","entries":[{"id":"25wV.sh","timestamp":1666568724223},{"id":"Fmsu.sh","timestamp":1666571551444},{"id":"RL9c.sh","timestamp":1666571569410}]} |
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
{"version":1,"resource":"file:///git/swifty/scripts/export_issue.sh","entries":[{"id":"EynK.sh","timestamp":1678064747577}]} |
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
{"version":1,"resource":"file:///git/nexus/bootstrap/nexus-rift/run.sh","entries":[{"id":"hp8Q.sh","timestamp":1686359973638},{"id":"MRjo.sh","timestamp":1686359996476},{"id":"eGlB.sh","timestamp":1686360035578},{"id":"nqhk.sh","timestamp":1686360729661},{"id":"Lx3i.sh","timestamp":1686361139993}]} |
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
{"version":1,"resource":"file:///git/swifty/tests/conftest.py","entries":[{"id":"ZrhO.py","timestamp":1677937430033},{"id":"Y9xv.py","timestamp":1677937679677},{"id":"Smhz.py","timestamp":1677937691757},{"id":"o8O3.py","timestamp":1677937774773},{"id":"IkGw.py","timestamp":1677937787427},{"id":"ILvb.py","timestamp":1677937813470},{"id":"t7JS.py","timestamp":1677937851500},{"id":"NTRt.py","timestamp":1677938324617},{"id":"8uan.py","timestamp":1677938347327},{"id":"QsD7.py","timestamp":1677939304054},{"id":"Gmby.py","timestamp":1677939626240},{"id":"rSIe.py","timestamp":1677939636257},{"id":"cnWi.py","timestamp":1677939653730},{"id":"4c9j.py","timestamp":1677939688270},{"id":"06LF.py","timestamp":1677989198803},{"id":"gxyu.py","timestamp":1677990261980},{"id":"jCZn.py","timestamp":1677990855310},{"id":"m7kr.py","timestamp":1677990949580},{"id":"Ef2g.py","timestamp":1677992343393},{"id":"IZxw.py","timestamp":1678028240353},{"id":"y5SW.py","timestamp":1678028259880},{"id":"nwIP.py","timestamp":1678028277123},{"id":"CLAi.py","timestamp":1678028309617},{"id":"oe6w.py","timestamp":1678028712697},{"id":"1de5.py","timestamp":1678029003280},{"id":"Zdf3.py","timestamp":1678029169533},{"id":"LSNj.py","timestamp":1678029220053},{"id":"Ylwf.py","timestamp":1678029305993},{"id":"kDVf.py","timestamp":1678029409683},{"id":"zq1l.py","timestamp":1678029419707},{"id":"ziuq.py","timestamp":1678029721303},{"id":"UYgS.py","timestamp":1678030522990},{"id":"FHq5.py","timestamp":1678030643903},{"id":"3ETp.py","timestamp":1678030758980},{"id":"dc6f.py","timestamp":1678031397483},{"id":"0Lou.py","timestamp":1678032364410},{"id":"ISSI.py","timestamp":1678038920373},{"id":"X9k4.py","timestamp":1678039603600},{"id":"oJ7l.py","timestamp":1678039747303},{"id":"TC5f.py","timestamp":1678039814877},{"id":"uESN.py","timestamp":1678039858377},{"id":"sVtG.py","timestamp":1678040089963},{"id":"o9tn.py","timestamp":1678040135237},{"id":"TAX9.py","timestamp":1678040175583},{"id":"HyOm.py","timestamp":1678040196100},{"id":"0IAd.py","timestamp":1678040220063},{"id":"v2Co.py","timestamp":1678040280693},{"id":"gdmZ.py","timestamp":1678040312873}]} |
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
{"version":1,"resource":"file:///git/backupr/scripts/lint.sh","entries":[{"id":"Ln0v.sh","timestamp":1681534329170},{"id":"DtnD.sh","timestamp":1681534539343},{"id":"GZD4.sh","timestamp":1681567274289}]} |
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
{"version":1,"resource":"file:///git/swifty/swifty/jira/helpers.py","entries":[{"id":"Ud3T.py","timestamp":1678066317500},{"id":"S3lq.py","timestamp":1678066346917}]} |
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
{"version":1,"resource":"file:///git/swifty-manifests/manifests/service.yaml","entries":[{"id":"Lfj2.yaml","timestamp":1677721234600},{"id":"GYVd.yaml","timestamp":1677730951241}]} |
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
{"version":1,"resource":"file:///git/swifty/codefresh.yml","entries":[{"id":"Dt08.yml","timestamp":1677715653877},{"id":"yDA0.yml","timestamp":1677717101510},{"id":"2A9D.yml","timestamp":1677717453647},{"id":"GQdc.yml","timestamp":1677721551234},{"id":"U22e.yml","timestamp":1677721715330},{"id":"6FtI.yml","timestamp":1677722060657},{"id":"ltO0.yml","timestamp":1677722302017},{"id":"sT13.yml","timestamp":1677722804054},{"id":"49tF.yml","timestamp":1677723280557},{"id":"1GBa.yml","timestamp":1677726883757}]} |
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
{"version":1,"resource":"file:///git/nexus.config/config/config.yml","entries":[{"id":"P9E7.yml","timestamp":1686359600454},{"id":"SNXO.yml","timestamp":1686359627717},{"id":"f8mT.yml","timestamp":1686359891026},{"id":"neWR.yml","timestamp":1686359951157}]} |
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
{"version":1,"resource":"file:///git/swifty/scripts/build_slim.sh","entries":[{"id":"akGh.sh","timestamp":1678045790497}]} |
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
{"version":1,"resource":"file:///git/backupr/.github/workflows/pipeline.yaml","entries":[{"id":"dpso.yaml","timestamp":1681018624343},{"id":"WCjD.yaml","timestamp":1681019232333},{"id":"lN2E.yaml","timestamp":1681019481396},{"id":"NylJ.yaml","timestamp":1681019726000},{"id":"A8Cn.yaml","timestamp":1681174047208},{"id":"L7UK.yaml","timestamp":1681174060655},{"id":"Bmc5.yaml","timestamp":1681257311829},{"id":"QVHq.yaml","timestamp":1681260846319},{"id":"syRW.yaml","timestamp":1681261020156},{"id":"EMaq.yaml","timestamp":1681567602269},{"id":"RINI.yaml","timestamp":1681567705196},{"id":"37b8.yaml","timestamp":1681567970116},{"id":"WF3C.yaml","timestamp":1681568662979},{"id":"dkju.yaml","timestamp":1681568939129},{"id":"wLXU.yaml","timestamp":1681573064056},{"id":"t3DL.yaml","timestamp":1681573504126},{"id":"TuhV.yaml","timestamp":1681573690249},{"id":"9hBF.yaml","timestamp":1681574162856},{"id":"aGbK.yaml","timestamp":1681574707463},{"id":"SXOy.yaml","timestamp":1681575451066},{"id":"klFK.yaml","timestamp":1681576932649},{"id":"DY5r.yaml","timestamp":1681577020313},{"id":"AJlT.yaml","timestamp":1681577077286},{"id":"MbeM.yaml","timestamp":1681577242849},{"id":"Dxjw.yaml","timestamp":1681580600386},{"id":"TrFo.yaml","timestamp":1681610812066}]} |
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
{"version":1,"resource":"file:///git/swifty/.dockerignore","entries":[{"id":"7BOT","timestamp":1677727674430},{"id":"wOOS","timestamp":1677727783124},{"id":"Czz1","timestamp":1677728755960}]} |
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
{"version":1,"resource":"file:///git/swifty/swifty/di.py","entries":[{"id":"nBUW.py","timestamp":1677955916350},{"id":"P4S8.py","timestamp":1677992147610},{"id":"0EEK.py","timestamp":1677992960430}]} |
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
{"version":1,"resource":"file:///home/ernelson/tank/tundra/pv/docs.nsk.io/tiddlers/Ansible%20Tricks.tid","entries":[{"id":"Su13.tid","timestamp":1688055776721},{"id":"zo1U.tid","timestamp":1688055798561}]} |
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
{"version":1,"resource":"file:///git/synology-docker-poc/sdp/sdp.py","entries":[{"id":"CD5p.py","timestamp":1682475609215},{"id":"lbZf.py","timestamp":1682554785865},{"id":"LBQR.py","timestamp":1682554801232},{"id":"MCzn.py","timestamp":1682554823829},{"id":"niZy.py","timestamp":1682554854513},{"id":"P1jF.py","timestamp":1682554888679},{"id":"Pfo5.py","timestamp":1682554942787},{"id":"7keT.py","timestamp":1682556892726},{"id":"3pio.py","timestamp":1682556923810},{"id":"2myM.py","timestamp":1682556947691}]} |
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
{ | |
// Use IntelliSense to learn about possible attributes. | |
// Hover to view descriptions of existing attributes. | |
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"name": "Debug:pytest", | |
"type": "python", | |
"env": { | |
"RUN_SPRINT_REPORT": "true", | |
}, | |
"request": "launch", | |
"program": "debug.py", | |
"console": "integratedTerminal", | |
"justMyCode": true, | |
// "internalConsoleOptions": "openOnSessionStart" | |
} | |
] | |
} |
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
{"version":1,"resource":"file:///git/swifty/.vscode/launch.json","entries":[{"id":"HGaC.json","timestamp":1677969672381},{"id":"TdcQ.json","timestamp":1677970831827},{"id":"HzrC.json","timestamp":1677989875297}]} |
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
{ | |
// Use IntelliSense to learn about possible attributes. | |
// Hover to view descriptions of existing attributes. | |
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"name": "Debug:pytest", | |
"type": "python", | |
"request": "launch", | |
"program": "debug.py", | |
"console": "integratedTerminal", | |
"justMyCode": true | |
} | |
] | |
} |
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
{ | |
// Use IntelliSense to learn about possible attributes. | |
// Hover to view descriptions of existing attributes. | |
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"name": "Debug:pytest", | |
"type": "python", | |
"request": "launch", | |
"program": "debug.py", | |
"console": "integratedTerminal", | |
"justMyCode": true, | |
// "internalConsoleOptions": "openOnSessionStart" | |
} | |
] | |
} |
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
{ | |
// Use IntelliSense to learn about possible attributes. | |
// Hover to view descriptions of existing attributes. | |
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"name": "Debug:pytest", | |
"type": "python", | |
"request": "launch", | |
"program": "debug.py", | |
// "console": "integratedTerminal", | |
"console": "externalTerminal", | |
"justMyCode": true, | |
"internalConsoleOptions": "openOnSessionStart" | |
} | |
] | |
} |
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
{ | |
// Use IntelliSense to learn about possible attributes. | |
// Hover to view descriptions of existing attributes. | |
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"name": "Debug:pytest", | |
"type": "python", | |
"env": { | |
"RUN_SPRINT_REPORT": true, | |
}, | |
"request": "launch", | |
"program": "debug.py", | |
"console": "integratedTerminal", | |
"justMyCode": true, | |
// "internalConsoleOptions": "openOnSessionStart" | |
} | |
] | |
} |
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
{ | |
// Use IntelliSense to learn about possible attributes. | |
// Hover to view descriptions of existing attributes. | |
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"name": "Debug:pytest", | |
"type": "python", | |
"env": { | |
"RUN_SPRINT_REPORT": 1, | |
}, | |
"request": "launch", | |
"program": "debug.py", | |
"console": "integratedTerminal", | |
"justMyCode": true, | |
// "internalConsoleOptions": "openOnSessionStart" | |
} | |
] | |
} |
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
{ | |
// Use IntelliSense to learn about possible attributes. | |
// Hover to view descriptions of existing attributes. | |
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"name": "Debug:pytest", | |
"type": "python", | |
"env": { | |
"RUN_SPRINT_REPORT": "true", | |
}, | |
"request": "launch", | |
"program": "debug.py", | |
"console": "integratedTerminal", | |
"justMyCode": true, | |
// "internalConsoleOptions": "openOnSessionStart" | |
} | |
] | |
} |
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
{ | |
// Use IntelliSense to learn about possible attributes. | |
// Hover to view descriptions of existing attributes. | |
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"name": "Debug:pytest", | |
"type": "python", | |
"request": "launch", | |
"program": "debug.py", | |
"console": "integratedTerminal", | |
"justMyCode": true, | |
"internalConsoleOptions": "openOnSessionStart" | |
} | |
] | |
} |
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
{ | |
// Use IntelliSense to learn about possible attributes. | |
// Hover to view descriptions of existing attributes. | |
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"name": "Debug:pytest", | |
"type": "python", | |
"request": "launch", | |
"program": "debug.py", | |
"console": "integratedTerminal", | |
"justMyCode": true, | |
"internalConsoleOptions": "openOnSessionStart" | |
} | |
] | |
} |
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
{"version":1,"resource":"file:///git/synology-docker-poc/docker/Dockerfile","entries":[{"id":"FEjI","timestamp":1682477336218},{"id":"lx62","timestamp":1682477466729},{"id":"DmoW","timestamp":1682477499299},{"id":"zLyF","timestamp":1682477631317},{"id":"ZEhF","timestamp":1682477647900}]} |
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
{"version":1,"resource":"file:///git/swifty/swifty/jira/cli.py","entries":[{"id":"eYIl.py","timestamp":1678062971240},{"id":"Bg9P.py","timestamp":1678063446810}]} |
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
{"version":1,"resource":"file:///git/swifty-manifests/manifests/deployment.yaml","entries":[{"id":"Gw7E.yaml","timestamp":1677721202570},{"id":"yMWn.yaml","timestamp":1677814752977},{"id":"2gvs.yaml","timestamp":1677945706244},{"id":"x8wD.yaml","timestamp":1677946251627},{"id":"m1cr.yaml","timestamp":1678043711190},{"id":"ZDof.yaml","timestamp":1678043749467},{"id":"qm7Q.yaml","timestamp":1678048777504},{"id":"OQAd.yaml","timestamp":1678049315737},{"id":"NMAJ.yaml","timestamp":1678049376714}]} |
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
{"version":1,"resource":"file:///git/backupr/scripts/ci/all-tests.coverage.sh","entries":[{"id":"PLr2.sh","timestamp":1681574649566},{"id":"cJ22.sh","timestamp":1681575137783},{"id":"GQOT.sh","timestamp":1681575188709},{"id":"Upc4.sh","timestamp":1681576178289},{"id":"DZey.sh","timestamp":1681576335149},{"id":"g92R.sh","timestamp":1681576411376},{"id":"jMyW.sh","timestamp":1681576464986},{"id":"dQ8M.sh","timestamp":1681576513739},{"id":"fbXS.sh","timestamp":1681578987693},{"id":"94No.sh","timestamp":1681604132723},{"id":"Ku4y.sh","timestamp":1681604149363}]} |
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
{"version":1,"resource":"file:///git/nsk-jira/src/nsk_jira/cli.py","entries":[{"id":"fmp6.py","timestamp":1676731102623},{"id":"lY9x.py","timestamp":1676731163903},{"id":"Nv4i.py","timestamp":1676731221790},{"id":"Lvxi.py","timestamp":1676731268223},{"id":"Ghva.py","timestamp":1676731284490},{"id":"dpGG.py","timestamp":1676731352427},{"id":"3Zes.py","timestamp":1676731379577},{"id":"tTpS.py","timestamp":1676731446193},{"id":"D47O.py","timestamp":1676734746857},{"id":"LDyj.py","timestamp":1676735137093},{"id":"HjyS.py","timestamp":1676735230523},{"id":"soyO.py","timestamp":1676735262083},{"id":"VCwP.py","timestamp":1676735538363},{"id":"vOZt.py","timestamp":1676735578850},{"id":"FnBU.py","timestamp":1676735597350},{"id":"wZpB.py","timestamp":1676735659063},{"id":"YTHD.py","timestamp":1676735689667},{"id":"uD0a.py","timestamp":1676735730283},{"id":"0S0G.py","timestamp":1676735879857},{"id":"gjcf.py","timestamp":1676735917430},{"id":"O8K8.py","timestamp":1676735947990},{"id":"SIEi.py","timestamp":1676735959687},{"id":"J8Di.py","timestamp":1676735982870},{"id":"KmUd.py","timestamp":1676736438033},{"id":"VLgk.py","timestamp":1676736613037},{"id":"qGcT.py","timestamp":1676736631567},{"id":"HFDa.py","timestamp":1676738068267},{"id":"vHtA.py","timestamp":1676738089497},{"id":"wx4C.py","timestamp":1676738108443},{"id":"y5rN.py","timestamp":1676738170963},{"id":"tNHo.py","timestamp":1676738194137},{"id":"24U8.py","timestamp":1676738206330},{"id":"12vv.py","timestamp":1676738256537},{"id":"tVyn.py","timestamp":1676738268647},{"id":"q9mR.py","timestamp":1676738329690},{"id":"M32c.py","timestamp":1677602515267},{"id":"u9U8.py","timestamp":1677602760987},{"id":"g3OK.py","timestamp":1677602780267},{"id":"XuOv.py","timestamp":1677602804820},{"id":"yV6m.py","timestamp":1677602848793},{"id":"JyaR.py","timestamp":1677602868380},{"id":"HpMn.py","timestamp":1677602919713},{"id":"28a5.py","timestamp":1677602936690},{"id":"34qf.py","timestamp":1677603430017},{"id":"eLy4.py","timestamp":1677603451177},{"id":"jBO7.py","timestamp":1677603558340},{"id":"bk2q.py","timestamp":1677603587690},{"id":"TQHC.py","timestamp":1677603605817},{"id":"830q.py","timestamp":1677603628387},{"id":"6GPt.py","timestamp":1677603704720}]} |
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
{"version":1,"resource":"file:///git/backupr/backupr/tar_builder.py","entries":[{"id":"jXVS.py","timestamp":1681091702706},{"id":"fU32.py","timestamp":1681091861089},{"id":"4mUg.py","timestamp":1681180512668}]} |
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
{"version":1,"resource":"file:///git/nexus.config/.gitignore","entries":[{"id":"ricN","timestamp":1686357176328}]} |
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
[ | |
{"key": "shift+ctrl+.", "command": "selectNextSuggestion", "when": "editorTextFocus && suggestWidgetMultipleSuggestions && suggestWidgetVisible"}, | |
{"key": "shift+ctrl+,", "command": "selectPrevSuggestion", "when": "editorTextFocus && suggestWidgetMultipleSuggestions && suggestWidgetVisible"}, | |
{"key": "alt+tab", "command": "workbench.action.focusNextGroup"}, | |
{"key": "alt+shift+tab", "command": "workbench.action.focusPreviousGroup"}, | |
{"key": "ctrl+k", "command": "editor.action.showHover"}, | |
{"key": "ctrl+z", "command": "workbench.action.toggleZenMode"}, | |
{"key": "ctrl+;", "command": "workbench.action.toggleSidebarVisibility"}, | |
{"key": "ctrl+shift+l", "command": "workbench.action.terminal.focus"}, | |
] |
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
[ | |
{"key": "shift+ctrl+.", "command": "selectNextSuggestion", "when": "editorTextFocus && suggestWidgetMultipleSuggestions && suggestWidgetVisible"}, | |
{"key": "shift+ctrl+,", "command": "selectPrevSuggestion", "when": "editorTextFocus && suggestWidgetMultipleSuggestions && suggestWidgetVisible"}, | |
{"key": "alt+tab", "command": "workbench.action.focusNextGroup"}, | |
{"key": "alt+shift+tab", "command": "workbench.action.focusPreviousGroup"}, | |
{"key": "ctrl+k", "command": "editor.action.showHover"}, | |
{"key": "ctrl+z", "command": "workbench.action.toggleZenMode"}, | |
{"key": "ctrl+;", "command": "workbench.action.toggleSidebarVisibility"}, | |
{"key": "ctrl+shift+u", "command": "workbench.action.terminal.toggleTerminal"} | |
] |
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
[ | |
{"key": "shift+ctrl+.", "command": "selectNextSuggestion", "when": "editorTextFocus && suggestWidgetMultipleSuggestions && suggestWidgetVisible"}, | |
{"key": "shift+ctrl+,", "command": "selectPrevSuggestion", "when": "editorTextFocus && suggestWidgetMultipleSuggestions && suggestWidgetVisible"}, | |
{"key": "alt+tab", "command": "workbench.action.focusNextGroup"}, | |
{"key": "alt+shift+tab", "command": "workbench.action.focusPreviousGroup"}, | |
{"key": "ctrl+k", "command": "editor.action.showHover"}, | |
{"key": "ctrl+z", "command": "workbench.action.toggleZenMode"}, | |
{"key": "ctrl+;", "command": "workbench.action.toggleSidebarVisibility"}, | |
{"key": "ctrl+shift+l", "command": "workbench.action.terminal.toggleTerminal"} | |
] |
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
{"version":1,"resource":"vscode-userdata:/home/ernelson/.config/Code%20-%20OSS/User/keybindings.json","entries":[{"id":"7wmy.json","timestamp":1677989537073},{"id":"VKVr.json","timestamp":1677989559853},{"id":"abpW.json","timestamp":1677989649303},{"id":"7aHd.json","timestamp":1677989721867},{"id":"LMa3.json","timestamp":1677989791693},{"id":"Htg9.json","timestamp":1678038485307},{"id":"fDH3.json","timestamp":1678038501357},{"id":"mduO.json","timestamp":1678039291967}]} |
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
[ | |
{"key": "shift+ctrl+.", "command": "selectNextSuggestion", "when": "editorTextFocus && suggestWidgetMultipleSuggestions && suggestWidgetVisible"}, | |
{"key": "shift+ctrl+,", "command": "selectPrevSuggestion", "when": "editorTextFocus && suggestWidgetMultipleSuggestions && suggestWidgetVisible"}, | |
{"key": "alt+tab", "command": "workbench.action.focusNextGroup"}, | |
{"key": "alt+shift+tab", "command": "workbench.action.focusPreviousGroup"}, | |
{"key": "ctrl+k", "command": "editor.action.showHover"}, | |
{"key": "ctrl+z", "command": "workbench.action.toggleZenMode"}, | |
{"key": "ctrl+;", "command": "workbench.action.toggleSidebarVisibility"}, | |
{"key": "ctrl+shift+l", "command": "workbench.action.terminal.focus"}, | |
{ | |
"key": "ctrl+shift+l", | |
"command": "workbench.action.focusActiveEditorGroup", | |
"when": "terminalFocus" | |
}, | |
{ | |
"key": "ctrl+shift+;", | |
"command": "-breadcrumbs.focus", | |
"when": "breadcrumbsPossible && breadcrumbsVisible" | |
}, | |
{ | |
"key": "ctrl+shift+;", | |
"command": "workbench.view.extension.todo-tree-container" | |
}, | |
] |
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
[ | |
{"key": "shift+ctrl+.", "command": "selectNextSuggestion", "when": "editorTextFocus && suggestWidgetMultipleSuggestions && suggestWidgetVisible"}, | |
{"key": "shift+ctrl+,", "command": "selectPrevSuggestion", "when": "editorTextFocus && suggestWidgetMultipleSuggestions && suggestWidgetVisible"}, | |
{"key": "alt+tab", "command": "workbench.action.focusNextGroup"}, | |
{"key": "alt+shift+tab", "command": "workbench.action.focusPreviousGroup"}, | |
{"key": "ctrl+k", "command": "editor.action.showHover"}, | |
{"key": "ctrl+z", "command": "workbench.action.toggleZenMode"}, | |
{"key": "ctrl+;", "command": "workbench.action.toggleSidebarVisibility"}, | |
{"key": "ctrl+shift+l", "command": "workbench.action.terminal.focus"}, | |
{ | |
"key": "ctrl+shift+l", | |
"command": "workbench.action.focusActiveEditorGroup", | |
"when": "terminalFocus" | |
}, | |
{ | |
"key": "ctrl+shift+;", | |
"command": "-breadcrumbs.focus", | |
"when": "breadcrumbsPossible && breadcrumbsVisible" | |
}, | |
] |
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
[ | |
{"key": "shift+ctrl+.", "command": "selectNextSuggestion", "when": "editorTextFocus && suggestWidgetMultipleSuggestions && suggestWidgetVisible"}, | |
{"key": "shift+ctrl+,", "command": "selectPrevSuggestion", "when": "editorTextFocus && suggestWidgetMultipleSuggestions && suggestWidgetVisible"}, | |
{"key": "alt+tab", "command": "workbench.action.focusNextGroup"}, | |
{"key": "alt+shift+tab", "command": "workbench.action.focusPreviousGroup"}, | |
{"key": "ctrl+k", "command": "editor.action.showHover"}, | |
{"key": "ctrl+z", "command": "workbench.action.toggleZenMode"}, | |
{"key": "ctrl+;", "command": "workbench.action.toggleSidebarVisibility"}, | |
{"key": "ctrl+shift+l", "command": "workbench.action.terminal.focus"}, | |
{"key": "ctrl+shift+l", "command": "workbench.action.focusActiveEditorGroup", "when": "terminalFocus"}, | |
] |
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
[ | |
{"key": "shift+ctrl+.", "command": "selectNextSuggestion", "when": "editorTextFocus && suggestWidgetMultipleSuggestions && suggestWidgetVisible"}, | |
{"key": "shift+ctrl+,", "command": "selectPrevSuggestion", "when": "editorTextFocus && suggestWidgetMultipleSuggestions && suggestWidgetVisible"}, | |
{"key": "alt+tab", "command": "workbench.action.focusNextGroup"}, | |
{"key": "alt+shift+tab", "command": "workbench.action.focusPreviousGroup"}, | |
{"key": "ctrl+k", "command": "editor.action.showHover"}, | |
{"key": "ctrl+z", "command": "workbench.action.toggleZenMode"}, | |
{"key": "ctrl+;", "command": "workbench.action.toggleSidebarVisibility"}, | |
{"key": "ctrl+shift+l", "command": "workbench.action.terminal.focus"}, | |
{ | |
"key": "ctrl+shift+l", | |
"command": "workbench.action.focusActiveEditorGroup", | |
"when": "terminalFocus" | |
}, | |
{ | |
"key": "ctrl+shift+;", | |
"command": "-breadcrumbs.focus", | |
"when": "breadcrumbsPossible && breadcrumbsVisible" | |
}, | |
{ | |
"key": "ctrl+shift+;", | |
"command": "workbench.view.extension.todo-tree-container" | |
}, | |
{ | |
"key": "f12", | |
"command": "-editor.action.revealDefinition", | |
"when": "editorHasDefinitionProvider && editorTextFocus && !isInEmbeddedEditor" | |
}, | |
{ | |
"key": "ctrl+k f12", | |
"command": "-editor.action.revealDefinitionAside", | |
"when": "editorHasDefinitionProvider && editorTextFocus && !isInEmbeddedEditor" | |
}, | |
] |
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
[ | |
{"key": "shift+ctrl+.", "command": "selectNextSuggestion", "when": "editorTextFocus && suggestWidgetMultipleSuggestions && suggestWidgetVisible"}, | |
{"key": "shift+ctrl+,", "command": "selectPrevSuggestion", "when": "editorTextFocus && suggestWidgetMultipleSuggestions && suggestWidgetVisible"}, | |
{"key": "alt+tab", "command": "workbench.action.focusNextGroup"}, | |
{"key": "alt+shift+tab", "command": "workbench.action.focusPreviousGroup"}, | |
{"key": "ctrl+k", "command": "editor.action.showHover"}, | |
{"key": "ctrl+z", "command": "workbench.action.toggleZenMode"}, | |
{"key": "ctrl+;", "command": "workbench.action.toggleSidebarVisibility"}, | |
{"key": "ctrl+shift+l", "command": "workbench.action.terminal.toggleTerminal"} | |
] |
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
{"version":1,"resource":"file:///git/swifty/swifty/util.py","entries":[{"id":"ihcI.py","timestamp":1677947708014},{"id":"K11I.py","timestamp":1677954371890},{"id":"NyGn.py","timestamp":1677955459333},{"id":"yckb.py","timestamp":1677956482783},{"id":"hmmp.py","timestamp":1677959404960},{"id":"QwIW.py","timestamp":1677960605297}]} |
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
{"version":1,"resource":"file:///git/backupr/backupr/di.py","entries":[{"id":"Cu7H.py","timestamp":1681184686328},{"id":"Qli4.py","timestamp":1681184718432},{"id":"OW6u.py","timestamp":1681184879128},{"id":"EfJy.py","timestamp":1681697507858}]} |
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
{"version":1,"resource":"file:///git/swifty/tests/test_opsgenie_client.py","entries":[{"id":"Hbfv.py","timestamp":1678039543570},{"id":"7w6J.py","timestamp":1678039607260},{"id":"ga59.py","timestamp":1678039770180},{"id":"r1W8.py","timestamp":1678039888123},{"id":"FYJ6.py","timestamp":1678039919937},{"id":"nDEl.py","timestamp":1678040084943},{"id":"NaHp.py","timestamp":1678060615580},{"id":"lsGm.py","timestamp":1678060628603}]} |
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
{"version":1,"resource":"file:///git/swifty/scripts/run_slim.sh","entries":[{"id":"Rpa7.sh","timestamp":1678045862524},{"id":"GkAO.sh","timestamp":1678046094614},{"id":"IuXN.sh","timestamp":1678046107554},{"id":"viwQ.sh","timestamp":1678046140917},{"id":"RHsR.sh","timestamp":1678046330030},{"id":"f0rB.sh","timestamp":1678046344350},{"id":"SXPZ.sh","timestamp":1678046354374}]} |
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
{"version":1,"resource":"file:///git/backupr/backupr/storage_provider/b2_provider.py","entries":[{"id":"4fWs.py","timestamp":1680985975087},{"id":"2XV9.py","timestamp":1680986054700},{"id":"xc8n.py","timestamp":1680986145274},{"id":"Vk4L.py","timestamp":1681000836804},{"id":"WezD.py","timestamp":1681001307011},{"id":"xRBh.py","timestamp":1681001321604},{"id":"JsdL.py","timestamp":1681001508051},{"id":"CoWu.py","timestamp":1681003263724},{"id":"wzNm.py","timestamp":1681172394505}]} |
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
{"version":1,"resource":"file:///git/backupr/.github/workflows/publish.yml","entries":[{"id":"K8wa.yml","timestamp":1681017560903},{"id":"dMau.yml","timestamp":1681017619143},{"id":"u1WZ.yml","timestamp":1681017751350}]} |
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
{"version":1,"resource":"file:///git/backupr/tests/conftest.py","entries":[{"id":"4FoT.py","timestamp":1680999158731},{"id":"GfhM.py","timestamp":1680999243237},{"id":"uFa8.py","timestamp":1680999974971},{"id":"xmxU.py","timestamp":1681000111527},{"id":"LZbR.py","timestamp":1681000127374},{"id":"ZXkB.py","timestamp":1681086944822}]} |
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
{"version":1,"resource":"file:///git/kb.nsk.io/docker/nonroot.md","entries":[{"id":"chiK.md","timestamp":1686763590632},{"id":"mRRm.md","timestamp":1686763628232},{"id":"Cxd4.md","timestamp":1686763685519},{"id":"RuPM.md","timestamp":1686764061586},{"id":"2BUu.md","timestamp":1686765141162},{"id":"tmMV.md","timestamp":1686765975989}]} |
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
{"version":1,"resource":"file:///git/synology-docker-poc/sdp/sdpd.py","entries":[{"id":"9xgP.py","timestamp":1682474546552},{"id":"AP4W.py","timestamp":1682474845494},{"id":"I4R0.py","timestamp":1682475082847},{"id":"ZvQr.py","timestamp":1682475272665},{"id":"13Ta.py","timestamp":1682475302272},{"id":"h72g.py","timestamp":1682475340382},{"id":"CqDz.py","source":"renamed.source","timestamp":1682475537986},{"id":"igGN.py","timestamp":1682476223861},{"id":"Smiy.py","timestamp":1682476257422},{"id":"uEhl.py","timestamp":1682476550131},{"id":"M2L6.py","timestamp":1682476589755},{"id":"qYxE.py","timestamp":1682476690916},{"id":"pG1I.py","timestamp":1682553584976},{"id":"iKvp.py","timestamp":1682553655850},{"id":"eNFA.py","timestamp":1682554436029},{"id":"P9Lh.py","timestamp":1682554660481},{"id":"pNFa.py","timestamp":1682554771365},{"id":"pqCN.py","timestamp":1682554818139},{"id":"yf13.py","timestamp":1682554925986},{"id":"rS0M.py","timestamp":1682554947300},{"id":"01MW.py","timestamp":1682557864311}]} |
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
{"version":1,"resource":"file:///git/backupr/.github/workflows/verify.yml","entries":[{"id":"WjaU.yml","timestamp":1681004817531},{"id":"3d7n.yml","timestamp":1681014444419},{"id":"6OJd.yml","timestamp":1681014471693},{"id":"1w9X.yml","timestamp":1681017837156},{"id":"WLh4.yml","timestamp":1681018087656},{"id":"bOAn.yml","timestamp":1681018278860}]} |
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
{"version":1,"resource":"file:///git/kb.nsk.io/tiddlywiki-admin.md","entries":[{"id":"nCYU.md","timestamp":1686766130856},{"id":"Oym6.md","timestamp":1686947137803},{"id":"SrjO.md","timestamp":1686947300327},{"id":"d3Li.md","timestamp":1686947331410},{"id":"CHZc.md","timestamp":1686947374127},{"id":"l3TM.md","timestamp":1686947389073}]} |
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
{"version":1,"resource":"file:///home/ernelson/tank/tundra/pv/docs.nsk.io/tiddlers/Samba%20Share.tid","entries":[{"id":"levr.tid","timestamp":1688055596958},{"id":"CSCL.tid","source":"renamed.source","timestamp":1688055602475},{"id":"YHGK.tid","timestamp":1688055619875},{"id":"7Q6s.tid","timestamp":1688055648071},{"id":"VDPF.tid","timestamp":1688055716715},{"id":"Hauv.tid","timestamp":1688055935578},{"id":"5QKd.tid","timestamp":1688056032221},{"id":"P5oq.tid","timestamp":1688056054971},{"id":"xWLZ.tid","timestamp":1688056081771},{"id":"IosQ.tid","timestamp":1688056114815},{"id":"dyEO.tid","timestamp":1688056130948},{"id":"Y83q.tid","timestamp":1688056141781},{"id":"7bB1.tid","timestamp":1688056158865},{"id":"UqSE.tid","timestamp":1688056336341}]} |
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
{"version":1,"resource":"file:///git/swifty/tests/test_config.py","entries":[{"id":"MbJB.py","timestamp":1678062120580}]} |
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
{"version":1,"resource":"file:///git/backupr/tests/helpers.py","entries":[{"id":"wped.py","timestamp":1680999920804},{"id":"bmPX.py","timestamp":1680999939827},{"id":"VYLx.py","timestamp":1681000520481},{"id":"k4p5.py","timestamp":1681000664711},{"id":"LBWv.py","timestamp":1681001044664},{"id":"RBIq.py","timestamp":1681182900948}]} |
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
{"version":1,"resource":"file:///git/synology-docker-poc/pyproject.toml","entries":[{"id":"yBof.toml","timestamp":1682434747048},{"id":"GnMM.toml","timestamp":1682475638722},{"id":"C2Ns.toml","timestamp":1682475731573}]} |
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
{"version":1,"resource":"file:///git/swifty/swifty/jira/webhooks.py","entries":[{"id":"mdwm.py","timestamp":1678062084910}]} |
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
{"version":1,"resource":"file:///git/swifty/devutil/configs/example_config.yaml","entries":[{"id":"BMoB.yaml","timestamp":1678050211687}]} |
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
{"version":1,"resource":"file:///git/swifty/tests/util.py","entries":[{"id":"MCue.py","timestamp":1677954106413},{"id":"WxIO.py","timestamp":1677955495027},{"id":"r7tU.py","timestamp":1677955515660},{"id":"NeOx.py","timestamp":1677955597657},{"id":"rFk2.py","timestamp":1677955625780}]} |
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
{"version":1,"resource":"file:///git/swifty-manifests/manifests/configmap.yaml","entries":[{"id":"a9ph.yaml","timestamp":1677944573284},{"id":"1Oo9.yaml","timestamp":1677945560057},{"id":"Nhne.yaml","timestamp":1678044157267},{"id":"HMtV.yaml","timestamp":1678050450967}]} |
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
{"version":1,"resource":"file:///git/backupr/tests/test_engine.py","entries":[{"id":"duMu.py","timestamp":1681582971943},{"id":"kOkz.py","timestamp":1681583040529},{"id":"hByN.py","timestamp":1681583050793},{"id":"krIG.py","timestamp":1681583115006},{"id":"qbvY.py","timestamp":1681583175373},{"id":"QuZu.py","timestamp":1681583382249},{"id":"wkws.py","timestamp":1681583444389},{"id":"VSXa.py","timestamp":1681583468129},{"id":"h6rU.py","timestamp":1681583482696},{"id":"KpMa.py","timestamp":1681583589756},{"id":"XJD2.py","timestamp":1681583681349},{"id":"IUpF.py","timestamp":1681583720506},{"id":"aYDZ.py","timestamp":1681583758513},{"id":"4OlI.py","timestamp":1681583855169},{"id":"6hUl.py","timestamp":1681584008379},{"id":"oxcN.py","timestamp":1681584242819},{"id":"buge.py","timestamp":1681584268866},{"id":"je5Y.py","timestamp":1681584681516},{"id":"Djar.py","timestamp":1681585250826},{"id":"g4rg.py","timestamp":1681585656859},{"id":"lQXj.py","timestamp":1681585677583},{"id":"8aa5.py","timestamp":1681585739436},{"id":"JS7O.py","timestamp":1681585817473},{"id":"mo1c.py","timestamp":1681585864189},{"id":"3kz2.py","timestamp":1681585890383},{"id":"LFrH.py","timestamp":1681586061563},{"id":"GIY3.py","timestamp":1681603022699},{"id":"z3D6.py","timestamp":1681603427946},{"id":"OLwU.py","timestamp":1681603481669},{"id":"EuVU.py","timestamp":1681603530086},{"id":"ZNsx.py","timestamp":1681603713509},{"id":"6OUn.py","timestamp":1681603762936},{"id":"Zet1.py","timestamp":1681603909106},{"id":"3pbS.py","timestamp":1681604036333},{"id":"1UmW.py","timestamp":1681604680176},{"id":"mlfl.py","timestamp":1681604949449},{"id":"Gx0b.py","timestamp":1681606353573},{"id":"giGp.py","timestamp":1681606413766},{"id":"L2iK.py","timestamp":1681606521383},{"id":"QD3s.py","timestamp":1681606622926},{"id":"T0FC.py","timestamp":1681606753199},{"id":"omvv.py","timestamp":1681606874103},{"id":"FZEM.py","timestamp":1681606903383},{"id":"AzQu.py","timestamp":1681606967566},{"id":"WBhg.py","timestamp":1681607175999},{"id":"muyu.py","timestamp":1681608066533},{"id":"yirx.py","timestamp":1681608082406},{"id":"Yfyt.py","timestamp":1681608188273},{"id":"xLlU.py","timestamp":1681608559809},{"id":"HSVA.py","timestamp":1681608595009}]} |
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
{"version":1,"resource":"file:///git/backupr/.github/workflows/deep-int-testing.yaml","entries":[{"id":"lFTZ.yaml","timestamp":1681258127983},{"id":"fEDW.yaml","timestamp":1681259132896},{"id":"Ifoo.yaml","timestamp":1681259218146},{"id":"I6CI.yaml","timestamp":1681259305979},{"id":"OzAW.yaml","timestamp":1681259356396},{"id":"d3O1.yaml","timestamp":1681259381176},{"id":"BbH2.yaml","timestamp":1681259437069},{"id":"aeQ3.yaml","timestamp":1681259489906},{"id":"tCPk.yaml","timestamp":1681259969586},{"id":"7Eih.yaml","timestamp":1681260106349},{"id":"aO1U.yaml","timestamp":1681260135849},{"id":"SQKG.yaml","timestamp":1681260172483},{"id":"ElKZ.yaml","timestamp":1681260562909},{"id":"Gg1C.yaml","timestamp":1681260601336},{"id":"uJh4.yaml","timestamp":1681260682559},{"id":"DCHF.yaml","timestamp":1681260811096},{"id":"4Skh.yaml","timestamp":1681261267816},{"id":"SvBh.yaml","timestamp":1681261951896},{"id":"9OHL.yaml","timestamp":1681262132723}]} |
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
{"version":1,"resource":"file:///git/swifty/devutil/__init__.py","entries":[{"id":"0APo.py","timestamp":1678062310060},{"id":"fy1x.py","timestamp":1678062348977},{"id":"6Qhs.py","timestamp":1678062404520},{"id":"v1tR.py","timestamp":1678062426043},{"id":"dDYD.py","timestamp":1678062773997},{"id":"GwHV.py","timestamp":1678062790197},{"id":"qRrb.py","timestamp":1678062860183},{"id":"7H5j.py","timestamp":1678064131087},{"id":"W1C0.py","timestamp":1678064143410},{"id":"9UNV.py","timestamp":1678064180553},{"id":"x8gG.py","timestamp":1678064453893},{"id":"IAwN.py","timestamp":1678064511443},{"id":"UYdq.py","timestamp":1678064523800},{"id":"Zy3e.py","timestamp":1678064673653},{"id":"urxC.py","timestamp":1678064709237},{"id":"rN3g.py","timestamp":1678064790947},{"id":"IGs1.py","timestamp":1678066011887}]} |
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
{"version":1,"resource":"file:///git/backupr/backupr/util.py","entries":[{"id":"GnES.py","timestamp":1681180335775},{"id":"pNx1.py","timestamp":1681180424125},{"id":"wloe.py","timestamp":1681180448488},{"id":"Q7HM.py","timestamp":1681180851812}]} |
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
{"version":1,"resource":"file:///git/swifty/swifty/jobs/reconcile_sla.py","entries":[{"id":"xfh5.py","timestamp":1678073155687},{"id":"mxpt.py","source":"renamed.source","timestamp":1678073891758},{"id":"kosD.py","timestamp":1678074201837},{"id":"Gt4U.py","timestamp":1678074308453},{"id":"cd5e.py","timestamp":1678074375610},{"id":"OCdX.py","timestamp":1678074872747},{"id":"gOXw.py","timestamp":1678074993643},{"id":"aYJ0.py","timestamp":1678075058317},{"id":"O4ne.py","timestamp":1678075153637},{"id":"2IdO.py","timestamp":1678075188947},{"id":"uP0W.py","timestamp":1678075217770},{"id":"eqvv.py","timestamp":1678075253640},{"id":"gVOH.py","timestamp":1678075303610},{"id":"OlVJ.py","source":"renamed.source","timestamp":1678075396174},{"id":"N0uy.py","timestamp":1678075501947},{"id":"DEwp.py","timestamp":1678075682050},{"id":"y6Af.py","timestamp":1678075693367},{"id":"oKZt.py","timestamp":1678075740604},{"id":"8Kev.py","timestamp":1678075813574},{"id":"rx2q.py","timestamp":1678075828414},{"id":"Fm0z.py","timestamp":1678075860824},{"id":"2Oxq.py","timestamp":1678075962580},{"id":"XE4D.py","timestamp":1678076479360},{"id":"U2K0.py","timestamp":1678076489780}]} |
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
{"version":1,"resource":"file:///git/synology-docker-poc/scripts/synology/run.sh","entries":[{"id":"VqQs.sh","timestamp":1682556840809},{"id":"8GzT.sh","timestamp":1682557243286},{"id":"DCZO.sh","timestamp":1682557564590},{"id":"WEvU.sh","timestamp":1682557612294},{"id":"VNS2.sh","timestamp":1682557639981},{"id":"rGWP.sh","timestamp":1682557740479}]} |
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
[ | |
{"key": "shift+ctrl+.", "command": "selectNextSuggestion", "when": "editorTextFocus && suggestWidgetMultipleSuggestions && suggestWidgetVisible"}, | |
{"key": "shift+ctrl+,", "command": "selectPrevSuggestion", "when": "editorTextFocus && suggestWidgetMultipleSuggestions && suggestWidgetVisible"}, | |
{"key": "alt+tab", "command": "workbench.action.focusNextGroup"}, | |
{"key": "alt+shift+tab", "command": "workbench.action.focusPreviousGroup"}, | |
{"key": "ctrl+k", "command": "editor.action.showHover"}, | |
{"key": "ctrl+z", "command": "workbench.action.toggleZenMode"}, | |
{"key": "ctrl+;", "command": "workbench.action.toggleSidebarVisibility"}, | |
{"key": "ctrl+shift+l", "command": "workbench.action.terminal.focus"}, | |
{ | |
"key": "ctrl+shift+l", | |
"command": "workbench.action.focusActiveEditorGroup", | |
"when": "terminalFocus" | |
}, | |
{ | |
"key": "ctrl+shift+;", | |
"command": "-breadcrumbs.focus", | |
"when": "breadcrumbsPossible && breadcrumbsVisible" | |
}, | |
{ | |
"key": "ctrl+shift+;", | |
"command": "workbench.view.extension.todo-tree-container" | |
}, | |
{ | |
"key": "f12", | |
"command": "-editor.action.revealDefinition", | |
"when": "editorHasDefinitionProvider && editorTextFocus && !isInEmbeddedEditor" | |
}, | |
{ | |
"key": "ctrl+k f12", | |
"command": "-editor.action.revealDefinitionAside", | |
"when": "editorHasDefinitionProvider && editorTextFocus && !isInEmbeddedEditor" | |
}, | |
] |
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
// Empty |
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
{ | |
"files.trimTrailingWhitespace": true, | |
"[python]": { | |
"editor.detectIndentation": false, | |
"editor.insertSpaces": true, | |
"editor.tabSize": 4, | |
}, | |
"[tid]": { | |
"editor.quickSuggestions": { | |
"comments": "off", | |
"strings": "off", | |
"other": "off" | |
}, | |
}, | |
"workbench.colorTheme": "Nord", | |
"workbench.editor.enablePreview": false, | |
"vim.startInInsertMode": false, | |
"vim.easymotion": false, | |
"vim.incsearch": true, | |
"vim.useSystemClipboard": true, | |
"vim.useCtrlKeys": true, | |
"vim.hlsearch": true, | |
"vim.insertModeKeyBindings": [ | |
{ | |
"before": [ | |
"k", | |
"j" | |
], | |
"after": [ | |
"<Esc>" | |
] | |
} | |
], | |
"vim.leader": ",", | |
"vim.handleKeys": { | |
"<C-a>": false, | |
"<C-f>": false, | |
"<C-b>": false, | |
"<C-j>": false, | |
"<C-w>": false | |
}, | |
"window.menuBarVisibility": "toggle", | |
"editor.minimap.enabled": false, | |
// "editor.fontFamily": "'Ubuntu Mono', monospace", | |
"editor.fontFamily": "'Source Code Pro', monospace", | |
"editor.fontSize": 16, | |
"editor.fontWeight": "bold", | |
"editor.tabSize": 2, | |
"editor.insertSpaces": true, | |
//////////////////////////////////////////////////////////// | |
// Currently can't set this to false and then manually trigger them when needed, which is | |
// exactly the desired behavior... | |
// https://github.com/Microsoft/vscode/issues/20455 | |
"editor.parameterHints.enabled": false, | |
// "editor.parameterHints.enabled": true, | |
//////////////////////////////////////////////////////////// | |
"editor.rulers": [80, 100], | |
"workbench.activityBar.visible": false, | |
"explorer.confirmDelete": false, | |
"sync.gist": "51426bea02dbb42ca118a481cf0af6ff", | |
"sync.autoDownload": false, | |
"sync.autoUpload": false, | |
"sync.forceDownload": false, | |
"sync.quietSync": false, | |
"sync.askGistName": false, | |
"sync.removeExtensions": true, | |
"sync.syncExtensions": true, | |
"zenMode.hideLineNumbers": false, | |
"emmet.syntaxProfiles": { | |
"javascriptreact": "html", | |
"html": { | |
"attr_quotes": "single" | |
} | |
}, | |
"emmet.includeLanguages": { | |
"typescriptreact": "javascriptreact", | |
"html.erb": "html" | |
}, | |
"emmet.showExpandedAbbreviation": "always", | |
"emmet.showSuggestionsAsSnippets": true, | |
"editor.snippetSuggestions": "top", | |
"files.associations": { | |
"**/*.yml": "ansible" | |
}, | |
"extensions.ignoreRecommendations": false, | |
"autoDocstring.guessTypes": true, | |
"autoDocstring.includeName": true, | |
"autoDocstring.startOnNewLine": true, | |
"redhat.telemetry.enabled": true, | |
"editor.suggest.showSnippets": false, | |
"ansible.validation.lint.enabled": false, | |
} |
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
{ | |
"pc": { | |
"prefix": "pc", | |
"body": "<%# $0 %>", | |
"description": "output ERB tags", | |
"scope": "text.html.ruby" | |
}, | |
"each": { | |
"prefix": "each", | |
"body": "\n<% ${1:@things}.each do |${2:thing}| %>\n\t$0\n<% end %>\n", | |
"description": "ERB each block", | |
"scope": "text.html.ruby" | |
}, | |
"else": { | |
"prefix": "else", | |
"body": "<% else %>", | |
"description": "ERB else tag", | |
"scope": "text.html.ruby" | |
}, | |
"elsif": { | |
"prefix": "elsif", | |
"body": "<% elsif ${1:true} %>", | |
"description": "ERB elsif tag", | |
"scope": "text.html.ruby" | |
}, | |
"end": { | |
"prefix": "end", | |
"body": "\n<% end %>\n", | |
"description": "ERB end tag", | |
"scope": "text.html.ruby" | |
}, | |
"er": { | |
"prefix": "er", | |
"body": "<% $0 %>", | |
"description": "ERB tags", | |
"scope": "text.html.ruby" | |
}, | |
"t": { | |
"prefix": "t", | |
"body": "<%= t('$0') %>", | |
"description": "output ERB translation tags", | |
"scope": "text.html.ruby" | |
}, | |
"ff": { | |
"prefix": "ff", | |
"body": "<%= form_for(${1:@things}) do |${2:f}| %>\n\t\t$3\n<% end %>\n ", | |
"description": "output form_for ERB", | |
"scope": "text.html.ruby" | |
}, | |
"ife": { | |
"prefix": "ife", | |
"body": "\n<% if $1 %>\n\t$2\n<% else %>\n\t$0\n<% end %>\n", | |
"description": "ERB if / else / end", | |
"scope": "text.html.ruby" | |
}, | |
"if": { | |
"prefix": "if", | |
"body": "\n<% if $1 %>\n\t$0\n<% end %>\n", | |
"description": "ERB if / end", | |
"scope": "text.html.ruby" | |
}, | |
"lblt": { | |
"prefix": "lblt", | |
"body": "<%= label_tag :${1:thing}, \"${2:Your label text}\" %>", | |
"description": "insert a rails view label_tag helper", | |
"scope": "text.html.ruby" | |
}, | |
"lt": { | |
"prefix": "lt", | |
"body": "<%= link_to $1, $2 %>", | |
"description": "insert a rails view link_to helper", | |
"scope": "text.html.ruby" | |
}, | |
"pft": { | |
"prefix": "pft", | |
"body": "<%= password_field_tag :${1:thing} %>", | |
"description": "insert a rails view password_field_tag helper", | |
"scope": "text.html.ruby" | |
}, | |
"pe": { | |
"prefix": "pe", | |
"body": "<%= $0 %>", | |
"description": "output ERB tags", | |
"scope": "text.html.ruby" | |
}, | |
"st": { | |
"prefix": "st", | |
"body": "<%= submit_tag \"${1:My Button Text}\", class: \"${2:class}\" %>", | |
"description": "insert a rails view submit_tag helper", | |
"scope": "text.html.ruby" | |
}, | |
"tft": { | |
"prefix": "tft", | |
"body": "<%= text_field_tag \"${1:name}\", \"${2:value}\", placeholder: \"${3:placeholder}\", class: \"${4:class}\" %>", | |
"description": "insert a rails view text_field_tag helper", | |
"scope": "text.html.ruby" | |
}, | |
"unless": { | |
"prefix": "unless", | |
"body": "\n<% unless $1 %>\n\t$0\n<% end %>\n", | |
"description": "ERB unless / end", | |
"scope": "text.html.ruby" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment