Patrick Meinecke
Patrick Meinecke
I think I'm just gonna use [`window/showMessage`](https://microsoft.github.io/language-server-protocol/specifications/specification-3-14/#window_showMessage) directly actually. Still a good change to make though.
> I need too dig more in the code to give you a better answer on how to properly implement this feature. Pretty sure we already add the bundled modules...
Using a slightly modified version of the code from the SO thread I'm able to repro. ```powershell $job = Start-Job -ScriptBlock { # For some reason if this no-op variable...
Definitely love this idea. For security reasons would it be possible to have a prompt once per workspace? Similar to how VSCode handles [workspace terminal customizations](https://code.visualstudio.com/updates/v1_11#_custom-workspace-shell-settings). As for the file...
@gwojan that's actually part of my problem with that name. Do we really want this file to be hidden? I feel like it would be one of the first files...
> It looks like we just need to prepend [`const startEditorServices` in process.ts](https://github.com/PowerShell/vscode-powershell/blob/17add9d7a8e739e88d8e1173338e22ba245a586f/src/process.ts#L76) with `. ;`. Is my assessment correct? Not exactly, the idea is that it would be a...
> 1. Read a specific `profilePath` from settings.json and load it into the session, such that no auto-execution of code is enabled by default--only enabled by explicitly updating settings.json. I'm...
> Right now there is [no way to make linting work with custom modules, as you can in other language extensions](#2356). All I want is to make linting work automatically...
Yeah makes sense. I think `ConsoleHost` in PowerShell also needs a check, it just happens to fail due to an NRE iirc
> Perhaps the community isn't aware of this feature at all? It is only mentioned in the 1.4.0 release notes and in an older issue about the possibility of adding...