PowerShell / vscode-powershell

Provides PowerShell language and debugging support for Visual Studio Code
https://marketplace.visualstudio.com/items/ms-vscode.PowerShell
MIT License
1.69k stars 481 forks source link

No Semantic Tokens are Being Generated, while the IntegratedTerminal is working #3724

Closed ninmonkey closed 2 years ago

ninmonkey commented 2 years ago

Prerequisites

Summary

There are no semantic tokens being used by the editor. ( I was debugging why semantic colors for the powershell language was ignoring all semantic configurations. )

image

It's supposed to look like this:

image

PowerShell Version

πŸ’> $PSVersionTable

Name                           Value
----                           -----
PSVersion                      7.2.0
PSEdition                      Core
GitCommitId                    7.2.0
OS                             Microsoft Windows 10.0.19043
Platform                       Win32NT
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1
WSManStackVersion              3.0

Visual Studio Code Version

1.63.0
7db1a2b88f7557e0a43fec75b6ba7e50b3e9f77e
x64

code.cmd --list-extensions --show-versions | select-string powershell

Extension Version

ms-vscode.powershell@2021.10.2

Steps to Reproduce

  1. Enable semantic in your settings.json
  2. Open any *.ps1 file .1 Use token inspector, and you get no info.

semantic config

I have every possible semantic config enabled.

Visuals

I think the Language Server is running

This screen shows that these are all running

image image

Logs

{
    "csharp.semanticHighlighting.enabled": true, // default is false?
    "editor.semanticHighlighting.enabled": true, //     // <true | false | ConfiguredbByTheme>
    "editor.semanticTokenColorCustomizations": {
        "csharp.semanticHighlighting.enabled": true, // default is false?
        "editor.semanticHighlighting.enabled": "true",
        "editor.semanticTokenColorCustomizations": {
            // per-theme
            "enabled": true,
            "rules": {
                "parameter": {
                    "foreground": "#ea00ff",
                    "underline": true,
                    "bold": true,
                    "italic": true,
                    "fontStyle": "italic bold underline"
                },
            },
            "[Default Dark+]": {
                "enabled": true,
                "rules": {
                    // single value
                    // vs many
                    "*.abstract": {
                        "foreground": "#0000ff",
                        "underline": true,
                        "fontStyle": "bold underline"
                    },
                    "parameter": {
                        "foreground": "#ea00ff",
                        "underline": true,
                        "bold": true,
                        "italic": true,
                        "fontStyle": "italic bold underline"
                    },
                }
            },
        },
    }
}
JustinGrote commented 2 years ago

If the integrated terminal is actively doing something I'm pretty sure it blocks everything (intellisense, etc.), that's just one of those tradeoffs of having it be ISE-like I believe.

ninmonkey commented 2 years ago

PSIT blocking

If the integrated terminal is actively doing something

@JustinGrote The PSIT is not blocking in this case. 100% of the time I have no semantic tokens. (Neither existing in the inspector, nor applying using my global super-bright colors config )

