Last active
February 13, 2023 13:30
-
-
Save scottmcclung/2207ccc6fb6db1d8fa2f80c8ffe9b694 to your computer and use it in GitHub Desktop.
Revisions
-
scottmcclung revised this gist
Feb 13, 2023 . 3 changed files with 56 additions and 53 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1 +1 @@ {"lastUpload":"2023-02-13T13:30:19.342Z","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 charactersOriginal file line number Diff line number Diff line change @@ -177,7 +177,7 @@ }, "name": "remote-containers", "publisher": "ms-vscode-remote", "version": "0.275.1" }, { "metadata": { @@ -427,7 +427,7 @@ }, "name": "vscode-eslint", "publisher": "dbaeumer", "version": "2.4.0" }, { "metadata": { 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 charactersOriginal file line number Diff line number Diff line change @@ -38,11 +38,22 @@ "items": [ { "id": "workbench.action.reopenClosedEditor", "label": "&&Reopen Closed Editor", "enabled": false }, { "id": "vscode.menubar.separator" }, { "id": "openRecentFolder", "uri": { "$mid": 1, "path": "/Users/scott/.dotfiles", "scheme": "file" }, "enabled": true, "label": "~/.dotfiles" }, { "id": "openRecentFolder", "uri": { @@ -139,19 +150,6 @@ "enabled": true, "label": "/Users/scott/dev/personal/crystal/clover" }, { "id": "vscode.menubar.separator" }, @@ -373,6 +371,22 @@ "id": "editor.action.clipboardCopyAction", "label": "&&Copy" }, { "id": "submenuitem.MenubarCopy", "label": "Copy As", "submenu": { "items": [ { "id": "gitlens.copyRemoteFileUrlToClipboard", "label": "Copy Remote File URL" }, { "id": "gitlens.copyRemoteFileUrlFrom", "label": "Copy Remote File URL From..." } ] } }, { "id": "editor.action.clipboardPasteAction", "label": "&&Paste" @@ -547,8 +561,7 @@ }, { "id": "workbench.action.togglePanel", "label": "&&Panel" }, { "id": "vscode.menubar.separator" @@ -666,6 +679,13 @@ { "id": "vscode.menubar.separator" }, { "id": "workbench.action.splitEditorInGroup", "label": "Split in &&Group" }, { "id": "vscode.menubar.separator" }, { "id": "workbench.action.editorLayoutSingle", "label": "&&Single" @@ -780,7 +800,8 @@ }, { "id": "workbench.action.navigateToLastEditLocation", "label": "&&Last Edit Location", "enabled": false }, { "id": "vscode.menubar.separator" @@ -790,17 +811,6 @@ "label": "Switch &&Editor", "submenu": { "items": [ { "id": "workbench.action.nextEditor", "label": "&&Next Editor" @@ -1515,6 +1525,11 @@ "isNative": false, "userSettingsLabel": "cmd+numpad0" }, "workbench.action.splitEditorInGroup": { "label": "⌘K ⇧⌘\\", "isNative": false, "userSettingsLabel": "cmd+k shift+cmd+\\" }, "workbench.action.toggleEditorGroupLayout": { "label": "Alt+Cmd+8", "userSettingsLabel": "alt+cmd+8" @@ -1753,19 +1768,19 @@ "editorPartMinWidth": 220, "titleBarHeight": 28, "activityBarWidth": 48, "sideBarWidth": 291, "statusBarHeight": 22, "windowBorder": false } }, "windowsState": { "lastActiveWindow": { "folder": "file:///Users/scott/.dotfiles", "backupPath": "/Users/scott/Library/Application Support/Code/Backups/7d623c60f000e5af9eb21f22335b618f", "uiState": { "mode": 1, "x": 52, "y": 25, "width": 1549, "height": 1025 } @@ -1776,24 +1791,13 @@ "workspaces": [], "folders": [ { "folderUri": "file:///Users/scott/dev/nerdmagik/products/escalator" }, { "folderUri": "file:///Users/scott/.dotfiles" } ], "emptyWindows": [] }, "windowControlHeight": 28, "userDataProfilesMigration": true, @@ -1802,11 +1806,10 @@ "file:///Users/scott/dev/tools/mgk-dx-plugin": "__default__profile__", "file:///Users/scott/dev/nerdmagik/products/striped-fox": "__default__profile__", "vscode-remote://dev-container%2B7b22686f737450617468223a222f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f78222c22636f6e66696746696c65223a7b22246d6964223a312c22667350617468223a222f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f782f2e646576636f6e7461696e65722f646576636f6e7461696e65722e6a736f6e222c2265787465726e616c223a2266696c653a2f2f2f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f782f2e646576636f6e7461696e65722f646576636f6e7461696e65722e6a736f6e222c2270617468223a222f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f782f2e646576636f6e7461696e65722f646576636f6e7461696e65722e6a736f6e222c22736368656d65223a2266696c65227d7d/var/www/html": "__default__profile__", "file:///Users/scott/dev/nerdmagik/products/escalator": "__default__profile__", "file:///Users/scott/.dotfiles": "__default__profile__" }, "emptyWindows": {} }, "profileAssociationsMigration": true } -
scottmcclung revised this gist
Feb 5, 2023 . 2 changed files with 4 additions and 5 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1 +1 @@ {"lastUpload":"2023-02-05T00:44:49.640Z","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 charactersOriginal file line number Diff line number Diff line change @@ -759,8 +759,7 @@ }, { "id": "editor.action.toggleWordWrap", "label": "&&Word Wrap" }, { "id": "editor.action.toggleStickyScroll", @@ -1765,8 +1764,8 @@ "backupPath": "/Users/scott/Library/Application Support/Code/Backups/744460f0d78b1322092271076ad7d1ac", "uiState": { "mode": 1, "x": 52, "y": 62, "width": 1549, "height": 1025 } -
scottmcclung revised this gist
Feb 5, 2023 . 2 changed files with 3 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1 +1 @@ {"lastUpload":"2023-02-05T00:44:22.554Z","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 charactersOriginal file line number Diff line number Diff line change @@ -759,7 +759,8 @@ }, { "id": "editor.action.toggleWordWrap", "label": "&&Word Wrap", "enabled": false }, { "id": "editor.action.toggleStickyScroll", -
scottmcclung revised this gist
Feb 5, 2023 . 2 changed files with 19 additions and 27 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1 +1 @@ {"lastUpload":"2023-02-05T00:43:53.719Z","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 charactersOriginal file line number Diff line number Diff line change @@ -294,13 +294,11 @@ }, { "id": "workbench.action.files.save", "label": "&&Save" }, { "id": "workbench.action.files.saveAs", "label": "Save &&As..." }, { "id": "saveAll", @@ -338,13 +336,11 @@ }, { "id": "workbench.action.files.revert", "label": "Re&&vert File" }, { "id": "workbench.action.closeActiveEditor", "label": "&&Close Editor" }, { "id": "workbench.action.closeFolder", @@ -386,13 +382,11 @@ }, { "id": "actions.find", "label": "&&Find" }, { "id": "editor.action.startFindReplaceAction", "label": "&&Replace" }, { "id": "vscode.menubar.separator" @@ -672,13 +666,6 @@ { "id": "vscode.menubar.separator" }, { "id": "workbench.action.editorLayoutSingle", "label": "&&Single" @@ -772,8 +759,7 @@ }, { "id": "editor.action.toggleWordWrap", "label": "&&Word Wrap" }, { "id": "editor.action.toggleStickyScroll", @@ -804,6 +790,17 @@ "label": "Switch &&Editor", "submenu": { "items": [ { "id": "workbench.action.focusFirstSideEditor", "label": "&&First Side in Editor" }, { "id": "workbench.action.focusSecondSideEditor", "label": "&&Second Side in Editor" }, { "id": "vscode.menubar.separator" }, { "id": "workbench.action.nextEditor", "label": "&&Next Editor" @@ -1518,11 +1515,6 @@ "isNative": false, "userSettingsLabel": "cmd+numpad0" }, "workbench.action.toggleEditorGroupLayout": { "label": "Alt+Cmd+8", "userSettingsLabel": "alt+cmd+8" -
scottmcclung revised this gist
Feb 5, 2023 . 2 changed files with 2 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1 +1 @@ {"lastUpload":"2023-02-05T00:43:15.993Z","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 charactersOriginal file line number Diff line number Diff line change @@ -1761,7 +1761,7 @@ "editorPartMinWidth": 220, "titleBarHeight": 28, "activityBarWidth": 48, "sideBarWidth": 768, "statusBarHeight": 22, "windowBorder": false } -
scottmcclung revised this gist
Feb 5, 2023 . 2 changed files with 2 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1 +1 @@ {"version":1,"resource":"vscode-userdata:/Users/scott/Library/Application%20Support/Code/User/settings.json","entries":[{"id":"C4Q8.json","timestamp":1661644406028},{"id":"aVHC.json","timestamp":1672630514992},{"id":"lJWH.json","timestamp":1675556176435}]} 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 charactersOriginal file line number Diff line number Diff line change @@ -1 +1 @@ {"lastUpload":"2023-02-05T00:21:37.742Z","extensionVersion":"v3.4.3"} -
scottmcclung revised this gist
Feb 5, 2023 . 4 changed files with 137 additions and 36 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,108 @@ // Place your settings in this file to overwrite the default settings { // Controls if the editor should automatically adjust the indentation when users type, paste or move lines. Indentation rules of the language must be available. "editor.autoIndent": "full", // Control the cursor animation style, possible values are 'blink', 'smooth', 'phase', 'expand' and 'solid' "editor.cursorBlinking": "phase", // Controls the font family. "editor.fontFamily": "'Operator Mono','Fira Code',Menlo, Monaco, 'Courier New', monospace", // Enables font ligatures "editor.fontLigatures": true, // Controls the font size in pixels. "editor.fontSize": 14, // Controls the line height. Use 0 to compute the lineHeight from the fontSize. "editor.lineHeight": 35, // Controls if the minimap is shown "editor.minimap.enabled": false, // Insert spaces when pressing Tab. This setting is overriden based on the file contents when `editor.detectIndentation` is on. "editor.insertSpaces": true, // When opening a file, `editor.tabSize` and `editor.insertSpaces` will be detected based on the file contents. "editor.detectIndentation": false, // Insert snippets when their prefix matches. Works best when 'quickSuggestions' aren't enabled. "editor.tabCompletion": "off", // When enabled, will trim trailing whitespace when you save a file. "files.trimTrailingWhitespace": true, // Controls auto save of dirty files. Accepted values: "off", "afterDelay", "onFocusChange" (editor loses focus), "onWindowChange" (window loses focus). If set to "afterDelay", you can configure the delay in "files.autoSaveDelay". "files.autoSave": "off", // Controls the delay in ms after which a dirty file is saved automatically. Only applies when "files.autoSave" is set to "afterDelay" "files.autoSaveDelay": 1000, // Customizes which terminal application to run on OS X. "terminal.external.osxExec": "iTerm.app", // The amount of time (in seconds) "workbench.iconTheme": "material-icon-theme", "window.zoomLevel": 0, // Optional. The name or path of the coding standard to use. Defaults to the one set in phpcs global config. "phpcs.standard": "PSR2", // Optional. A comma separated list of patterns to ignore files and directories. "phpcs.ignore": "*/tests/*", // Turn off VSCode native PHP Intellisense in favor of the PHP Intellisense extension (avoids duplicate suggestions) "php.suggest.basic": false, "workbench.colorTheme": "In Bed by 7pm", "sublimeTextKeymap.promptV3Features": true, "editor.multiCursorModifier": "ctrlCmd", "editor.formatOnPaste": true, "editor.acceptSuggestionOnEnter": "off", "window.closeWhenEmpty": true, "files.insertFinalNewline": true, "editor.lineNumbers": "on", "window.restoreFullscreen": true, "editor.scrollBeyondLastLine": true, "crystal-lang.implementations": true, "crystal-lang.hover": true, "crystal-lang.completion": true, "crystal-lang.compiler": "/usr/local/bin/crystal", "editor.formatOnType": true, "files.trimFinalNewlines": true, "editor.renderLineHighlight": "none", "color-highlight.markerType": "dot-before", "prettier.trailingComma": "all", "[javascript]": { "editor.defaultFormatter": "vscode.typescript-language-features" }, "editor.formatOnSave": true, "emmet.includeLanguages": { "visualforce": "html" }, "git.autofetch": true, "workbench.fontAliasing": "antialiased", "sync.gist": "2207ccc6fb6db1d8fa2f80c8ffe9b694", "sync.autoDownload": true, "sync.autoUpload": true, "sync.quietSync": true, "emmet.triggerExpansionOnTab": true, "emmet.showSuggestionsAsSnippets": true, "editor.wordWrapColumn": 100, "emmet.extensionsPath": [ "/Users/scott/.emmet" ], "force.showApexJavadocContext": true, "java.configuration.checkProjectSettingsExclusions": false, "php-docblocker.qualifyClassNames": true, "php-docblocker.useShortNames": true, "salesforcedx-vscode-apex.java.home": "/Library/Java/JavaVirtualMachines/adoptopenjdk-11.jdk/Contents/Home", "SFDoc.username": "Scott McClung", "SFDoc.IncludParameterTypeInMethodHeader": true, "SFDoc.EnableForVisualforce": false, "SFDoc.EnableForLightningMarkup": false, "SFDoc.EnableForApex": false, "apexPMD.enableCache": true, "apexPMD.runOnFileOpen": true, "editor.defaultFormatter": "esbenp.prettier-vscode", "prettier.tabWidth": 4, "prettier.printWidth": 120, "breadcrumbs.enabled": false, "workbench.activityBar.visible": true, "workbench.statusBar.visible": true, "diffEditor.renderSideBySide": true, "[html]": { "editor.defaultFormatter": "vscode.html-language-features" }, "hediet.vscode-drawio.local-storage": "eyIuZHJhd2lvLWNvbmZpZyI6IntcImxhbmd1YWdlXCI6XCJcIixcImN1c3RvbUZvbnRzXCI6W10sXCJsaWJyYXJpZXNcIjpcImdlbmVyYWxcIixcImN1c3RvbUxpYnJhcmllc1wiOltcIkwuc2NyYXRjaHBhZFwiXSxcInBsdWdpbnNcIjpbXSxcInJlY2VudENvbG9yc1wiOltdLFwiZm9ybWF0V2lkdGhcIjpcIjI0MFwiLFwiY3JlYXRlVGFyZ2V0XCI6ZmFsc2UsXCJwYWdlRm9ybWF0XCI6e1wieFwiOjAsXCJ5XCI6MCxcIndpZHRoXCI6ODUwLFwiaGVpZ2h0XCI6MTEwMH0sXCJzZWFyY2hcIjp0cnVlLFwic2hvd1N0YXJ0U2NyZWVuXCI6dHJ1ZSxcImdyaWRDb2xvclwiOlwiI2QwZDBkMFwiLFwiZGFya0dyaWRDb2xvclwiOlwiIzZlNmU2ZVwiLFwiYXV0b3NhdmVcIjp0cnVlLFwicmVzaXplSW1hZ2VzXCI6bnVsbCxcIm9wZW5Db3VudGVyXCI6MCxcInZlcnNpb25cIjoxOCxcInVuaXRcIjoxLFwiaXNSdWxlck9uXCI6ZmFsc2UsXCJ1aVwiOlwiXCJ9In0=", "workbench.startupEditor": "none", "redhat.telemetry.enabled": false, "[jsonc]": { "editor.defaultFormatter": "vscode.json-language-features" }, "security.workspace.trust.untrustedFiles": "open", "git.confirmSync": 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 charactersOriginal file line number Diff line number Diff line change @@ -1 +1 @@ {"lastUpload":"2023-02-05T00:16:36.456Z","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 charactersOriginal file line number Diff line number Diff line change @@ -294,11 +294,13 @@ }, { "id": "workbench.action.files.save", "label": "&&Save", "enabled": false }, { "id": "workbench.action.files.saveAs", "label": "Save &&As...", "enabled": false }, { "id": "saveAll", @@ -336,11 +338,13 @@ }, { "id": "workbench.action.files.revert", "label": "Re&&vert File", "enabled": false }, { "id": "workbench.action.closeActiveEditor", "label": "&&Close Editor", "enabled": false }, { "id": "workbench.action.closeFolder", @@ -373,22 +377,6 @@ "id": "editor.action.clipboardCopyAction", "label": "&&Copy" }, { "id": "editor.action.clipboardPasteAction", "label": "&&Paste" @@ -398,11 +386,13 @@ }, { "id": "actions.find", "label": "&&Find", "enabled": false }, { "id": "editor.action.startFindReplaceAction", "label": "&&Replace", "enabled": false }, { "id": "vscode.menubar.separator" @@ -682,6 +672,13 @@ { "id": "vscode.menubar.separator" }, { "id": "workbench.action.splitEditorInGroup", "label": "Split in &&Group" }, { "id": "vscode.menubar.separator" }, { "id": "workbench.action.editorLayoutSingle", "label": "&&Single" @@ -775,7 +772,8 @@ }, { "id": "editor.action.toggleWordWrap", "label": "&&Word Wrap", "enabled": false }, { "id": "editor.action.toggleStickyScroll", @@ -806,17 +804,6 @@ "label": "Switch &&Editor", "submenu": { "items": [ { "id": "workbench.action.nextEditor", "label": "&&Next Editor" @@ -1531,6 +1518,11 @@ "isNative": false, "userSettingsLabel": "cmd+numpad0" }, "workbench.action.splitEditorInGroup": { "label": "⌘K ⇧⌘\\", "isNative": false, "userSettingsLabel": "cmd+k shift+cmd+\\" }, "workbench.action.toggleEditorGroupLayout": { "label": "Alt+Cmd+8", "userSettingsLabel": "alt+cmd+8" 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 charactersOriginal file line number Diff line number Diff line change @@ -103,5 +103,6 @@ "[jsonc]": { "editor.defaultFormatter": "vscode.json-language-features" }, "security.workspace.trust.untrustedFiles": "open", "git.confirmSync": false } -
scottmcclung revised this gist
Feb 5, 2023 . 2 changed files with 2 additions and 3 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1 +1 @@ {"lastUpload":"2023-02-05T00:16:13.580Z","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 charactersOriginal file line number Diff line number Diff line change @@ -775,8 +775,7 @@ }, { "id": "editor.action.toggleWordWrap", "label": "&&Word Wrap" }, { "id": "editor.action.toggleStickyScroll", -
scottmcclung revised this gist
Feb 5, 2023 . 2 changed files with 3 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1 +1 @@ {"lastUpload":"2023-02-05T00:15:35.788Z","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 charactersOriginal file line number Diff line number Diff line change @@ -775,7 +775,8 @@ }, { "id": "editor.action.toggleWordWrap", "label": "&&Word Wrap", "enabled": false }, { "id": "editor.action.toggleStickyScroll", -
scottmcclung revised this gist
Feb 5, 2023 . 3 changed files with 14 additions and 15 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ {"version":1,"resource":"file:///Users/scott/dev/nerdmagik/products/escalator/cumulusci.yml","entries":[{"id":"2MiX.yml","timestamp":1675553420896}]} 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 charactersOriginal file line number Diff line number Diff line change @@ -1 +1 @@ {"lastUpload":"2023-02-05T00:15:12.551Z","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 charactersOriginal file line number Diff line number Diff line change @@ -38,8 +38,7 @@ "items": [ { "id": "workbench.action.reopenClosedEditor", "label": "&&Reopen Closed Editor" }, { "id": "vscode.menubar.separator" @@ -683,13 +682,6 @@ { "id": "vscode.menubar.separator" }, { "id": "workbench.action.editorLayoutSingle", "label": "&&Single" @@ -814,6 +806,17 @@ "label": "Switch &&Editor", "submenu": { "items": [ { "id": "workbench.action.focusFirstSideEditor", "label": "&&First Side in Editor" }, { "id": "workbench.action.focusSecondSideEditor", "label": "&&Second Side in Editor" }, { "id": "vscode.menubar.separator" }, { "id": "workbench.action.nextEditor", "label": "&&Next Editor" @@ -1528,11 +1531,6 @@ "isNative": false, "userSettingsLabel": "cmd+numpad0" }, "workbench.action.toggleEditorGroupLayout": { "label": "Alt+Cmd+8", "userSettingsLabel": "alt+cmd+8" -
scottmcclung revised this gist
Feb 4, 2023 . 2 changed files with 6 additions and 29 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1 +1 @@ {"lastUpload":"2023-02-04T23:30:52.129Z","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 charactersOriginal file line number Diff line number Diff line change @@ -1782,36 +1782,13 @@ "backupPath": "/Users/scott/Library/Application Support/Code/Backups/744460f0d78b1322092271076ad7d1ac", "uiState": { "mode": 1, "x": 106, "y": 25, "width": 1549, "height": 1025 } }, "openedWindows": [] }, "backupWorkspaces": { "workspaces": [], -
scottmcclung revised this gist
Feb 4, 2023 . 2 changed files with 2 additions and 3 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1 +1 @@ {"lastUpload":"2023-02-04T23:30:26.978Z","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 charactersOriginal file line number Diff line number Diff line change @@ -804,8 +804,7 @@ }, { "id": "workbench.action.navigateToLastEditLocation", "label": "&&Last Edit Location" }, { "id": "vscode.menubar.separator" -
scottmcclung revised this gist
Feb 4, 2023 . 3 changed files with 502 additions and 50 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1 +1 @@ {"lastUpload":"2023-02-04T23:29:21.167Z","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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,14 @@ [ { "metadata": { "id": "6688b52c-3e14-476a-97db-e1ede92674ef", "publisherId": "chuckjonas.apex-pmd", "publisherDisplayName": "chuckjonas" }, "name": "apex-pmd", "publisher": "chuckjonas", "version": "0.5.9" }, { "metadata": { "id": "7a0110bb-231a-4598-aa1b-0769ea46d28b", @@ -9,6 +19,16 @@ "publisher": "aaron-bond", "version": "3.0.2" }, { "metadata": { "id": "39757d2a-1a37-40b9-b8b8-aa7ebd6e0cf9", "publisherId": "karigari.chat", "publisherDisplayName": "karigari" }, "name": "chat", "publisher": "karigari", "version": "0.35.0" }, { "metadata": { "id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd", @@ -19,6 +39,56 @@ "publisher": "Shan", "version": "3.4.3" }, { "metadata": { "id": "121396ad-85a1-45ec-9fd1-d95028a847f5", "publisherId": "naumovs.color-highlight", "publisherDisplayName": "naumovs" }, "name": "color-highlight", "publisher": "naumovs", "version": "2.5.0" }, { "metadata": { "id": "f60a60a6-95ba-42d4-b41c-3d24c1b89588", "publisherId": "EditorConfig.EditorConfig", "publisherDisplayName": "EditorConfig" }, "name": "EditorConfig", "publisher": "EditorConfig", "version": "0.16.4" }, { "metadata": { "id": "4de763bd-505d-4978-9575-2b7696ecf94e", "publisherId": "eamodio.gitlens", "publisherDisplayName": "eamodio" }, "name": "gitlens", "publisher": "eamodio", "version": "13.2.0" }, { "metadata": { "id": "a6f80e2a-841e-4418-9c69-06bb26c09b25", "publisherId": "pkosta2005.heroku-command", "publisherDisplayName": "pkosta2005" }, "name": "heroku-command", "publisher": "pkosta2005", "version": "0.0.8" }, { "metadata": { "id": "7b71fc1b-190d-4f7d-95d1-93e422649b0a", "publisherId": "Zignd.html-css-class-completion", "publisherDisplayName": "Zignd" }, "name": "html-css-class-completion", "publisher": "Zignd", "version": "1.20.0" }, { "metadata": { "id": "be992f3f-9f22-4b66-a1d2-ecad04c28a28", @@ -39,6 +109,16 @@ "publisher": "sdras", "version": "0.4.0" }, { "metadata": { "id": "489abeb0-400c-4a08-bde4-cf5d9b863a32", "publisherId": "Tyriar.lorem-ipsum", "publisherDisplayName": "Tyriar" }, "name": "lorem-ipsum", "publisher": "Tyriar", "version": "1.3.1" }, { "metadata": { "id": "e58f546c-babc-455f-a265-ba40dbd140d4", @@ -49,6 +129,16 @@ "publisher": "sdras", "version": "2.0.1" }, { "metadata": { "id": "dff6b801-247e-40e9-82e8-8c9b1d19d1b8", "publisherId": "christian-kohler.npm-intellisense", "publisherDisplayName": "christian-kohler" }, "name": "npm-intellisense", "publisher": "christian-kohler", "version": "1.4.4" }, { "metadata": { "id": "ca0094fa-0dc7-4847-ae5d-879442c099ca", @@ -59,6 +149,26 @@ "publisher": "neilbrayfield", "version": "2.7.0" }, { "metadata": { "id": "3eddb68d-a5dd-43fb-be03-6f508d98fe97", "publisherId": "zobo.php-intellisense", "publisherDisplayName": "zobo" }, "name": "php-intellisense", "publisher": "zobo", "version": "1.0.13" }, { "metadata": { "id": "96fa4707-6983-4489-b7c5-d5ffdfdcce90", "publisherId": "esbenp.prettier-vscode", "publisherDisplayName": "esbenp" }, "name": "prettier-vscode", "publisher": "esbenp", "version": "9.10.4" }, { "metadata": { "id": "93ce222b-5f6f-49b7-9ab1-a0463c6238df", @@ -109,6 +219,156 @@ "publisher": "ms-vscode-remote", "version": "0.75.1" }, { "metadata": { "id": "1152b6c2-ae7b-4dfe-b005-34c5c2b1b93d", "publisherId": "salesforce.salesforce-vscode-slds", "publisherDisplayName": "salesforce" }, "name": "salesforce-vscode-slds", "publisher": "salesforce", "version": "1.4.8" }, { "metadata": { "id": "d35d7d8d-7504-48d6-bdfd-8cfd4b6d50ae", "publisherId": "salesforce.salesforcedx-vscode", "publisherDisplayName": "salesforce" }, "name": "salesforcedx-vscode", "publisher": "salesforce", "version": "56.16.0" }, { "metadata": { "id": "fb928002-4623-4d99-b7e0-4a1d473e77a3", "publisherId": "salesforce.salesforcedx-vscode-apex", "publisherDisplayName": "salesforce" }, "name": "salesforcedx-vscode-apex", "publisher": "salesforce", "version": "56.16.0" }, { "metadata": { "id": "20fb552a-4c08-44e4-b441-95ccffcc7a2b", "publisherId": "salesforce.salesforcedx-vscode-apex-debugger", "publisherDisplayName": "salesforce" }, "name": "salesforcedx-vscode-apex-debugger", "publisher": "salesforce", "version": "56.16.0" }, { "metadata": { "id": "96eedf2b-6b4f-49c5-a31d-bed9be8dfd64", "publisherId": "salesforce.salesforcedx-vscode-apex-replay-debugger", "publisherDisplayName": "salesforce" }, "name": "salesforcedx-vscode-apex-replay-debugger", "publisher": "salesforce", "version": "56.16.0" }, { "metadata": { "id": "1d9d0701-6f65-4174-a1a6-5720ffa59b61", "publisherId": "salesforce.salesforcedx-vscode-core", "publisherDisplayName": "salesforce" }, "name": "salesforcedx-vscode-core", "publisher": "salesforce", "version": "56.16.0" }, { "metadata": { "id": "72747198-3a76-4040-9fc0-a6fe07b25a0d", "publisherId": "salesforce.salesforcedx-vscode-lightning", "publisherDisplayName": "salesforce" }, "name": "salesforcedx-vscode-lightning", "publisher": "salesforce", "version": "56.16.0" }, { "metadata": { "id": "9b3fc708-d0ad-46ec-ba0b-67f140786bef", "publisherId": "salesforce.salesforcedx-vscode-lwc", "publisherDisplayName": "salesforce" }, "name": "salesforcedx-vscode-lwc", "publisher": "salesforce", "version": "56.16.0" }, { "metadata": { "id": "e51a0546-dfbb-4d74-9826-207c122ced51", "publisherId": "salesforce.salesforcedx-vscode-soql", "publisherDisplayName": "salesforce" }, "name": "salesforcedx-vscode-soql", "publisher": "salesforce", "version": "56.16.0" }, { "metadata": { "id": "5468b156-80fa-447d-9b40-d5993e0e2b7e", "publisherId": "salesforce.salesforcedx-vscode-visualforce", "publisherDisplayName": "salesforce" }, "name": "salesforcedx-vscode-visualforce", "publisher": "salesforce", "version": "56.16.0" }, { "metadata": { "id": "7e7bddef-b439-401a-94e7-4c75f9744600", "publisherId": "HugoOM.sfdx-autoheader", "publisherDisplayName": "HugoOM" }, "name": "sfdx-autoheader", "publisher": "HugoOM", "version": "0.7.3" }, { "metadata": { "id": "0633e4c5-1c73-4943-8d72-0f6c5457bd3b", "publisherId": "VignaeshRamA.sfdx-package-xml-generator", "publisherDisplayName": "VignaeshRamA" }, "name": "sfdx-package-xml-generator", "publisher": "VignaeshRamA", "version": "2.0.9" }, { "metadata": { "id": "6c0f990e-512c-4b25-a01e-0d6578f0b42a", "publisherId": "amatiasq.sort-imports", "publisherDisplayName": "amatiasq" }, "name": "sort-imports", "publisher": "amatiasq", "version": "6.3.1" }, { "metadata": { "id": "5b51ff58-96bf-410c-8919-ed69958606fa", "publisherId": "zengxingxin.sort-js-object-keys", "publisherDisplayName": "zengxingxin" }, "name": "sort-js-object-keys", "publisher": "zengxingxin", "version": "1.0.6" }, { "metadata": { "id": "00518570-772b-4ccb-8b06-d056f3f556e0", "publisherId": "Tyriar.sort-lines", "publisherDisplayName": "Tyriar" }, "name": "sort-lines", "publisher": "Tyriar", "version": "1.9.1" }, { "metadata": { "id": "529697b9-b343-4b1c-ba2f-f5ef692132d4", @@ -119,6 +379,16 @@ "publisher": "ms-vscode", "version": "4.0.10" }, { "metadata": { "id": "47210ec2-0324-4cbb-9523-9dff02a5f9ec", "publisherId": "ms-vscode.test-adapter-converter", "publisherDisplayName": "ms-vscode" }, "name": "test-adapter-converter", "publisher": "ms-vscode", "version": "0.1.6" }, { "metadata": { "id": "4e44877c-1c8d-4f9c-ba86-1372d0fbeeb1", @@ -129,6 +399,56 @@ "publisher": "dracula-theme", "version": "2.24.2" }, { "metadata": { "id": "2f5dd8cb-d251-4d70-abfe-ddebcb077483", "publisherId": "octref.vetur", "publisherDisplayName": "octref" }, "name": "vetur", "publisher": "octref", "version": "0.36.1" }, { "metadata": { "id": "0b8f8d63-11a2-4194-969c-ca7488b3413a", "publisherId": "pranaygp.vscode-css-peek", "publisherDisplayName": "pranaygp" }, "name": "vscode-css-peek", "publisher": "pranaygp", "version": "4.2.0" }, { "metadata": { "id": "583b2b34-2c1e-4634-8c0b-0b82e283ea3a", "publisherId": "dbaeumer.vscode-eslint", "publisherDisplayName": "dbaeumer" }, "name": "vscode-eslint", "publisher": "dbaeumer", "version": "2.2.6" }, { "metadata": { "id": "3c6d2422-afcc-482d-a751-08c6ed38ce19", "publisherId": "wmaurer.vscode-jumpy", "publisherDisplayName": "wmaurer" }, "name": "vscode-jumpy", "publisher": "wmaurer", "version": "0.3.1" }, { "metadata": { "id": "77b70e30-3534-4098-9d6d-382a96babca4", "publisherId": "dkundel.vscode-new-file", "publisherDisplayName": "dkundel" }, "name": "vscode-new-file", "publisher": "dkundel", "version": "4.0.2" }, { "metadata": { "id": "5a7017bf-c571-4d77-b902-6e56b16f539a", @@ -149,6 +469,106 @@ "publisher": "ms-vscode-remote", "version": "0.23.0" }, { "metadata": { "id": "28fcf0b8-26a5-4e99-9b8d-02e990366c6f", "publisherId": "tombonnike.vscode-status-bar-format-toggle", "publisherDisplayName": "tombonnike" }, "name": "vscode-status-bar-format-toggle", "publisher": "tombonnike", "version": "3.1.1" }, { "metadata": { "id": "ff96f1b4-a4b8-45ef-8ecf-c232c0cb75c8", "publisherId": "hbenl.vscode-test-explorer", "publisherDisplayName": "hbenl" }, "name": "vscode-test-explorer", "publisher": "hbenl", "version": "2.21.1" }, { "metadata": { "id": "733c7fa7-f39a-44d2-a5d8-b1e7d413306e", "publisherId": "hbenl.vscode-test-explorer-liveshare", "publisherDisplayName": "hbenl" }, "name": "vscode-test-explorer-liveshare", "publisher": "hbenl", "version": "1.0.5" }, { "metadata": { "id": "90a37ca1-92a2-488a-b196-7a8c0b0127ea", "publisherId": "ms-vscode.vscode-typescript-tslint-plugin", "publisherDisplayName": "ms-vscode" }, "name": "vscode-typescript-tslint-plugin", "publisher": "ms-vscode", "version": "1.3.4" }, { "metadata": { "id": "6703768d-d42f-474e-9f6e-5f288d53f6e8", "publisherId": "redhat.vscode-xml", "publisherDisplayName": "redhat" }, "name": "vscode-xml", "publisher": "redhat", "version": "0.24.0" }, { "metadata": { "id": "2061917f-f76a-458a-8da9-f162de22b97e", "publisherId": "redhat.vscode-yaml", "publisherDisplayName": "redhat" }, "name": "vscode-yaml", "publisher": "redhat", "version": "1.11.0" }, { "metadata": { "id": "5a6dc0d5-dc02-4121-8e24-cad33a2ff0af", "publisherId": "ms-vsliveshare.vsliveshare", "publisherDisplayName": "ms-vsliveshare" }, "name": "vsliveshare", "publisher": "ms-vsliveshare", "version": "1.0.5828" }, { "metadata": { "id": "f38fdd1c-7ee2-47b1-90b9-77ecc90d4bff", "publisherId": "ms-vsliveshare.vsliveshare-audio", "publisherDisplayName": "ms-vsliveshare" }, "name": "vsliveshare-audio", "publisher": "ms-vsliveshare", "version": "0.1.93" }, { "metadata": { "id": "87caf16b-d487-45c0-877d-573fe319b015", "publisherId": "ms-vsliveshare.vsliveshare-pack", "publisherDisplayName": "ms-vsliveshare" }, "name": "vsliveshare-pack", "publisher": "ms-vsliveshare", "version": "0.4.0" }, { "metadata": { "id": "8551ab30-570a-4f12-b988-bccdb9ce8610", "publisherId": "sdras.vue-vscode-extensionpack", "publisherDisplayName": "sdras" }, "name": "vue-vscode-extensionpack", "publisher": "sdras", "version": "0.2.0" }, { "metadata": { "id": "c8d95916-cf54-455f-b324-cbd887b7d3a8", @@ -158,5 +578,25 @@ "name": "vue-vscode-snippets", "publisher": "sdras", "version": "3.1.1" }, { "metadata": { "id": "0cb81da2-1880-4755-9995-0ae9cc728e20", "publisherId": "DotJoshJohnson.xml", "publisherDisplayName": "DotJoshJohnson" }, "name": "xml", "publisher": "DotJoshJohnson", "version": "2.5.1" }, { "metadata": { "id": "ec0a68f4-7ba0-42eb-b1f4-b6ef4f1755a7", "publisherId": "mikeburgh.xml-format", "publisherDisplayName": "mikeburgh" }, "name": "xml-format", "publisher": "mikeburgh", "version": "1.1.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 charactersOriginal file line number Diff line number Diff line change @@ -44,6 +44,16 @@ { "id": "vscode.menubar.separator" }, { "id": "openRecentFolder", "uri": { "$mid": 1, "path": "/Users/scott/dev/nerdmagik/products/escalator", "scheme": "file" }, "enabled": true, "label": "~/dev/nerdmagik/products/escalator" }, { "id": "openRecentFolder", "uri": { @@ -65,7 +75,7 @@ "scheme": "file" }, "enabled": true, "label": "~/dev/nerdmagik/products/striped-fox" }, { "id": "openRecentFolder", @@ -75,7 +85,7 @@ "scheme": "file" }, "enabled": true, "label": "~/dev/tools/mgk-dx-plugin" }, { "id": "openRecentFolder", @@ -98,7 +108,7 @@ "scheme": "file" }, "enabled": true, "label": "~/dev/personal/k3s-ansible" }, { "id": "openRecentFolder", @@ -108,7 +118,7 @@ "scheme": "file" }, "enabled": true, "label": "~/dev/demos/stable_diffusion.openvino" }, { "id": "openRecentFolder", @@ -118,7 +128,7 @@ "scheme": "file" }, "enabled": true, "label": "~/dev/demos/example-app" }, { "id": "openRecentFolder", @@ -143,19 +153,6 @@ "enabled": true, "label": "/ [Dev Container: Existing Docker Compose (Extend)]" }, { "id": "vscode.menubar.separator" }, @@ -179,7 +176,7 @@ "scheme": "file" }, "enabled": true, "label": "~/.ssh/known_hosts" }, { "id": "openRecentFile", @@ -209,7 +206,7 @@ "scheme": "file" }, "enabled": true, "label": "~/Downloads/cloak_of_darkness.aslx" }, { "id": "openRecentFile", @@ -219,7 +216,7 @@ "scheme": "file" }, "enabled": true, "label": "~/Downloads/salesforce-lightning-design-system-2.9.4/assets/images/logo-noname.svg" }, { "id": "openRecentFile", @@ -229,7 +226,7 @@ "scheme": "file" }, "enabled": true, "label": "~/Google Drive/Strawberry-Lobster-ERD.xml" }, { "id": "openRecentFile", @@ -239,7 +236,7 @@ "scheme": "file" }, "enabled": true, "label": "~/Google Drive/Nerdmagik/Strawberry-Lobster-ERD.drawio" }, { "id": "openRecentFile", @@ -249,7 +246,7 @@ "scheme": "file" }, "enabled": true, "label": "~/.dotfiles/.aliases" }, { "id": "openRecentFile", @@ -259,7 +256,7 @@ "scheme": "file" }, "enabled": true, "label": "~/Downloads/moment-timezone-with-data-2012-2022.min.js" }, { "id": "vscode.menubar.separator" @@ -350,10 +347,6 @@ "id": "workbench.action.closeFolder", "label": "Close &&Folder" }, { "id": "workbench.action.closeWindow", "label": "Clos&&e Window" @@ -381,6 +374,22 @@ "id": "editor.action.clipboardCopyAction", "label": "&&Copy" }, { "id": "submenuitem.MenubarCopy", "label": "Copy As", "submenu": { "items": [ { "id": "gitlens.copyRemoteFileUrlToClipboard", "label": "Copy Remote File URL" }, { "id": "gitlens.copyRemoteFileUrlFrom", "label": "Copy Remote File URL From..." } ] } }, { "id": "editor.action.clipboardPasteAction", "label": "&&Paste" @@ -746,6 +755,10 @@ "id": "workbench.view.extensions", "label": "E&&xtensions" }, { "id": "workbench.view.extension.test", "label": "T&&esting" }, { "id": "vscode.menubar.separator" }, @@ -1108,7 +1121,8 @@ }, { "id": "workbench.action.terminal.split", "label": "&&Split Terminal", "enabled": false }, { "id": "vscode.menubar.separator" @@ -1697,10 +1711,6 @@ "label": "F5", "userSettingsLabel": "f5" }, "editor.debug.action.toggleInlineBreakpoint": { "label": "Shift+F9", "userSettingsLabel": "shift+f9" @@ -1769,15 +1779,14 @@ }, "windowsState": { "lastActiveWindow": { "folder": "file:///Users/scott/dev/nerdmagik/products/escalator", "backupPath": "/Users/scott/Library/Application Support/Code/Backups/744460f0d78b1322092271076ad7d1ac", "uiState": { "mode": 1, "x": 328, "y": 141, "width": 1024, "height": 768 } }, "openedWindows": [ @@ -1793,15 +1802,14 @@ } }, { "folder": "file:///Users/scott/dev/nerdmagik/products/escalator", "backupPath": "/Users/scott/Library/Application Support/Code/Backups/744460f0d78b1322092271076ad7d1ac", "uiState": { "mode": 1, "x": 328, "y": 141, "width": 1024, "height": 768 } } ] @@ -1818,6 +1826,9 @@ { "folderUri": "vscode-remote://dev-container%2B7b22686f737450617468223a222f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f78222c22636f6e66696746696c65223a7b22246d6964223a312c22667350617468223a222f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f782f2e646576636f6e7461696e65722f646576636f6e7461696e65722e6a736f6e222c2265787465726e616c223a2266696c653a2f2f2f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f782f2e646576636f6e7461696e65722f646576636f6e7461696e65722e6a736f6e222c2270617468223a222f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f782f2e646576636f6e7461696e65722f646576636f6e7461696e65722e6a736f6e222c22736368656d65223a2266696c65227d7d/var/www/html", "remoteAuthority": "dev-container+7b22686f737450617468223a222f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f78222c22636f6e66696746696c65223a7b22246d6964223a312c22667350617468223a222f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f782f2e646576636f6e7461696e65722f646576636f6e7461696e65722e6a736f6e222c2265787465726e616c223a2266696c653a2f2f2f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f782f2e646576636f6e7461696e65722f646576636f6e7461696e65722e6a736f6e222c2270617468223a222f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f782f2e646576636f6e7461696e65722f646576636f6e7461696e65722e6a736f6e222c22736368656d65223a2266696c65227d7d" }, { "folderUri": "file:///Users/scott/dev/nerdmagik/products/escalator" } ], "emptyWindows": [ @@ -1832,7 +1843,8 @@ "workspaces": { "file:///Users/scott/dev/tools/mgk-dx-plugin": "__default__profile__", "file:///Users/scott/dev/nerdmagik/products/striped-fox": "__default__profile__", "vscode-remote://dev-container%2B7b22686f737450617468223a222f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f78222c22636f6e66696746696c65223a7b22246d6964223a312c22667350617468223a222f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f782f2e646576636f6e7461696e65722f646576636f6e7461696e65722e6a736f6e222c2265787465726e616c223a2266696c653a2f2f2f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f782f2e646576636f6e7461696e65722f646576636f6e7461696e65722e6a736f6e222c2270617468223a222f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f782f2e646576636f6e7461696e65722f646576636f6e7461696e65722e6a736f6e222c22736368656d65223a2266696c65227d7d/var/www/html": "__default__profile__", "file:///Users/scott/dev/nerdmagik/products/escalator": "__default__profile__" }, "emptyWindows": { "1675527557259": "__default__profile__" -
scottmcclung revised this gist
Feb 4, 2023 . 2 changed files with 9 additions and 17 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1 +1 @@ {"lastUpload":"2023-02-04T16:51:00.825Z","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 charactersOriginal file line number Diff line number Diff line change @@ -298,13 +298,11 @@ }, { "id": "workbench.action.files.save", "label": "&&Save" }, { "id": "workbench.action.files.saveAs", "label": "Save &&As..." }, { "id": "saveAll", @@ -342,13 +340,11 @@ }, { "id": "workbench.action.files.revert", "label": "Re&&vert File" }, { "id": "workbench.action.closeActiveEditor", "label": "&&Close Editor" }, { "id": "workbench.action.closeFolder", @@ -394,13 +390,11 @@ }, { "id": "actions.find", "label": "&&Find" }, { "id": "editor.action.startFindReplaceAction", "label": "&&Replace" }, { "id": "vscode.menubar.separator" @@ -776,8 +770,7 @@ }, { "id": "editor.action.toggleWordWrap", "label": "&&Word Wrap" }, { "id": "editor.action.toggleStickyScroll", @@ -789,8 +782,7 @@ "items": [ { "id": "workbench.action.navigateBack", "label": "&&Back" }, { "id": "workbench.action.navigateForward", -
scottmcclung revised this gist
Feb 4, 2023 . 3 changed files with 151 additions and 91 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1 +1 @@ {"lastUpload":"2023-02-04T16:50:37.228Z","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 charactersOriginal file line number Diff line number Diff line change @@ -67,7 +67,7 @@ }, "name": "remote-containers", "publisher": "ms-vscode-remote", "version": "0.275.0" }, { "metadata": { @@ -107,7 +107,7 @@ }, "name": "remote-wsl", "publisher": "ms-vscode-remote", "version": "0.75.1" }, { "metadata": { 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 charactersOriginal file line number Diff line number Diff line change @@ -48,12 +48,12 @@ "id": "openRecentFolder", "uri": { "$mid": 1, "external": "vscode-remote://dev-container%2B7b22686f737450617468223a222f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f78222c22636f6e66696746696c65223a7b22246d6964223a312c22667350617468223a222f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f782f2e646576636f6e7461696e65722f646576636f6e7461696e65722e6a736f6e222c2265787465726e616c223a2266696c653a2f2f2f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f782f2e646576636f6e7461696e65722f646576636f6e7461696e65722e6a736f6e222c2270617468223a222f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f782f2e646576636f6e7461696e65722f646576636f6e7461696e65722e6a736f6e222c22736368656d65223a2266696c65227d7d/var/www/html", "path": "/var/www/html", "scheme": "vscode-remote", "authority": "dev-container+7b22686f737450617468223a222f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f78222c22636f6e66696746696c65223a7b22246d6964223a312c22667350617468223a222f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f782f2e646576636f6e7461696e65722f646576636f6e7461696e65722e6a736f6e222c2265787465726e616c223a2266696c653a2f2f2f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f782f2e646576636f6e7461696e65722f646576636f6e7461696e65722e6a736f6e222c2270617468223a222f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f782f2e646576636f6e7461696e65722f646576636f6e7461696e65722e6a736f6e222c22736368656d65223a2266696c65227d7d" }, "remoteAuthority": "dev-container+7b22686f737450617468223a222f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f78222c22636f6e66696746696c65223a7b22246d6964223a312c22667350617468223a222f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f782f2e646576636f6e7461696e65722f646576636f6e7461696e65722e6a736f6e222c2265787465726e616c223a2266696c653a2f2f2f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f782f2e646576636f6e7461696e65722f646576636f6e7461696e65722e6a736f6e222c2270617468223a222f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f782f2e646576636f6e7461696e65722f646576636f6e7461696e65722e6a736f6e222c22736368656d65223a2266696c65227d7d", "enabled": true, "label": "~/dev/nerdmagik/products/striped-fox [Dev Container]" }, @@ -77,6 +77,19 @@ "enabled": true, "label": "/Users/scott/dev/tools/mgk-dx-plugin" }, { "id": "openRecentFolder", "uri": { "$mid": 1, "external": "vscode-remote://dev-container%2B2f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f78/var/www/html", "path": "/var/www/html", "scheme": "vscode-remote", "authority": "dev-container+2f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f78" }, "remoteAuthority": "dev-container+2f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f78", "enabled": true, "label": "~/dev/nerdmagik/products/striped-fox [Dev Container]" }, { "id": "openRecentFolder", "uri": { @@ -143,16 +156,6 @@ "enabled": true, "label": "/root [Container clover_lucky (clover-lucky-1)]" }, { "id": "vscode.menubar.separator" }, @@ -295,11 +298,13 @@ }, { "id": "workbench.action.files.save", "label": "&&Save", "enabled": false }, { "id": "workbench.action.files.saveAs", "label": "Save &&As...", "enabled": false }, { "id": "saveAll", @@ -316,13 +321,11 @@ "items": [ { "id": "workbench.profiles.actions.exportProfile", "label": "Export Profile (Default)..." }, { "id": "workbench.profiles.actions.importProfile", "label": "Import Profile..." } ] } @@ -339,11 +342,13 @@ }, { "id": "workbench.action.files.revert", "label": "Re&&vert File", "enabled": false }, { "id": "workbench.action.closeActiveEditor", "label": "&&Close Editor", "enabled": false }, { "id": "workbench.action.closeFolder", @@ -389,11 +394,13 @@ }, { "id": "actions.find", "label": "&&Find", "enabled": false }, { "id": "editor.action.startFindReplaceAction", "label": "&&Replace", "enabled": false }, { "id": "vscode.menubar.separator" @@ -565,7 +572,7 @@ "label": "&&Move Primary Side Bar Right" }, { "id": "submenuitem.PanelPositionMenu", "label": "Panel Position", "submenu": { "items": [ @@ -586,7 +593,7 @@ } }, { "id": "submenuitem.PanelAlignmentMenu", "label": "Align Panel", "submenu": { "items": [ @@ -769,7 +776,8 @@ }, { "id": "editor.action.toggleWordWrap", "label": "&&Word Wrap", "enabled": false }, { "id": "editor.action.toggleStickyScroll", @@ -781,7 +789,8 @@ "items": [ { "id": "workbench.action.navigateBack", "label": "&&Back", "enabled": false }, { "id": "workbench.action.navigateForward", @@ -790,7 +799,8 @@ }, { "id": "workbench.action.navigateToLastEditLocation", "label": "&&Last Edit Location", "enabled": false }, { "id": "vscode.menubar.separator" @@ -931,28 +941,23 @@ }, { "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" @@ -1060,6 +1065,10 @@ "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" @@ -1163,7 +1172,7 @@ "items": [ { "id": "workbench.action.openWalkthrough", "label": "Welcome" }, { "id": "workbench.action.showCommands", @@ -1238,60 +1247,101 @@ "Preferences": { "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": "workbench.userDataSync.actions.turnOn", "label": "Turn on Settings Sync..." }, { "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": "settings.filterByTelemetry", "label": "Telemetry Settings" } ] } @@ -1703,6 +1753,7 @@ "theme": "vs-dark", "themeBackground": "#292c3d", "windowSplash": { "zoomLevel": 0, "baseTheme": "vs-dark", "colorInfo": { "foreground": "#ebecf1", @@ -1726,15 +1777,15 @@ }, "windowsState": { "lastActiveWindow": { "folder": "vscode-remote://dev-container%2B7b22686f737450617468223a222f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f78222c22636f6e66696746696c65223a7b22246d6964223a312c22667350617468223a222f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f782f2e646576636f6e7461696e65722f646576636f6e7461696e65722e6a736f6e222c2265787465726e616c223a2266696c653a2f2f2f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f782f2e646576636f6e7461696e65722f646576636f6e7461696e65722e6a736f6e222c2270617468223a222f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f782f2e646576636f6e7461696e65722f646576636f6e7461696e65722e6a736f6e222c22736368656d65223a2266696c65227d7d/var/www/html", "backupPath": "/Users/scott/Library/Application Support/Code/Backups/13f98f333fc44c1f0fa407f61db65980", "remoteAuthority": "dev-container+7b22686f737450617468223a222f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f78222c22636f6e66696746696c65223a7b22246d6964223a312c22667350617468223a222f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f782f2e646576636f6e7461696e65722f646576636f6e7461696e65722e6a736f6e222c2265787465726e616c223a2266696c653a2f2f2f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f782f2e646576636f6e7461696e65722f646576636f6e7461696e65722e6a736f6e222c2270617468223a222f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f782f2e646576636f6e7461696e65722f646576636f6e7461696e65722e6a736f6e222c22736368656d65223a2266696c65227d7d", "uiState": { "mode": 1, "x": 32, "y": 25, "width": 1542, "height": 1012 } }, "openedWindows": [ @@ -1750,15 +1801,15 @@ } }, { "folder": "vscode-remote://dev-container%2B7b22686f737450617468223a222f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f78222c22636f6e66696746696c65223a7b22246d6964223a312c22667350617468223a222f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f782f2e646576636f6e7461696e65722f646576636f6e7461696e65722e6a736f6e222c2265787465726e616c223a2266696c653a2f2f2f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f782f2e646576636f6e7461696e65722f646576636f6e7461696e65722e6a736f6e222c2270617468223a222f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f782f2e646576636f6e7461696e65722f646576636f6e7461696e65722e6a736f6e222c22736368656d65223a2266696c65227d7d/var/www/html", "backupPath": "/Users/scott/Library/Application Support/Code/Backups/13f98f333fc44c1f0fa407f61db65980", "remoteAuthority": "dev-container+7b22686f737450617468223a222f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f78222c22636f6e66696746696c65223a7b22246d6964223a312c22667350617468223a222f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f782f2e646576636f6e7461696e65722f646576636f6e7461696e65722e6a736f6e222c2265787465726e616c223a2266696c653a2f2f2f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f782f2e646576636f6e7461696e65722f646576636f6e7461696e65722e6a736f6e222c2270617468223a222f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f782f2e646576636f6e7461696e65722f646576636f6e7461696e65722e6a736f6e222c22736368656d65223a2266696c65227d7d", "uiState": { "mode": 1, "x": 32, "y": 25, "width": 1542, "height": 1012 } } ] @@ -1773,18 +1824,27 @@ "folderUri": "file:///Users/scott/dev/nerdmagik/products/striped-fox" }, { "folderUri": "vscode-remote://dev-container%2B7b22686f737450617468223a222f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f78222c22636f6e66696746696c65223a7b22246d6964223a312c22667350617468223a222f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f782f2e646576636f6e7461696e65722f646576636f6e7461696e65722e6a736f6e222c2265787465726e616c223a2266696c653a2f2f2f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f782f2e646576636f6e7461696e65722f646576636f6e7461696e65722e6a736f6e222c2270617468223a222f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f782f2e646576636f6e7461696e65722f646576636f6e7461696e65722e6a736f6e222c22736368656d65223a2266696c65227d7d/var/www/html", "remoteAuthority": "dev-container+7b22686f737450617468223a222f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f78222c22636f6e66696746696c65223a7b22246d6964223a312c22667350617468223a222f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f782f2e646576636f6e7461696e65722f646576636f6e7461696e65722e6a736f6e222c2265787465726e616c223a2266696c653a2f2f2f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f782f2e646576636f6e7461696e65722f646576636f6e7461696e65722e6a736f6e222c2270617468223a222f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f782f2e646576636f6e7461696e65722f646576636f6e7461696e65722e6a736f6e222c22736368656d65223a2266696c65227d7d" } ], "emptyWindows": [ { "backupFolder": "1675527557259" } ] }, "windowControlHeight": 28, "userDataProfilesMigration": true, "profileAssociations": { "workspaces": { "file:///Users/scott/dev/tools/mgk-dx-plugin": "__default__profile__", "file:///Users/scott/dev/nerdmagik/products/striped-fox": "__default__profile__", "vscode-remote://dev-container%2B7b22686f737450617468223a222f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f78222c22636f6e66696746696c65223a7b22246d6964223a312c22667350617468223a222f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f782f2e646576636f6e7461696e65722f646576636f6e7461696e65722e6a736f6e222c2265787465726e616c223a2266696c653a2f2f2f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f782f2e646576636f6e7461696e65722f646576636f6e7461696e65722e6a736f6e222c2270617468223a222f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f782f2e646576636f6e7461696e65722f646576636f6e7461696e65722e6a736f6e222c22736368656d65223a2266696c65227d7d/var/www/html": "__default__profile__" }, "emptyWindows": { "1675527557259": "__default__profile__" } }, "profileAssociationsMigration": true } -
scottmcclung revised this gist
Feb 4, 2023 . 2 changed files with 10 additions and 6 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1 +1 @@ {"lastUpload":"2023-02-04T16:10:16.144Z","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 charactersOriginal file line number Diff line number Diff line change @@ -303,7 +303,8 @@ }, { "id": "saveAll", "label": "Save A&&ll", "enabled": false }, { "id": "vscode.menubar.separator" @@ -780,8 +781,7 @@ "items": [ { "id": "workbench.action.navigateBack", "label": "&&Back" }, { "id": "workbench.action.navigateForward", @@ -1726,7 +1726,9 @@ }, "windowsState": { "lastActiveWindow": { "folder": "vscode-remote://dev-container%2B2f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f78/var/www/html", "backupPath": "/Users/scott/Library/Application Support/Code/Backups/49fb104711266eaf6fdc46a2b861561f", "remoteAuthority": "dev-container+2f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f78", "uiState": { "mode": 1, "x": 137, @@ -1748,7 +1750,9 @@ } }, { "folder": "vscode-remote://dev-container%2B2f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f78/var/www/html", "backupPath": "/Users/scott/Library/Application Support/Code/Backups/49fb104711266eaf6fdc46a2b861561f", "remoteAuthority": "dev-container+2f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f78", "uiState": { "mode": 1, "x": 137, -
scottmcclung revised this gist
Feb 4, 2023 . 2 changed files with 10 additions and 9 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1 +1 @@ {"lastUpload":"2023-02-04T16:09:44.995Z","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 charactersOriginal file line number Diff line number Diff line change @@ -38,7 +38,8 @@ "items": [ { "id": "workbench.action.reopenClosedEditor", "label": "&&Reopen Closed Editor", "enabled": false }, { "id": "vscode.menubar.separator" @@ -779,7 +780,8 @@ "items": [ { "id": "workbench.action.navigateBack", "label": "&&Back", "enabled": false }, { "id": "workbench.action.navigateForward", @@ -1724,9 +1726,7 @@ }, "windowsState": { "lastActiveWindow": { "backupPath": "/Users/scott/Library/Application Support/Code/Backups/1675526757662", "uiState": { "mode": 1, "x": 137, @@ -1748,9 +1748,7 @@ } }, { "backupPath": "/Users/scott/Library/Application Support/Code/Backups/1675526757662", "uiState": { "mode": 1, "x": 137, @@ -1778,6 +1776,9 @@ "emptyWindows": [ { "backupFolder": "1675520571832" }, { "backupFolder": "1675526757662" } ] }, -
scottmcclung revised this gist
Feb 4, 2023 . 2 changed files with 2 additions and 3 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1 +1 @@ {"lastUpload":"2023-02-04T15:24:07.904Z","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 charactersOriginal file line number Diff line number Diff line change @@ -302,8 +302,7 @@ }, { "id": "saveAll", "label": "Save A&&ll" }, { "id": "vscode.menubar.separator" -
scottmcclung revised this gist
Feb 4, 2023 . 2 changed files with 4 additions and 4 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1 +1 @@ {"lastUpload":"2023-02-04T15:21:01.080Z","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 charactersOriginal file line number Diff line number Diff line change @@ -38,8 +38,7 @@ "items": [ { "id": "workbench.action.reopenClosedEditor", "label": "&&Reopen Closed Editor" }, { "id": "vscode.menubar.separator" @@ -303,7 +302,8 @@ }, { "id": "saveAll", "label": "Save A&&ll", "enabled": false }, { "id": "vscode.menubar.separator" -
scottmcclung revised this gist
Feb 4, 2023 . 2 changed files with 4 additions and 7 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1 +1 @@ {"lastUpload":"2023-02-04T15:02:49.266Z","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 charactersOriginal file line number Diff line number Diff line change @@ -303,8 +303,7 @@ }, { "id": "saveAll", "label": "Save A&&ll" }, { "id": "vscode.menubar.separator" @@ -781,8 +780,7 @@ "items": [ { "id": "workbench.action.navigateBack", "label": "&&Back" }, { "id": "workbench.action.navigateForward", @@ -791,8 +789,7 @@ }, { "id": "workbench.action.navigateToLastEditLocation", "label": "&&Last Edit Location" }, { "id": "vscode.menubar.separator" -
scottmcclung revised this gist
Feb 4, 2023 . 2 changed files with 20 additions and 25 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1 +1 @@ {"lastUpload":"2023-02-04T15:02:15.885Z","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 charactersOriginal file line number Diff line number Diff line change @@ -156,6 +156,18 @@ { "id": "vscode.menubar.separator" }, { "id": "openRecentFile", "uri": { "$mid": 1, "external": "vscode-remote://dev-container%2B2f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f78/var/www/html/config/database.php", "path": "/var/www/html/config/database.php", "scheme": "vscode-remote", "authority": "dev-container+2f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f78" }, "enabled": true, "label": "/var/www/html/config/database.php" }, { "id": "openRecentFile", "uri": { @@ -246,16 +258,6 @@ "enabled": true, "label": "/Users/scott/Downloads/moment-timezone-with-data-2012-2022.min.js" }, { "id": "vscode.menubar.separator" }, @@ -293,13 +295,11 @@ }, { "id": "workbench.action.files.save", "label": "&&Save" }, { "id": "workbench.action.files.saveAs", "label": "Save &&As..." }, { "id": "saveAll", @@ -339,13 +339,11 @@ }, { "id": "workbench.action.files.revert", "label": "Re&&vert File" }, { "id": "workbench.action.closeActiveEditor", "label": "&&Close Editor" }, { "id": "workbench.action.closeFolder", @@ -391,13 +389,11 @@ }, { "id": "actions.find", "label": "&&Find" }, { "id": "editor.action.startFindReplaceAction", "label": "&&Replace" }, { "id": "vscode.menubar.separator" @@ -773,8 +769,7 @@ }, { "id": "editor.action.toggleWordWrap", "label": "&&Word Wrap" }, { "id": "editor.action.toggleStickyScroll", -
scottmcclung revised this gist
Feb 4, 2023 . 2 changed files with 4 additions and 4 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1 +1 @@ {"lastUpload":"2023-02-04T15:01:06.635Z","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 charactersOriginal file line number Diff line number Diff line change @@ -558,7 +558,8 @@ }, { "id": "workbench.action.togglePanel", "label": "&&Panel", "checked": true }, { "id": "vscode.menubar.separator" @@ -1113,8 +1114,7 @@ }, { "id": "workbench.action.terminal.split", "label": "&&Split Terminal" }, { "id": "vscode.menubar.separator" -
scottmcclung revised this gist
Feb 4, 2023 . 2 changed files with 18 additions and 14 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1 +1 @@ {"lastUpload":"2023-02-04T14:28:16.357Z","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 charactersOriginal file line number Diff line number Diff line change @@ -558,8 +558,7 @@ }, { "id": "workbench.action.togglePanel", "label": "&&Panel" }, { "id": "vscode.menubar.separator" @@ -1114,7 +1113,8 @@ }, { "id": "workbench.action.terminal.split", "label": "&&Split Terminal", "enabled": false }, { "id": "vscode.menubar.separator" @@ -1733,13 +1733,15 @@ }, "windowsState": { "lastActiveWindow": { "folder": "vscode-remote://dev-container%2B2f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f78/var/www/html", "backupPath": "/Users/scott/Library/Application Support/Code/Backups/49fb104711266eaf6fdc46a2b861561f", "remoteAuthority": "dev-container+2f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f78", "uiState": { "mode": 1, "x": 137, "y": 25, "width": 1478, "height": 1025 } }, "openedWindows": [ @@ -1755,13 +1757,15 @@ } }, { "folder": "vscode-remote://dev-container%2B2f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f78/var/www/html", "backupPath": "/Users/scott/Library/Application Support/Code/Backups/49fb104711266eaf6fdc46a2b861561f", "remoteAuthority": "dev-container+2f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f78", "uiState": { "mode": 1, "x": 137, "y": 25, "width": 1478, "height": 1025 } } ] -
scottmcclung revised this gist
Feb 4, 2023 . 3 changed files with 74 additions and 487 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1 +1 @@ {"lastUpload":"2023-02-04T14:26:57.979Z","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 charactersOriginal file line number Diff line number Diff line change @@ -1,14 +1,4 @@ [ { "metadata": { "id": "7a0110bb-231a-4598-aa1b-0769ea46d28b", @@ -19,16 +9,6 @@ "publisher": "aaron-bond", "version": "3.0.2" }, { "metadata": { "id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd", @@ -39,56 +19,6 @@ "publisher": "Shan", "version": "3.4.3" }, { "metadata": { "id": "be992f3f-9f22-4b66-a1d2-ecad04c28a28", @@ -109,16 +39,6 @@ "publisher": "sdras", "version": "0.4.0" }, { "metadata": { "id": "e58f546c-babc-455f-a265-ba40dbd140d4", @@ -129,16 +49,6 @@ "publisher": "sdras", "version": "2.0.1" }, { "metadata": { "id": "ca0094fa-0dc7-4847-ae5d-879442c099ca", @@ -149,26 +59,6 @@ "publisher": "neilbrayfield", "version": "2.7.0" }, { "metadata": { "id": "93ce222b-5f6f-49b7-9ab1-a0463c6238df", @@ -187,7 +77,7 @@ }, "name": "remote-explorer", "publisher": "ms-vscode", "version": "0.2.0" }, { "metadata": { @@ -197,7 +87,7 @@ }, "name": "remote-ssh", "publisher": "ms-vscode-remote", "version": "0.96.0" }, { "metadata": { @@ -219,156 +109,6 @@ "publisher": "ms-vscode-remote", "version": "0.72.0" }, { "metadata": { "id": "529697b9-b343-4b1c-ba2f-f5ef692132d4", @@ -379,16 +119,6 @@ "publisher": "ms-vscode", "version": "4.0.10" }, { "metadata": { "id": "4e44877c-1c8d-4f9c-ba86-1372d0fbeeb1", @@ -399,56 +129,6 @@ "publisher": "dracula-theme", "version": "2.24.2" }, { "metadata": { "id": "5a7017bf-c571-4d77-b902-6e56b16f539a", @@ -469,106 +149,6 @@ "publisher": "ms-vscode-remote", "version": "0.23.0" }, { "metadata": { "id": "c8d95916-cf54-455f-b324-cbd887b7d3a8", @@ -578,25 +158,5 @@ "name": "vue-vscode-snippets", "publisher": "sdras", "version": "3.1.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 charactersOriginal file line number Diff line number Diff line change @@ -44,6 +44,29 @@ { "id": "vscode.menubar.separator" }, { "id": "openRecentFolder", "uri": { "$mid": 1, "external": "vscode-remote://dev-container%2B2f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f78/var/www/html", "path": "/var/www/html", "scheme": "vscode-remote", "authority": "dev-container+2f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f78" }, "remoteAuthority": "dev-container+2f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f78", "enabled": true, "label": "~/dev/nerdmagik/products/striped-fox [Dev Container]" }, { "id": "openRecentFolder", "uri": { "$mid": 1, "path": "/Users/scott/dev/nerdmagik/products/striped-fox", "scheme": "file" }, "enabled": true, "label": "/Users/scott/dev/nerdmagik/products/striped-fox" }, { "id": "openRecentFolder", "uri": { @@ -52,7 +75,7 @@ "scheme": "file" }, "enabled": true, "label": "/Users/scott/dev/tools/mgk-dx-plugin" }, { "id": "openRecentFolder", @@ -62,7 +85,7 @@ "scheme": "file" }, "enabled": true, "label": "/Users/scott/dev/personal/k3s-ansible" }, { "id": "openRecentFolder", @@ -72,7 +95,7 @@ "scheme": "file" }, "enabled": true, "label": "/Users/scott/dev/demos/stable_diffusion.openvino" }, { "id": "openRecentFolder", @@ -82,7 +105,7 @@ "scheme": "file" }, "enabled": true, "label": "/Users/scott/dev/demos/example-app" }, { "id": "openRecentFolder", @@ -128,27 +151,7 @@ "scheme": "file" }, "enabled": true, "label": "/Users/scott/dev/ideas/lst" }, { "id": "vscode.menubar.separator" @@ -161,7 +164,7 @@ "scheme": "file" }, "enabled": true, "label": "/Users/scott/.ssh/known_hosts" }, { "id": "openRecentFile", @@ -191,7 +194,7 @@ "scheme": "file" }, "enabled": true, "label": "/Users/scott/Downloads/cloak_of_darkness.aslx" }, { "id": "openRecentFile", @@ -201,7 +204,7 @@ "scheme": "file" }, "enabled": true, "label": "/Users/scott/Downloads/salesforce-lightning-design-system-2.9.4/assets/images/logo-noname.svg" }, { "id": "openRecentFile", @@ -211,7 +214,7 @@ "scheme": "file" }, "enabled": true, "label": "/Users/scott/Google Drive/Strawberry-Lobster-ERD.xml" }, { "id": "openRecentFile", @@ -221,7 +224,7 @@ "scheme": "file" }, "enabled": true, "label": "/Users/scott/Google Drive/Nerdmagik/Strawberry-Lobster-ERD.drawio" }, { "id": "openRecentFile", @@ -231,7 +234,7 @@ "scheme": "file" }, "enabled": true, "label": "/Users/scott/.dotfiles/.aliases" }, { "id": "openRecentFile", @@ -241,7 +244,7 @@ "scheme": "file" }, "enabled": true, "label": "/Users/scott/Downloads/moment-timezone-with-data-2012-2022.min.js" }, { "id": "openRecentFile", @@ -251,7 +254,7 @@ "scheme": "file" }, "enabled": true, "label": "/Users/scott/dev/ideas/daring-monkey/vendor/laravel/framework/src/Illuminate/Container/Container.php" }, { "id": "vscode.menubar.separator" @@ -290,11 +293,13 @@ }, { "id": "workbench.action.files.save", "label": "&&Save", "enabled": false }, { "id": "workbench.action.files.saveAs", "label": "Save &&As...", "enabled": false }, { "id": "saveAll", @@ -334,11 +339,21 @@ }, { "id": "workbench.action.files.revert", "label": "Re&&vert File", "enabled": false }, { "id": "workbench.action.closeActiveEditor", "label": "&&Close Editor", "enabled": false }, { "id": "workbench.action.closeFolder", "label": "Close &&Folder" }, { "id": "workbench.action.remote.close", "label": "Close Re&&mote Connection" }, { "id": "workbench.action.closeWindow", @@ -543,7 +558,8 @@ }, { "id": "workbench.action.togglePanel", "label": "&&Panel", "checked": true }, { "id": "vscode.menubar.separator" @@ -733,10 +749,6 @@ "id": "workbench.view.extensions", "label": "E&&xtensions" }, { "id": "vscode.menubar.separator" }, @@ -1102,8 +1114,7 @@ }, { "id": "workbench.action.terminal.split", "label": "&&Split Terminal" }, { "id": "vscode.menubar.separator" @@ -1330,6 +1341,11 @@ "isNative": false, "userSettingsLabel": "cmd+k cmd+down" }, "workbench.action.closeFolder": { "label": "⌘K F", "isNative": false, "userSettingsLabel": "cmd+k f" }, "workbench.action.closeWindow": { "label": "Shift+Cmd+W", "userSettingsLabel": "shift+cmd+w" @@ -1646,6 +1662,10 @@ "label": "F5", "userSettingsLabel": "f5" }, "editor.debug.action.toggleBreakpoint": { "label": "F9", "userSettingsLabel": "f9" }, "editor.debug.action.toggleInlineBreakpoint": { "label": "Shift+F9", "userSettingsLabel": "shift+f9" @@ -1751,6 +1771,13 @@ "folders": [ { "folderUri": "file:///Users/scott/dev/tools/mgk-dx-plugin" }, { "folderUri": "file:///Users/scott/dev/nerdmagik/products/striped-fox" }, { "folderUri": "vscode-remote://dev-container%2B2f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f78/var/www/html", "remoteAuthority": "dev-container+2f55736572732f73636f74742f6465762f6e6572646d6167696b2f70726f64756374732f737472697065642d666f78" } ], "emptyWindows": [ -
scottmcclung revised this gist
Feb 4, 2023 . 7 changed files with 65 additions and 44 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ {"version":1,"resource":"file:///Users/scott/dev/tools/mgk-dx-plugin/src/shared/workflowExport.ts","entries":[{"id":"4w1n.ts","timestamp":1674415252735},{"id":"8J7K.ts","timestamp":1674415264657},{"id":"03Zr.ts","timestamp":1674415297775},{"id":"7nHF.ts","timestamp":1674415385410},{"id":"lEP7.ts","timestamp":1674415402886},{"id":"gzr9.ts","timestamp":1674415427846},{"id":"Mr9c.ts","timestamp":1674415474090},{"id":"b7Sz.ts","timestamp":1674415650932},{"id":"luk9.ts","timestamp":1674416450054},{"id":"s2iH.ts","timestamp":1674416743724},{"id":"L9JH.ts","timestamp":1674417052058},{"id":"Z0Qa.ts","timestamp":1674417159957},{"id":"mqmH.ts","timestamp":1674417252034},{"id":"8Arc.ts","timestamp":1674417298969},{"id":"xkwW.ts","timestamp":1674417343168},{"id":"OVzt.ts","timestamp":1674417401062},{"id":"WxIh.ts","timestamp":1674417415543},{"id":"gFLt.ts","timestamp":1674417437232},{"id":"he0s.ts","timestamp":1674417512143},{"id":"mWQ8.ts","timestamp":1674417531380},{"id":"p5fu.ts","timestamp":1674417549373},{"id":"KbzH.ts","timestamp":1674417569269},{"id":"JzrX.ts","timestamp":1674417610063},{"id":"njbo.ts","timestamp":1674417622187},{"id":"0ibV.ts","timestamp":1674417634492},{"id":"5tUJ.ts","timestamp":1674417645089},{"id":"utpf.ts","timestamp":1674417691743},{"id":"4vc5.ts","timestamp":1674417734451},{"id":"Kwc1.ts","timestamp":1674417785108},{"id":"fmzP.ts","timestamp":1674417802101},{"id":"uwbm.ts","timestamp":1674418122395},{"id":"6G3M.ts","timestamp":1674418162429},{"id":"LAgs.ts","timestamp":1674418213451},{"id":"vkXW.ts","timestamp":1674418247012},{"id":"Fvxm.ts","timestamp":1674418316522},{"id":"rthq.ts","timestamp":1674418361147},{"id":"W3yh.ts","timestamp":1674419018461},{"id":"gs6e.ts","timestamp":1674419079358},{"id":"FBVX.ts","timestamp":1674419966647},{"id":"AZ5Y.ts","timestamp":1674420006612},{"id":"mNb3.ts","timestamp":1674420047546},{"id":"42Z7.ts","timestamp":1674420063032},{"id":"AtqB.ts","timestamp":1674420122663},{"id":"GusF.ts","timestamp":1674420134308},{"id":"to1H.ts","timestamp":1674420161237},{"id":"VPpp.ts","timestamp":1674420200275},{"id":"y2tJ.ts","timestamp":1674420446900},{"id":"vLU2.ts","timestamp":1674420465457},{"id":"Sg3c.ts","timestamp":1674420509138},{"id":"T1b5.ts","timestamp":1674420805684}]} 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ {"version":1,"resource":"file:///Users/scott/dev/tools/mgk-dx-plugin/src/shared/workflowExportSettings.ts","entries":[{"id":"QD5j.ts","timestamp":1674420106907},{"id":"qbbR.ts","source":"renamed.source","timestamp":1674420383020},{"id":"vwKD.ts","source":"moved.source","timestamp":1674420388302},{"id":"HVV0.ts","timestamp":1674420390216}]} 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ {"version":1,"resource":"file:///Users/scott/dev/tools/mgk-dx-plugin/messages/mgk.json","entries":[{"id":"783R.json","timestamp":1674317697824}]} 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ {"version":1,"resource":"file:///Users/scott/dev/tools/mgk-dx-plugin/src/commands/mgk/workflow/export.ts","entries":[{"id":"l7iP.ts","timestamp":1674317850638},{"id":"OEBx.ts","timestamp":1674317943272},{"id":"FlD5.ts","timestamp":1674318072024},{"id":"hNTQ.ts","timestamp":1674318158201},{"id":"AfjA.ts","timestamp":1674420320044}]} 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 charactersOriginal file line number Diff line number Diff line change @@ -1 +1 @@ {"lastUpload":"2023-02-04T14:23:51.472Z","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 charactersOriginal file line number Diff line number Diff line change @@ -167,7 +167,7 @@ }, "name": "prettier-vscode", "publisher": "esbenp", "version": "9.10.4" }, { "metadata": { @@ -237,7 +237,7 @@ }, "name": "salesforcedx-vscode", "publisher": "salesforce", "version": "56.14.0" }, { "metadata": { @@ -247,7 +247,7 @@ }, "name": "salesforcedx-vscode-apex", "publisher": "salesforce", "version": "56.14.0" }, { "metadata": { @@ -257,7 +257,7 @@ }, "name": "salesforcedx-vscode-apex-debugger", "publisher": "salesforce", "version": "56.14.0" }, { "metadata": { @@ -267,7 +267,7 @@ }, "name": "salesforcedx-vscode-apex-replay-debugger", "publisher": "salesforce", "version": "56.14.0" }, { "metadata": { @@ -277,7 +277,7 @@ }, "name": "salesforcedx-vscode-core", "publisher": "salesforce", "version": "56.14.0" }, { "metadata": { @@ -287,7 +287,7 @@ }, "name": "salesforcedx-vscode-lightning", "publisher": "salesforce", "version": "56.14.0" }, { "metadata": { @@ -297,7 +297,7 @@ }, "name": "salesforcedx-vscode-lwc", "publisher": "salesforce", "version": "56.14.0" }, { "metadata": { @@ -307,7 +307,7 @@ }, "name": "salesforcedx-vscode-soql", "publisher": "salesforce", "version": "56.14.0" }, { "metadata": { @@ -317,7 +317,7 @@ }, "name": "salesforcedx-vscode-visualforce", "publisher": "salesforce", "version": "56.14.0" }, { "metadata": { @@ -537,7 +537,7 @@ }, "name": "vsliveshare", "publisher": "ms-vsliveshare", "version": "1.0.5808" }, { "metadata": { 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 charactersOriginal file line number Diff line number Diff line change @@ -38,7 +38,8 @@ "items": [ { "id": "workbench.action.reopenClosedEditor", "label": "&&Reopen Closed Editor", "enabled": false }, { "id": "vscode.menubar.separator" @@ -297,7 +298,8 @@ }, { "id": "saveAll", "label": "Save A&&ll", "enabled": false }, { "id": "vscode.menubar.separator" @@ -307,13 +309,6 @@ "label": "Share", "submenu": { "items": [ { "id": "workbench.profiles.actions.exportProfile", "label": "Export Profile (Default)...", @@ -345,10 +340,6 @@ "id": "workbench.action.closeActiveEditor", "label": "&&Close Editor" }, { "id": "workbench.action.closeWindow", "label": "Clos&&e Window" @@ -385,11 +376,13 @@ }, { "id": "actions.find", "label": "&&Find", "enabled": false }, { "id": "editor.action.startFindReplaceAction", "label": "&&Replace", "enabled": false }, { "id": "vscode.menubar.separator" @@ -768,7 +761,8 @@ }, { "id": "editor.action.toggleWordWrap", "label": "&&Word Wrap", "enabled": false }, { "id": "editor.action.toggleStickyScroll", @@ -780,7 +774,8 @@ "items": [ { "id": "workbench.action.navigateBack", "label": "&&Back", "enabled": false }, { "id": "workbench.action.navigateForward", @@ -789,7 +784,8 @@ }, { "id": "workbench.action.navigateToLastEditLocation", "label": "&&Last Edit Location", "enabled": false }, { "id": "vscode.menubar.separator" @@ -1013,7 +1009,8 @@ }, { "id": "workbench.action.debug.configure", "label": "Open &&Configurations", "enabled": false }, { "id": "debug.addConfiguration", @@ -1333,11 +1330,6 @@ "isNative": false, "userSettingsLabel": "cmd+k cmd+down" }, "workbench.action.closeWindow": { "label": "Shift+Cmd+W", "userSettingsLabel": "shift+cmd+w" @@ -1721,17 +1713,38 @@ }, "windowsState": { "lastActiveWindow": { "backupPath": "/Users/scott/Library/Application Support/Code/Backups/1675520571832", "uiState": { "mode": 1, "x": 328, "y": 141, "width": 1024, "height": 768 } }, "openedWindows": [ { "folder": "file:///Users/scott/dev/tools/mgk-dx-plugin", "backupPath": "/Users/scott/Library/Application Support/Code/Backups/8b2104276d1e56e1a48ed1480eaf9030", "uiState": { "mode": 1, "x": 125, "y": 25, "width": 1538, "height": 1007 } }, { "backupPath": "/Users/scott/Library/Application Support/Code/Backups/1675520571832", "uiState": { "mode": 1, "x": 328, "y": 141, "width": 1024, "height": 768 } } ] }, "backupWorkspaces": { "workspaces": [], @@ -1740,7 +1753,11 @@ "folderUri": "file:///Users/scott/dev/tools/mgk-dx-plugin" } ], "emptyWindows": [ { "backupFolder": "1675520571832" } ] }, "windowControlHeight": 28 } -
scottmcclung revised this gist
Jan 21, 2023 . 2 changed files with 2 additions and 3 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1 +1 @@ {"lastUpload":"2023-01-21T16:16:06.070Z","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 charactersOriginal file line number Diff line number Diff line change @@ -38,8 +38,7 @@ "items": [ { "id": "workbench.action.reopenClosedEditor", "label": "&&Reopen Closed Editor" }, { "id": "vscode.menubar.separator" -
scottmcclung revised this gist
Jan 21, 2023 . 3 changed files with 23 additions and 17 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,22 @@ { "schema": { "export": { "description": "Exports sobject schema to various formats", "flags": { "format": "the format of the export (xls, csv)", "path": "the destination filepath", "sobject": "the named sobjects to be included in the export - default is all custom and standard objects are exported", "customObjectsOnly": "limit the report to custom objects" } } }, "workflow": { "export": { "description": "Exports workflow metadata to various formats", "flags": { "format": "the format of the export (xls, csv)", "path": "the destination filepath" } } } } 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 charactersOriginal file line number Diff line number Diff line change @@ -1 +1 @@ {"lastUpload":"2023-01-21T16:15:25.295Z","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 charactersOriginal file line number Diff line number Diff line change @@ -377,22 +377,6 @@ "id": "editor.action.clipboardCopyAction", "label": "&&Copy" }, { "id": "editor.action.clipboardPasteAction", "label": "&&Paste" -
scottmcclung revised this gist
Jan 21, 2023 . 2 changed files with 17 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1 +1 @@ {"lastUpload":"2023-01-21T16:13:54.039Z","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 charactersOriginal file line number Diff line number Diff line change @@ -377,6 +377,22 @@ "id": "editor.action.clipboardCopyAction", "label": "&&Copy" }, { "id": "submenuitem.MenubarCopy", "label": "Copy As", "submenu": { "items": [ { "id": "gitlens.copyRemoteFileUrlToClipboard", "label": "Copy Remote File URL" }, { "id": "gitlens.copyRemoteFileUrlFrom", "label": "Copy Remote File URL From..." } ] } }, { "id": "editor.action.clipboardPasteAction", "label": "&&Paste" -
scottmcclung revised this gist
Jan 21, 2023 . 2 changed files with 3 additions and 21 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1 +1 @@ {"lastUpload":"2023-01-21T16:13:02.445Z","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 charactersOriginal file line number Diff line number Diff line change @@ -298,8 +298,7 @@ }, { "id": "saveAll", "label": "Save A&&ll" }, { "id": "vscode.menubar.separator" @@ -378,22 +377,6 @@ "id": "editor.action.clipboardCopyAction", "label": "&&Copy" }, { "id": "editor.action.clipboardPasteAction", "label": "&&Paste" @@ -807,8 +790,7 @@ }, { "id": "workbench.action.navigateToLastEditLocation", "label": "&&Last Edit Location" }, { "id": "vscode.menubar.separator" -
scottmcclung revised this gist
Jan 21, 2023 . 2 changed files with 18 additions and 3 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1 +1 @@ {"lastUpload":"2023-01-21T16:12:22.701Z","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 charactersOriginal file line number Diff line number Diff line change @@ -378,6 +378,22 @@ "id": "editor.action.clipboardCopyAction", "label": "&&Copy" }, { "id": "submenuitem.MenubarCopy", "label": "Copy As", "submenu": { "items": [ { "id": "gitlens.copyRemoteFileUrlToClipboard", "label": "Copy Remote File URL" }, { "id": "gitlens.copyRemoteFileUrlFrom", "label": "Copy Remote File URL From..." } ] } }, { "id": "editor.action.clipboardPasteAction", "label": "&&Paste" @@ -770,8 +786,7 @@ }, { "id": "editor.action.toggleWordWrap", "label": "&&Word Wrap" }, { "id": "editor.action.toggleStickyScroll",
NewerOlder