By autocomplete I meant Intellisense. (ie: it's not being blocked)

Logs Summarized

log files, Super collapse (Click to Expand) This post became too big, so I another collapse section. `log-extension-host.log` has a bunch of provider failures. ## exthost.log
FailedProvider (Click to Expand) ```log [2021-12-16 19:49:11.861] [exthost] [info] ExtensionService#_doActivateExtension littlefoxteam.vscode-python-test-adapter, startup: false, activationEvent: 'onStartupFinished' [2021-12-16 19:49:23.239] [exthost] [info] ExtensionService#_doActivateExtension ms-python.vscode-pylance, startup: false, activationEvent: 'api', root cause: ms-python.python [2021-12-16 19:49:43.304] [exthost] [error] [ms-vscode.powershell] provider FAILED [2021-12-16 19:49:43.304] [exthost] [error] Canceled: Canceled at H6.makeCancelError (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14370) at H6.handleFailedRequest (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14223) at c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:43:33475 at async T.provideCodeActions (c:\Program Files\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:95:93216) ``` ```log [2021-12-16 19:48:59.113] [exthost] [info] Extension host with pid 23448 started [2021-12-16 19:48:59.113] [exthost] [info] Skipping acquiring lock for c:\Users\cppmo_000\AppData\Roaming\Code\User\workspaceStorage\23e36e8528d0fcf21263083694a94fdf. [2021-12-16 19:48:59.706] [exthost] [info] ExtensionService#_doActivateExtension vscode.microsoft-authentication, startup: false, activationEvent: 'onAuthenticationRequest:microsoft' [2021-12-16 19:48:59.754] [exthost] [info] ExtensionService#_doActivateExtension vscode.configuration-editing, startup: false, activationEvent: 'onLanguage:jsonc' [2021-12-16 19:48:59.772] [exthost] [info] ExtensionService#_doActivateExtension vscode.json-language-features, startup: false, activationEvent: 'onLanguage:jsonc' [2021-12-16 19:48:59.864] [exthost] [info] ExtensionService#_doActivateExtension vscode.typescript-language-features, startup: false, activationEvent: 'onLanguage:jsonc' [2021-12-16 19:48:59.962] [exthost] [info] ExtensionService#_doActivateExtension ms-vscode.powershell, startup: false, activationEvent: 'onLanguage:powershell' [2021-12-16 19:49:00.207] [exthost] [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: true, activationEvent: '*' [2021-12-16 19:49:00.212] [exthost] [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: '*', root cause: vscode.github [2021-12-16 19:49:00.220] [exthost] [info] ExtensionService#_doActivateExtension christian-kohler.path-intellisense, startup: true, activationEvent: '*' [2021-12-16 19:49:00.254] [exthost] [info] ExtensionService#_doActivateExtension docsmsft.docs-build, startup: true, activationEvent: '*' [2021-12-16 19:49:00.368] [exthost] [info] ExtensionService#_doActivateExtension Equinusocio.vsc-material-theme, startup: true, activationEvent: '*' [2021-12-16 19:49:00.440] [exthost] [info] ExtensionService#_doActivateExtension equinusocio.vsc-material-theme-icons, startup: true, activationEvent: '*' [2021-12-16 19:49:00.461] [exthost] [info] ExtensionService#_doActivateExtension GitHub.vscode-pull-request-github, startup: true, activationEvent: '*' [2021-12-16 19:49:00.487] [exthost] [info] ExtensionService#_doActivateExtension ms-vscode.test-adapter-converter, startup: true, activationEvent: '*', root cause: hbenl.vscode-test-explorer [2021-12-16 19:49:00.493] [exthost] [info] ExtensionService#_doActivateExtension johnpapa.vscode-peacock, startup: true, activationEvent: '*' [2021-12-16 19:49:00.508] [exthost] [info] ExtensionService#_doActivateExtension mhutchie.git-graph, startup: true, activationEvent: '*' [2021-12-16 19:49:00.579] [exthost] [info] ExtensionService#_doActivateExtension ms-vsliveshare.vsliveshare, startup: true, activationEvent: '*', root cause: ms-vsliveshare.vsliveshare-audio [2021-12-16 19:49:01.280] [exthost] [info] ExtensionService#_doActivateExtension streetsidesoftware.code-spell-checker, startup: true, activationEvent: '*' [2021-12-16 19:49:01.444] [exthost] [info] ExtensionService#_doActivateExtension svipas.control-snippets, startup: true, activationEvent: '*' [2021-12-16 19:49:01.447] [exthost] [info] ExtensionService#_doActivateExtension vscode-icons-team.vscode-icons, startup: true, activationEvent: '*' [2021-12-16 19:49:01.529] [exthost] [info] ExtensionService#_doActivateExtension zhuangtongfa.material-theme, startup: true, activationEvent: '*' [2021-12-16 19:49:01.565] [exthost] [info] ExtensionService#_doActivateExtension yzhang.markdown-all-in-one, startup: true, activationEvent: 'workspaceContains:README.md' [2021-12-16 19:49:01.706] [exthost] [info] ExtensionService#_doActivateExtension vscode.markdown-math, startup: false, activationEvent: 'api', root cause: yzhang.markdown-all-in-one [2021-12-16 19:49:03.770] [exthost] [info] ExtensionService#_doActivateExtension docsmsft.docs-preview, startup: false, activationEvent: 'api', root cause: yzhang.markdown-all-in-one [2021-12-16 19:49:03.942] [exthost] [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github' [2021-12-16 19:49:07.646] [exthost] [info] ExtensionService#_doActivateExtension vscode.git, startup: false, activationEvent: 'api', root cause: GitHub.vscode-pull-request-github [2021-12-16 19:49:09.502] [exthost] [info] ExtensionService#_doActivateExtension mechatroner.rainbow-csv, startup: false, activationEvent: 'onLanguage:plaintext' [2021-12-16 19:49:09.829] [exthost] [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onStartupFinished' [2021-12-16 19:49:09.855] [exthost] [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished' [2021-12-16 19:49:09.858] [exthost] [info] ExtensionService#_doActivateExtension ms-vscode-remote.remote-wsl-recommender, startup: false, activationEvent: 'onStartupFinished' [2021-12-16 19:49:09.867] [exthost] [info] ExtensionService#_doActivateExtension alefragnani.Bookmarks, startup: false, activationEvent: 'onStartupFinished' [2021-12-16 19:49:09.873] [exthost] [info] ExtensionService#_doActivateExtension docsmsft.docs-scaffolding, startup: false, activationEvent: 'onStartupFinished' [2021-12-16 19:49:10.185] [exthost] [info] ExtensionService#_doActivateExtension eamodio.gitlens, startup: false, activationEvent: 'onStartupFinished' [2021-12-16 19:49:10.227] [exthost] [info] ExtensionService#_doActivateExtension esbenp.prettier-vscode, startup: false, activationEvent: 'onStartupFinished' [2021-12-16 19:49:10.539] [exthost] [info] ExtensionService#_doActivateExtension ms-python.python, startup: false, activationEvent: 'onStartupFinished', root cause: littlefoxteam.vscode-python-test-adapter [2021-12-16 19:49:10.610] [exthost] [info] ExtensionService#_doActivateExtension hbenl.vscode-test-explorer, startup: false, activationEvent: 'onStartupFinished', root cause: littlefoxteam.vscode-python-test-adapter [2021-12-16 19:49:10.662] [exthost] [info] ExtensionService#_doActivateExtension ms-vscode-remote.remote-containers, startup: false, activationEvent: 'onStartupFinished' [2021-12-16 19:49:10.739] [exthost] [info] ExtensionService#_doActivateExtension ms-vscode-remote.remote-wsl, startup: false, activationEvent: 'onStartupFinished' [2021-12-16 19:49:10.749] [exthost] [info] ExtensionService#_doActivateExtension PKief.material-icon-theme, startup: false, activationEvent: 'onStartupFinished' [2021-12-16 19:49:10.759] [exthost] [info] ExtensionService#_doActivateExtension TylerLeonhardt.vscode-terminalcommanddocs, startup: false, activationEvent: 'onStartupFinished' [2021-12-16 19:49:10.767] [exthost] [info] ExtensionService#_doActivateExtension usernamehw.errorlens, startup: false, activationEvent: 'onStartupFinished' [2021-12-16 19:49:11.861] [exthost] [info] ExtensionService#_doActivateExtension littlefoxteam.vscode-python-test-adapter, startup: false, activationEvent: 'onStartupFinished' [2021-12-16 19:49:23.239] [exthost] [info] ExtensionService#_doActivateExtension ms-python.vscode-pylance, startup: false, activationEvent: 'api', root cause: ms-python.python [2021-12-16 19:49:43.304] [exthost] [error] [ms-vscode.powershell] provider FAILED [2021-12-16 19:49:43.304] [exthost] [error] Canceled: Canceled at H6.makeCancelError (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14370) at H6.handleFailedRequest (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14223) at c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:43:33475 at async T.provideCodeActions (c:\Program Files\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:95:93216) ```
## `log-extension-host.log`
many [error] (Click to Expand for ~400 more) ```log [2021-12-16 12:02:39.498] [exthost] [error] [ms-python.python] provider FAILED [2021-12-16 12:02:39.499] [exthost] [error] Canceled: Canceled at S.makeCancelError (c:\Users\cppmo_000\.vscode\extensions\ms-python.python-2022.0.1578295602-dev\out\client\extension.js:24:159824) at S.handleFailedRequest (c:\Users\cppmo_000\.vscode\extensions\ms-python.python-2022.0.1578295602-dev\out\client\extension.js:24:159675) at c:\Users\cppmo_000\.vscode\extensions\ms-python.python-2022.0.1578295602-dev\out\client\extension.js:67:239578 at async U.provideDocumentRangeSemanticTokens (c:\Program Files\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:95:100817) [2021-12-16 12:13:24.971] [exthost] [warning] TextEditor is closed/disposed [2021-12-16 12:15:32.292] [exthost] [warning] TextEditor is closed/disposed [2021-12-16 12:15:39.778] [exthost] [error] [ms-vscode.powershell] provider FAILED [2021-12-16 12:15:39.778] [exthost] [error] Canceled: Canceled at H6.makeCancelError (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14370) at H6.handleFailedRequest (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14223) at c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:43:33475 at async T.provideCodeActions (c:\Program Files\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:95:93216) ``` ```log [2021-12-16 10:16:20.752] [exthost] [info] Extension host with pid 27412 started [2021-12-16 10:16:20.752] [exthost] [info] Skipping acquiring lock for c:\Users\cppmo_000\AppData\Roaming\Code\User\workspaceStorage\2a5b4eb969d09bb704a9461c71d61e64. [2021-12-16 10:16:20.956] [exthost] [info] ExtensionService#_doActivateExtension vscode.microsoft-authentication, startup: false, activationEvent: 'onAuthenticationRequest:microsoft' [2021-12-16 10:16:21.025] [exthost] [info] ExtensionService#_doActivateExtension mechatroner.rainbow-csv, startup: false, activationEvent: 'onLanguage:plaintext' [2021-12-16 10:16:21.037] [exthost] [info] ExtensionService#_doActivateExtension ms-vscode.powershell, startup: false, activationEvent: 'onLanguage:powershell' [2021-12-16 10:16:21.362] [exthost] [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: true, activationEvent: '*' [2021-12-16 10:16:21.376] [exthost] [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: '*', root cause: vscode.github [2021-12-16 10:16:21.385] [exthost] [info] ExtensionService#_doActivateExtension christian-kohler.path-intellisense, startup: true, activationEvent: '*' [2021-12-16 10:16:21.499] [exthost] [info] ExtensionService#_doActivateExtension docsmsft.docs-build, startup: true, activationEvent: '*' [2021-12-16 10:16:21.687] [exthost] [info] ExtensionService#_doActivateExtension Equinusocio.vsc-material-theme, startup: true, activationEvent: '*' [2021-12-16 10:16:21.719] [exthost] [info] ExtensionService#_doActivateExtension equinusocio.vsc-material-theme-icons, startup: true, activationEvent: '*' [2021-12-16 10:16:21.768] [exthost] [info] ExtensionService#_doActivateExtension GitHub.vscode-pull-request-github, startup: true, activationEvent: '*' [2021-12-16 10:16:21.838] [exthost] [info] ExtensionService#_doActivateExtension ms-vscode.test-adapter-converter, startup: true, activationEvent: '*', root cause: hbenl.vscode-test-explorer [2021-12-16 10:16:21.853] [exthost] [info] ExtensionService#_doActivateExtension johnpapa.vscode-peacock, startup: true, activationEvent: '*' [2021-12-16 10:16:21.866] [exthost] [info] ExtensionService#_doActivateExtension mhutchie.git-graph, startup: true, activationEvent: '*' [2021-12-16 10:16:21.928] [exthost] [info] ExtensionService#_doActivateExtension ms-vsliveshare.vsliveshare, startup: true, activationEvent: '*', root cause: ms-vsliveshare.vsliveshare-audio [2021-12-16 10:16:22.902] [exthost] [info] ExtensionService#_doActivateExtension streetsidesoftware.code-spell-checker, startup: true, activationEvent: '*' [2021-12-16 10:16:23.062] [exthost] [info] ExtensionService#_doActivateExtension svipas.control-snippets, startup: true, activationEvent: '*' [2021-12-16 10:16:23.068] [exthost] [info] ExtensionService#_doActivateExtension vscode-icons-team.vscode-icons, startup: true, activationEvent: '*' [2021-12-16 10:16:23.145] [exthost] [info] ExtensionService#_doActivateExtension zhuangtongfa.material-theme, startup: true, activationEvent: '*' [2021-12-16 10:16:24.414] [exthost] [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github' [2021-12-16 10:16:27.406] [exthost] [info] ExtensionService#_doActivateExtension vscode.git, startup: false, activationEvent: 'api', root cause: GitHub.vscode-pull-request-github [2021-12-16 10:16:30.974] [exthost] [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onStartupFinished' [2021-12-16 10:16:30.983] [exthost] [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished' [2021-12-16 10:16:30.987] [exthost] [info] ExtensionService#_doActivateExtension ms-vscode-remote.remote-wsl-recommender, startup: false, activationEvent: 'onStartupFinished' [2021-12-16 10:16:30.996] [exthost] [info] ExtensionService#_doActivateExtension alefragnani.Bookmarks, startup: false, activationEvent: 'onStartupFinished' [2021-12-16 10:16:31.002] [exthost] [info] ExtensionService#_doActivateExtension docsmsft.docs-scaffolding, startup: false, activationEvent: 'onStartupFinished' [2021-12-16 10:16:31.388] [exthost] [info] ExtensionService#_doActivateExtension eamodio.gitlens, startup: false, activationEvent: 'onStartupFinished' [2021-12-16 10:16:31.450] [exthost] [info] ExtensionService#_doActivateExtension esbenp.prettier-vscode, startup: false, activationEvent: 'onStartupFinished' [2021-12-16 10:16:32.182] [exthost] [info] ExtensionService#_doActivateExtension ms-python.python, startup: false, activationEvent: 'onStartupFinished', root cause: littlefoxteam.vscode-python-test-adapter [2021-12-16 10:16:32.252] [exthost] [info] ExtensionService#_doActivateExtension hbenl.vscode-test-explorer, startup: false, activationEvent: 'onStartupFinished', root cause: littlefoxteam.vscode-python-test-adapter [2021-12-16 10:16:32.297] [exthost] [info] ExtensionService#_doActivateExtension ms-vscode-remote.remote-containers, startup: false, activationEvent: 'onStartupFinished' [2021-12-16 10:16:32.404] [exthost] [info] ExtensionService#_doActivateExtension ms-vscode-remote.remote-wsl, startup: false, activationEvent: 'onStartupFinished' [2021-12-16 10:16:32.474] [exthost] [info] ExtensionService#_doActivateExtension PKief.material-icon-theme, startup: false, activationEvent: 'onStartupFinished' [2021-12-16 10:16:32.504] [exthost] [info] ExtensionService#_doActivateExtension TylerLeonhardt.vscode-terminalcommanddocs, startup: false, activationEvent: 'onStartupFinished' [2021-12-16 10:16:32.513] [exthost] [info] ExtensionService#_doActivateExtension usernamehw.errorlens, startup: false, activationEvent: 'onStartupFinished' [2021-12-16 10:16:33.726] [exthost] [info] ExtensionService#_doActivateExtension littlefoxteam.vscode-python-test-adapter, startup: false, activationEvent: 'onStartupFinished' [2021-12-16 10:16:44.790] [exthost] [info] ExtensionService#_doActivateExtension ms-python.vscode-pylance, startup: false, activationEvent: 'api', root cause: ms-python.python [2021-12-16 10:17:05.118] [exthost] [error] [ms-vscode.powershell] provider FAILED [2021-12-16 10:17:05.118] [exthost] [error] Canceled: Canceled at H6.makeCancelError (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14370) at H6.handleFailedRequest (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14223) at c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:43:31150 at async s.provideDocumentSymbols (c:\Program Files\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:95:87704) [2021-12-16 10:17:36.283] [exthost] [warning] TextEditor is closed/disposed [2021-12-16 10:17:39.413] [exthost] [warning] TextEditor is closed/disposed [2021-12-16 10:20:14.807] [exthost] [error] [ms-vscode.powershell] provider FAILED [2021-12-16 10:20:14.807] [exthost] [error] Canceled: Canceled at H6.makeCancelError (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14370) at H6.handleFailedRequest (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14223) at c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:43:25313 at async z.provideCompletionItems (c:\Program Files\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:95:101516) [2021-12-16 10:21:20.269] [exthost] [warning] TextEditor is closed/disposed [2021-12-16 10:21:22.217] [exthost] [error] [ms-vscode.powershell] provider FAILED [2021-12-16 10:21:22.217] [exthost] [error] Canceled: Canceled at H6.makeCancelError (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14370) at H6.handleFailedRequest (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14223) at c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:43:33475 at async T.provideCodeActions (c:\Program Files\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:95:93216) [2021-12-16 10:21:25.044] [exthost] [info] ExtensionService#_doActivateExtension sleistner.vscode-fileutils, startup: false, activationEvent: 'onCommand:fileutils.newFile' [2021-12-16 10:21:25.086] [exthost] [info] ExtensionService#_doActivateExtension vscode.github, startup: false, activationEvent: '*' [2021-12-16 10:21:25.089] [exthost] [info] ExtensionService#_doActivateExtension hbenl.vscode-mocha-test-adapter, startup: false, activationEvent: '*' [2021-12-16 10:21:25.194] [exthost] [info] ExtensionService#_doActivateExtension ms-vsliveshare.vsliveshare-audio, startup: false, activationEvent: '*' [2021-12-16 10:22:13.332] [exthost] [warning] TextEditor is closed/disposed [2021-12-16 10:22:35.089] [exthost] [error] [ms-vscode.powershell] provider FAILED [2021-12-16 10:22:35.089] [exthost] [error] Canceled: Canceled at H6.makeCancelError (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14370) at H6.handleFailedRequest (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14223) at c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:43:33475 at async T.provideCodeActions (c:\Program Files\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:95:93216) [2021-12-16 10:22:39.293] [exthost] [error] [ms-vscode.powershell] provider FAILED [2021-12-16 10:22:39.293] [exthost] [error] Canceled: Canceled at H6.makeCancelError (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14370) at H6.handleFailedRequest (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14223) at c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:43:33475 at async T.provideCodeActions (c:\Program Files\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:95:93216) [2021-12-16 10:22:48.385] [exthost] [error] [ms-vscode.powershell] provider FAILED [2021-12-16 10:22:48.385] [exthost] [error] Canceled: Canceled at H6.makeCancelError (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14370) at H6.handleFailedRequest (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14223) at c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:43:33475 at async T.provideCodeActions (c:\Program Files\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:95:93216) [2021-12-16 10:23:05.824] [exthost] [warning] TextEditor is closed/disposed [2021-12-16 10:23:20.077] [exthost] [error] [ms-vscode.powershell] provider FAILED [2021-12-16 10:23:20.077] [exthost] [error] Canceled: Canceled at H6.makeCancelError (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14370) at H6.handleFailedRequest (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14223) at c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:43:33475 at async T.provideCodeActions (c:\Program Files\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:95:93216) [2021-12-16 10:27:23.998] [exthost] [warning] TextEditor is closed/disposed [2021-12-16 10:27:25.899] [exthost] [error] [ms-vscode.powershell] provider FAILED [2021-12-16 10:27:25.900] [exthost] [error] Canceled: Canceled at H6.makeCancelError (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14370) at H6.handleFailedRequest (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14223) at c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:43:33475 at async T.provideCodeActions (c:\Program Files\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:95:93216) [2021-12-16 10:27:28.133] [exthost] [error] [ms-vscode.powershell] provider FAILED [2021-12-16 10:27:28.133] [exthost] [error] Canceled: Canceled at H6.makeCancelError (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14370) at H6.handleFailedRequest (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14223) at c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:43:26499 at async o.provideHover (c:\Program Files\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:95:90908) [2021-12-16 10:27:53.190] [exthost] [warning] TextEditor is closed/disposed [2021-12-16 10:28:05.643] [exthost] [info] ExtensionService#_doActivateExtension vscode.extension-editing, startup: false, activationEvent: 'onLanguage:markdown' [2021-12-16 10:28:05.663] [exthost] [info] ExtensionService#_doActivateExtension vscode.markdown-language-features, startup: false, activationEvent: 'onLanguage:markdown' [2021-12-16 10:28:05.677] [exthost] [info] ExtensionService#_doActivateExtension blackmist.LinkCheckMD, startup: false, activationEvent: 'onLanguage:markdown' [2021-12-16 10:28:05.975] [exthost] [info] ExtensionService#_doActivateExtension DavidAnson.vscode-markdownlint, startup: false, activationEvent: 'onLanguage:markdown' [2021-12-16 10:28:05.983] [exthost] [info] ExtensionService#_doActivateExtension docsmsft.docs-article-templates, startup: false, activationEvent: 'onLanguage:markdown' [2021-12-16 10:28:05.990] [exthost] [info] ExtensionService#_doActivateExtension docsmsft.docs-linting, startup: false, activationEvent: 'onLanguage:markdown' [2021-12-16 10:28:05.996] [exthost] [info] ExtensionService#_doActivateExtension docsmsft.docs-markdown, startup: false, activationEvent: 'onLanguage:markdown' [2021-12-16 10:28:06.049] [exthost] [info] ExtensionService#_doActivateExtension docsmsft.docs-preview, startup: false, activationEvent: 'onLanguage:markdown' [2021-12-16 10:28:06.075] [exthost] [info] ExtensionService#_doActivateExtension shd101wyy.markdown-preview-enhanced, startup: false, activationEvent: 'onLanguage:markdown' [2021-12-16 10:28:07.025] [exthost] [info] ExtensionService#_doActivateExtension yzane.markdown-pdf, startup: false, activationEvent: 'onLanguage:markdown' [2021-12-16 10:28:07.027] [exthost] [info] ExtensionService#_doActivateExtension yzhang.markdown-all-in-one, startup: false, activationEvent: 'onLanguage:markdown' [2021-12-16 10:28:07.127] [exthost] [info] ExtensionService#_doActivateExtension vscode.markdown-math, startup: false, activationEvent: 'api', root cause: yzhang.markdown-all-in-one [2021-12-16 10:28:07.389] [exthost] [info] ExtensionService#_doActivateExtension vscode.configuration-editing, startup: false, activationEvent: 'onLanguage:jsonc' [2021-12-16 10:28:07.396] [exthost] [info] ExtensionService#_doActivateExtension vscode.json-language-features, startup: false, activationEvent: 'onLanguage:jsonc' [2021-12-16 10:28:07.454] [exthost] [info] ExtensionService#_doActivateExtension vscode.typescript-language-features, startup: false, activationEvent: 'onLanguage:jsonc' [2021-12-16 10:28:49.541] [exthost] [error] [ms-vscode.powershell] provider FAILED [2021-12-16 10:28:49.541] [exthost] [error] Canceled: Canceled at H6.makeCancelError (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14370) at H6.handleFailedRequest (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14223) at c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:43:33475 at async T.provideCodeActions (c:\Program Files\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:95:93216) [2021-12-16 11:21:20.694] [exthost] [info] ExtensionService#_doActivateExtension vscode.search-result, startup: false, activationEvent: 'onLanguage:search-result' [2021-12-16 11:21:43.084] [exthost] [error] [ms-vscode.powershell] provider FAILED [2021-12-16 11:21:43.084] [exthost] [error] Canceled: Canceled at H6.makeCancelError (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14370) at H6.handleFailedRequest (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14223) at c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:43:33475 at async T.provideCodeActions (c:\Program Files\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:95:93216) [2021-12-16 11:22:50.018] [exthost] [error] [ms-vscode.powershell] provider FAILED [2021-12-16 11:22:50.018] [exthost] [error] Canceled: Canceled at H6.makeCancelError (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14370) at H6.handleFailedRequest (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14223) at c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:43:33475 at async T.provideCodeActions (c:\Program Files\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:95:93216) [2021-12-16 11:26:52.626] [exthost] [error] [ms-vscode.powershell] provider FAILED [2021-12-16 11:26:52.626] [exthost] [error] Canceled: Canceled at H6.makeCancelError (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14370) at H6.handleFailedRequest (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14223) at c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:43:33475 at async T.provideCodeActions (c:\Program Files\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:95:93216) [2021-12-16 11:26:55.737] [exthost] [error] [ms-vscode.powershell] provider FAILED [2021-12-16 11:26:55.737] [exthost] [error] Canceled: Canceled at H6.makeCancelError (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14370) at H6.handleFailedRequest (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14223) at c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:43:33475 at async T.provideCodeActions (c:\Program Files\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:95:93216) [2021-12-16 11:27:09.674] [exthost] [error] [ms-vscode.powershell] provider FAILED [2021-12-16 11:27:09.675] [exthost] [error] Canceled: Canceled at H6.makeCancelError (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14370) at H6.handleFailedRequest (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14223) at c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:43:37250 at async x.provideDocumentRangeFormattingEdits (c:\Program Files\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:95:95503) [2021-12-16 11:28:47.306] [exthost] [error] [ms-vscode.powershell] provider FAILED [2021-12-16 11:28:47.306] [exthost] [error] Canceled: Canceled at H6.makeCancelError (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14370) at H6.handleFailedRequest (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14223) at c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:43:33475 at async T.provideCodeActions (c:\Program Files\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:95:93216) [2021-12-16 11:28:51.940] [exthost] [error] [ms-vscode.powershell] provider FAILED [2021-12-16 11:28:51.940] [exthost] [error] Canceled: Canceled at H6.makeCancelError (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14370) at H6.handleFailedRequest (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14223) at c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:43:33475 at async T.provideCodeActions (c:\Program Files\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:95:93216) [2021-12-16 11:29:12.841] [exthost] [error] [ms-vscode.powershell] provider FAILED [2021-12-16 11:29:12.841] [exthost] [error] Canceled: Canceled at H6.makeCancelError (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14370) at H6.handleFailedRequest (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14223) at c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:43:33475 at async T.provideCodeActions (c:\Program Files\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:95:93216) [2021-12-16 11:29:31.026] [exthost] [error] [ms-vscode.powershell] provider FAILED [2021-12-16 11:29:31.026] [exthost] [error] Canceled: Canceled at H6.makeCancelError (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14370) at H6.handleFailedRequest (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14223) at c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:43:33475 at async T.provideCodeActions (c:\Program Files\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:95:93216) [2021-12-16 11:30:09.131] [exthost] [warning] TextEditor is closed/disposed [2021-12-16 11:30:35.465] [exthost] [warning] TextEditor is closed/disposed [2021-12-16 11:41:27.294] [exthost] [error] [ms-vscode.powershell] provider FAILED [2021-12-16 11:41:27.294] [exthost] [error] Canceled: Canceled at H6.makeCancelError (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14370) at H6.handleFailedRequest (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14223) at c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:43:33475 at async T.provideCodeActions (c:\Program Files\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:95:93216) [2021-12-16 11:41:35.653] [exthost] [error] [ms-vscode.powershell] provider FAILED [2021-12-16 11:41:35.653] [exthost] [error] Canceled: Canceled at H6.makeCancelError (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14370) at H6.handleFailedRequest (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14223) at c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:43:33475 at async T.provideCodeActions (c:\Program Files\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:95:93216) [2021-12-16 11:41:53.078] [exthost] [error] [ms-vscode.powershell] provider FAILED [2021-12-16 11:41:53.078] [exthost] [error] Canceled: Canceled at H6.makeCancelError (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14370) at H6.handleFailedRequest (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14223) at c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:43:33475 at async T.provideCodeActions (c:\Program Files\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:95:93216) [2021-12-16 11:42:08.404] [exthost] [error] [ms-vscode.powershell] provider FAILED [2021-12-16 11:42:08.404] [exthost] [error] Canceled: Canceled at H6.makeCancelError (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14370) at H6.handleFailedRequest (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14223) at c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:43:33475 at async T.provideCodeActions (c:\Program Files\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:95:93216) [2021-12-16 11:42:27.539] [exthost] [error] [ms-vscode.powershell] provider FAILED [2021-12-16 11:42:27.539] [exthost] [error] Canceled: Canceled at H6.makeCancelError (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14370) at H6.handleFailedRequest (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14223) at c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:43:33475 at async T.provideCodeActions (c:\Program Files\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:95:93216) [2021-12-16 11:42:27.539] [exthost] [error] [ms-vscode.powershell] provider FAILED [2021-12-16 11:42:27.539] [exthost] [error] Canceled: Canceled at H6.makeCancelError (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14370) at H6.handleFailedRequest (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14223) at c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:43:33475 at async T.provideCodeActions (c:\Program Files\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:95:93216) [2021-12-16 11:42:43.378] [exthost] [error] [ms-vscode.powershell] provider FAILED [2021-12-16 11:42:43.378] [exthost] [error] Canceled: Canceled at H6.makeCancelError (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14370) at H6.handleFailedRequest (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14223) at c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:43:33475 at async T.provideCodeActions (c:\Program Files\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:95:93216) [2021-12-16 11:43:05.516] [exthost] [error] [ms-vscode.powershell] provider FAILED [2021-12-16 11:43:05.516] [exthost] [error] Canceled: Canceled at H6.makeCancelError (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14370) at H6.handleFailedRequest (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14223) at c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:43:33475 at async T.provideCodeActions (c:\Program Files\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:95:93216) [2021-12-16 11:47:33.110] [exthost] [error] [ms-vscode.powershell] provider FAILED [2021-12-16 11:47:33.110] [exthost] [error] Canceled: Canceled at H6.makeCancelError (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14370) at H6.handleFailedRequest (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14223) at c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:43:33475 at async T.provideCodeActions (c:\Program Files\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:95:93216) [2021-12-16 11:48:13.397] [exthost] [info] ExtensionService#_doActivateExtension vscode.debug-server-ready, startup: false, activationEvent: 'onDebugResolve' [2021-12-16 11:48:15.783] [exthost] [error] [ms-vscode.powershell] provider FAILED [2021-12-16 11:48:15.783] [exthost] [error] Canceled: Canceled at H6.makeCancelError (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14370) at H6.handleFailedRequest (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14223) at c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:43:26499 at async o.provideHover (c:\Program Files\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:95:90908) [2021-12-16 11:48:26.721] [exthost] [error] [ms-vscode.powershell] provider FAILED [2021-12-16 11:48:26.722] [exthost] [error] Canceled: Canceled at H6.makeCancelError (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14370) at H6.handleFailedRequest (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14223) at c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:43:33475 at async T.provideCodeActions (c:\Program Files\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:95:93216) [2021-12-16 11:51:32.306] [exthost] [warning] TextEditor is closed/disposed [2021-12-16 12:02:03.727] [exthost] [error] [vscode.json-language-features] provider FAILED [2021-12-16 12:02:03.728] [exthost] [error] Canceled: Canceled at b.makeCancelError (c:\Program Files\Microsoft VS Code\resources\app\extensions\json-language-features\client\dist\node\jsonClientMain.js:1:492472) at b.handleFailedRequest (c:\Program Files\Microsoft VS Code\resources\app\extensions\json-language-features\client\dist\node\jsonClientMain.js:1:492323) at c:\Program Files\Microsoft VS Code\resources\app\extensions\json-language-features\client\dist\node\jsonClientMain.js:1:452538 at async o.provideHover (c:\Program Files\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:95:90908) [2021-12-16 12:02:12.943] [exthost] [info] ExtensionService#_doActivateExtension ms-toolsai.jupyter, startup: false, activationEvent: 'onLanguage:python' [2021-12-16 12:02:13.234] [exthost] [info] ExtensionService#_doActivateExtension VisualStudioExptTeam.vscodeintellicode, startup: false, activationEvent: 'onLanguage:python' [2021-12-16 12:02:13.625] [exthost] [info] ExtensionService#_doActivateExtension ms-toolsai.jupyter-renderers, startup: false, activationEvent: 'api', root cause: ms-toolsai.jupyter [2021-12-16 12:02:14.024] [exthost] [error] [ms-python.python] provider FAILED [2021-12-16 12:02:14.024] [exthost] [error] Canceled: Canceled at S.makeCancelError (c:\Users\cppmo_000\.vscode\extensions\ms-python.python-2022.0.1578295602-dev\out\client\extension.js:24:159824) at S.handleFailedRequest (c:\Users\cppmo_000\.vscode\extensions\ms-python.python-2022.0.1578295602-dev\out\client\extension.js:24:159675) at c:\Users\cppmo_000\.vscode\extensions\ms-python.python-2022.0.1578295602-dev\out\client\extension.js:67:239578 at runMicrotasks () at runNextTicks (internal/process/task_queues.js:58:5) at processImmediate (internal/timers.js:434:9) at async U.provideDocumentRangeSemanticTokens (c:\Program Files\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:95:100817) [2021-12-16 12:02:14.415] [exthost] [error] [ms-python.python] provider FAILED [2021-12-16 12:02:14.416] [exthost] [error] Canceled: Canceled at S.makeCancelError (c:\Users\cppmo_000\.vscode\extensions\ms-python.python-2022.0.1578295602-dev\out\client\extension.js:24:159824) at S.handleFailedRequest (c:\Users\cppmo_000\.vscode\extensions\ms-python.python-2022.0.1578295602-dev\out\client\extension.js:24:159675) at c:\Users\cppmo_000\.vscode\extensions\ms-python.python-2022.0.1578295602-dev\out\client\extension.js:67:239578 at async U.provideDocumentRangeSemanticTokens (c:\Program Files\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:95:100817) [2021-12-16 12:02:17.334] [exthost] [error] [ms-python.python] provider FAILED [2021-12-16 12:02:17.334] [exthost] [error] TypeError: Cannot read property 'length' of undefined at c:\Users\cppmo_000\.vscode\extensions\ms-python.python-2022.0.1578295602-dev\out\client\extension.js:67:257351 at p (c:\Users\cppmo_000\.vscode\extensions\ms-python.python-2022.0.1578295602-dev\out\client\extension.js:67:262347) at async z.provideCompletionItems (c:\Program Files\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:95:101516) [2021-12-16 12:02:39.498] [exthost] [error] [ms-python.python] provider FAILED [2021-12-16 12:02:39.499] [exthost] [error] Canceled: Canceled at S.makeCancelError (c:\Users\cppmo_000\.vscode\extensions\ms-python.python-2022.0.1578295602-dev\out\client\extension.js:24:159824) at S.handleFailedRequest (c:\Users\cppmo_000\.vscode\extensions\ms-python.python-2022.0.1578295602-dev\out\client\extension.js:24:159675) at c:\Users\cppmo_000\.vscode\extensions\ms-python.python-2022.0.1578295602-dev\out\client\extension.js:67:239578 at async U.provideDocumentRangeSemanticTokens (c:\Program Files\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:95:100817) [2021-12-16 12:13:24.971] [exthost] [warning] TextEditor is closed/disposed [2021-12-16 12:15:32.292] [exthost] [warning] TextEditor is closed/disposed [2021-12-16 12:15:39.778] [exthost] [error] [ms-vscode.powershell] provider FAILED [2021-12-16 12:15:39.778] [exthost] [error] Canceled: Canceled at H6.makeCancelError (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14370) at H6.handleFailedRequest (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14223) at c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:43:33475 at async T.provideCodeActions (c:\Program Files\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:95:93216) [2021-12-16 12:15:39.840] [exthost] [error] [ms-vscode.powershell] provider FAILED [2021-12-16 12:15:39.840] [exthost] [error] Canceled: Canceled at H6.makeCancelError (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14370) at H6.handleFailedRequest (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14223) at c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:43:34954 at async r.provideCodeLenses (c:\Program Files\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:95:88828) [2021-12-16 12:15:39.855] [exthost] [error] [ms-vscode.powershell] provider FAILED [2021-12-16 12:15:39.855] [exthost] [error] Canceled: Canceled at H6.makeCancelError (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14370) at H6.handleFailedRequest (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14223) at c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:43:33475 at async T.provideCodeActions (c:\Program Files\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:95:93216) [2021-12-16 12:15:39.866] [exthost] [error] [ms-vscode.powershell] provider FAILED [2021-12-16 12:15:39.866] [exthost] [error] Canceled: Canceled at H6.makeCancelError (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14370) at H6.handleFailedRequest (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14223) at c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:21751 at async ne.provideFoldingRanges (c:\Program Files\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:95:107898) [2021-12-16 12:15:39.866] [exthost] [error] [ms-vscode.powershell] provider FAILED [2021-12-16 12:15:39.866] [exthost] [error] Canceled: Canceled at H6.makeCancelError (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14370) at H6.handleFailedRequest (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14223) at c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:43:33475 at async T.provideCodeActions (c:\Program Files\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:95:93216) [2021-12-16 12:15:39.866] [exthost] [error] [ms-vscode.powershell] provider FAILED [2021-12-16 12:15:39.866] [exthost] [error] Canceled: Canceled at H6.makeCancelError (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14370) at H6.handleFailedRequest (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14223) at c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:43:34954 at async r.provideCodeLenses (c:\Program Files\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:95:88828) [2021-12-16 12:15:39.867] [exthost] [error] [ms-vscode.powershell] provider FAILED [2021-12-16 12:15:39.867] [exthost] [error] Canceled: Canceled at H6.makeCancelError (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14370) at H6.handleFailedRequest (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14223) at c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:43:33475 at async T.provideCodeActions (c:\Program Files\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:95:93216) [2021-12-16 12:15:39.868] [exthost] [error] [ms-vscode.powershell] provider FAILED [2021-12-16 12:15:39.868] [exthost] [error] Canceled: Canceled at H6.makeCancelError (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14370) at H6.handleFailedRequest (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14223) at c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:43:33475 at async T.provideCodeActions (c:\Program Files\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:95:93216) [2021-12-16 12:15:58.513] [exthost] [error] [ms-vscode.powershell] provider FAILED [2021-12-16 12:15:58.513] [exthost] [error] Canceled: Canceled at H6.makeCancelError (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14370) at H6.handleFailedRequest (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14223) at c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:43:26499 at async o.provideHover (c:\Program Files\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:95:90908) [2021-12-16 12:16:03.183] [exthost] [warning] TextEditor is closed/disposed [2021-12-16 12:16:36.429] [exthost] [error] [vscode.json-language-features] provider FAILED [2021-12-16 12:16:36.429] [exthost] [error] Canceled: Canceled at b.makeCancelError (c:\Program Files\Microsoft VS Code\resources\app\extensions\json-language-features\client\dist\node\jsonClientMain.js:1:492472) at b.handleFailedRequest (c:\Program Files\Microsoft VS Code\resources\app\extensions\json-language-features\client\dist\node\jsonClientMain.js:1:492323) at c:\Program Files\Microsoft VS Code\resources\app\extensions\json-language-features\client\dist\node\jsonClientMain.js:1:452538 at async o.provideHover (c:\Program Files\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:95:90908) [2021-12-16 12:17:02.300] [exthost] [error] [ms-vscode.powershell] provider FAILED [2021-12-16 12:17:02.300] [exthost] [error] Canceled: Canceled at H6.makeCancelError (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14370) at H6.handleFailedRequest (c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:45:14223) at c:\Users\cppmo_000\.vscode\extensions\ms-vscode.powershell-2021.10.2\out\main.js:43:33475 at async T.provideCodeActions (c:\Program Files\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:95:93216) ```
## renderer4.log ```log [2021-12-16 19:49:01.774] [renderer4] [error] [Extension Host] (node:23416) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `Code --trace-deprecation ...` to show where the warning was created) [2021-12-16 19:49:04.600] [renderer4] [error] Terminal with ID 1 does not exist (has it already been disposed?): Error: Terminal with ID 1 does not exist (has it already been disposed?) at n._getIndexFromId (vscode-file://vscode-app/c:/Program%20Files/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:1523:47465) at n.setActiveInstance (vscode-file://vscode-app/c:/Program%20Files/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:1523:47347) at F.setActiveInstance (vscode-file://vscode-app/c:/Program%20Files/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:2981:29564) at o.$show (vscode-file://vscode-app/c:/Program%20Files/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:1696:47394) at processTicksAndRejections (internal/process/task_queues.js:93:5) ``` ## renderer1.log ```log [2021-12-16 19:49:02.442] [renderer1] [error] [Extension Host] (node:23448) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `Code --trace-deprecation ...` to show where the warning was created) [2021-12-16 19:49:02.609] [renderer1] [warning] Ignoring the error while validating workspace folder file:///g%3A/2021-github-downloads/Power-BI/section%20%20%E2%94%90%20PowerQueryScripts/itsnotaboutthecell/powerquerym - Unable to resolve nonexistent file 'g:\2021-github-downloads\Power-BI\section ┐ PowerQueryScripts\itsnotaboutthecell\powerquerym' [2021-12-16 19:49:02.875] [renderer1] [warning] Ignoring the error while validating workspace folder file:///g%3A/2021-github-downloads/Power-BI/section%20%20%E2%94%90%20PowerQueryScripts/alazyworkaholic/M-Libraries - Unable to resolve nonexistent file 'g:\2021-github-downloads\Power-BI\section ┐ PowerQueryScripts\alazyworkaholic\M-Libraries' [2021-12-16 19:49:04.585] [renderer1] [error] Terminal with ID 1 does not exist (has it already been disposed?): Error: Terminal with ID 1 does not exist (has it already been disposed?) at n._getIndexFromId (vscode-file://vscode-app/c:/Program%20Files/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:1523:47465) at n.setActiveInstance (vscode-file://vscode-app/c:/Program%20Files/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:1523:47347) at F.setActiveInstance (vscode-file://vscode-app/c:/Program%20Files/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:2981:29564) at o.$show (vscode-file://vscode-app/c:/Program%20Files/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:1696:47394) at processTicksAndRejections (internal/process/task_queues.js:93:5) [2021-12-16 19:49:06.951] [renderer1] [error] [File Watcher (parcel)] Unexpected error: Invalid handle (EUNKNOWN) (path: g:\2021-github-downloads\Power-BI\section ┐ PowerQueryScripts\itsnotaboutthecell\powerquerym) [2021-12-16 19:49:06.967] [renderer1] [error] [File Watcher (parcel)] restarting watcher after error: Invalid handle [2021-12-16 19:49:07.331] [renderer1] [error] [File Watcher (parcel)] Unexpected error: Invalid handle (EUNKNOWN) (path: g:\2021-github-downloads\Power-BI\section ┐ PowerQueryScripts\alazyworkaholic\M-Libraries) [2021-12-16 19:49:07.335] [renderer1] [error] [File Watcher (parcel)] restarting watcher after error: Invalid handle [2021-12-16 19:49:07.920] [renderer1] [error] [File Watcher (parcel)] Unexpected error: Invalid handle (EUNKNOWN) (path: g:\2021-github-downloads\Power-BI\section ┐ PowerQueryScripts\alazyworkaholic\M-Libraries) [2021-12-16 19:49:07.921] [renderer1] [error] [File Watcher (parcel)] restarting watcher after error: Invalid handle [2021-12-16 19:49:08.342] [renderer1] [error] [File Watcher (parcel)] Unexpected error: Invalid handle (EUNKNOWN) (path: g:\2021-github-downloads\Power-BI\section ┐ PowerQueryScripts\alazyworkaholic\M-Libraries) [2021-12-16 19:49:08.342] [renderer1] [error] [File Watcher (parcel)] restarting watcher after error: Invalid handle [2021-12-16 19:49:08.887] [renderer1] [error] ENOENT: no such file or directory, scandir 'g:\2021-github-downloads\Power-BI\section ┐ PowerQueryScripts\itsnotaboutthecell\powerquerym': Error: ENOENT: no such file or directory, scandir 'g:\2021-github-downloads\Power-BI\section ┐ PowerQueryScripts\itsnotaboutthecell\powerquerym' [2021-12-16 19:49:08.938] [renderer1] [error] [File Watcher (parcel)] Unexpected error: Invalid handle (EUNKNOWN) (path: g:\2021-github-downloads\Power-BI\section ┐ PowerQueryScripts\alazyworkaholic\M-Libraries) [2021-12-16 19:49:08.939] [renderer1] [error] [File Watcher (parcel)] restarting watcher after error: Invalid handle [2021-12-16 19:49:09.502] [renderer1] [error] [File Watcher (parcel)] Unexpected error: Invalid handle (EUNKNOWN) (path: g:\2021-github-downloads\Power-BI\section ┐ PowerQueryScripts\alazyworkaholic\M-Libraries) [2021-12-16 19:49:09.506] [renderer1] [error] [File Watcher (parcel)] gave up attempting to restart watcher after error: Invalid handle [2021-12-16 19:49:09.508] [renderer1] [error] [File Watcher (parcel)] Unexpected error: Invalid handle (EUNKNOWN) (path: g:\2021-github-downloads\Power-BI\section ┐ PowerQueryScripts\itsnotaboutthecell\powerquerym) [2021-12-16 19:49:09.508] [renderer1] [error] [File Watcher (parcel)] gave up attempting to restart watcher after error: Invalid handle ``` ## `PowerShell Editor Services.log` ```log [Warn - 7:49:13 PM] OmniSharp.Extensions.LanguageServer.Server.LspServerOutputFilter: Tried to send request or notification before initialization was completed and will be sent later OutgoingNotification { Method = powerShell/executionStatusChanged, Params = Microsoft.PowerShell.EditorServices.Services.PowerShellContext.ExecutionStatusChangedEventArgs, TraceParent = , TraceState = } | @Request='OutgoingNotification { Method = powerShell/executionStatusChanged, Params = Microsoft.PowerShell.EditorServices.Services.PowerShellContext.ExecutionStatusChangedEventArgs, TraceParent = , TraceState = }' [Warn - 7:49:13 PM] OmniSharp.Extensions.LanguageServer.Server.LspServerOutputFilter: Tried to send request or notification before initialization was completed and will be sent later OutgoingNotification { Method = powerShell/executionStatusChanged, Params = Microsoft.PowerShell.EditorServices.Services.PowerShellContext.ExecutionStatusChangedEventArgs, TraceParent = , TraceState = } | @Request='OutgoingNotification { Method = powerShell/executionStatusChanged, Params = Microsoft.PowerShell.EditorServices.Services.PowerShellContext.ExecutionStatusChangedEventArgs, TraceParent = , TraceState = }' [Warn - 7:49:14 PM] OmniSharp.Extensions.LanguageServer.Server.LspServerOutputFilter: Tried to send request or notification before initialization was completed and will be sent later OutgoingNotification { Method = powerShell/executionStatusChanged, Params = Microsoft.PowerShell.EditorServices.Services.PowerShellContext.ExecutionStatusChangedEventArgs, TraceParent = , TraceState = } | @Request='OutgoingNotification { Method = powerShell/executionStatusChanged, Params = Microsoft.PowerShell.EditorServices.Services.PowerShellContext.ExecutionStatusChangedEventArgs, TraceParent = , TraceState = }' [Warn - 7:49:14 PM] OmniSharp.Extensions.LanguageServer.Server.LspServerOutputFilter: Tried to send request or notification before initialization was completed and will be sent later OutgoingNotification { Method = powerShell/executionStatusChanged, Params = Microsoft.PowerShell.EditorServices.Services.PowerShellContext.ExecutionStatusChangedEventArgs, TraceParent = , TraceState = } | @Request='OutgoingNotification { Method = powerShell/executionStatusChanged, Params = Microsoft.PowerShell.EditorServices.Services.PowerShellContext.ExecutionStatusChangedEventArgs, TraceParent = , TraceState = }' [Warn - 7:49:15 PM] OmniSharp.Extensions.LanguageServer.Server.Configuration.DidChangeConfigurationProvider: No ConfigurationItems have been defined, configuration won't surface any configuration from the client! | [Error - 7:51:24 PM] Microsoft.PowerShell.EditorServices.Services.PowerShellContextService: Execution of the following command(s) completed with errors: rg 'error' -c | gi Out-Default ``` ## `EditorServices.log` Out of 3k lines, this is the only line with warning or higher ```log 2021-12-16 19:51:23.672 -06:00 [VRB] Session state was: Ready, is now: Running, result: NotFinished 2021-12-16 19:51:24.286 -06:00 [VRB] Session state was: Running, is now: Ready, result: Completed 2021-12-16 19:51:24.286 -06:00 [ERR] Execution of the following command(s) completed with errors: rg 'error' -c | gi Out-Default ```
ninmonkey commented 2 years ago

Working

Addon Version Code Version
ms-vscode.powershell 2021-10-02 insider '1.64.0-insider', 'd12df34e31b4a018735d312a8947d79331132368', 'x64'
ms-vscode.powershell-preview 2021-11-01 insider '1.64.0-insider', 'd12df34e31b4a018735d312a8947d79331132368', 'x64'

Failed

Addon Version Code Version
ms-vscode.powershell 2021-06-01 code '1.63.0', '7db1a2b88f7557e0a43fec75b6ba7e50b3e9f77e', 'x64'
ms-vscode.powershell 2021-10-02 code '1.63.0', '7db1a2b88f7557e0a43fec75b6ba7e50b3e9f77e', 'x64'
ms-vscode.powershell-preview 2021-11-01 code '1.63.0', '7db1a2b88f7557e0a43fec75b6ba7e50b3e9f77e', 'x64'

Since code is failing but powershell-preview and powershell both work correctly on code-insiders, I'll close this as resolved.

JustinGrote commented 2 years ago

Great detective work @ninmonkey :)

andyleejordan commented 2 years ago

Oh awesome, thanks so much @ninmonkey!