Justin Grote
Justin Grote
Was looking if `localIsolation` was present yet, not seeing it? Is this still the recommended way to start vscode debugging?
I meant the command line switch, as opposed to the .denoflare config item (which I'm currently using) ``` If localIsolation was settable via the command line, the .denoflare config would...
I have a denoflare alias that just runs off the master branch so I should be able to test.
Works great, also I was able to use an import map to get around the need to specify `file://` in the .denoflare config: import-map.json ```json { "imports": { "src/": "./src/"...
As an update, since I filed this issue, the graph API actually now spots several (but not all) of these situations and returns errors https://learn.microsoft.com/en-us/graph/aad-advanced-queries?tabs=http#error-handling-for-advanced-queries-on-directory-objects However the errors are very...
I have created a feedback provider that detects most of the known situations where this occurs: https://github.com/JustinGrote/MgAqDetect 
My recommendation would be to basically just execute a NuGet restore, it already has all the logic in there to do this in parallel and handle all the dependencies. I'll...
@MartinGC94 that feature would be better suited as an inlay hint but I agree, we could definitely offer a high confidence and best effort inference here, it's one of my...
@MartinGC94 they are awesome and fully implemented in Typescript/F#/C# extensions. Try opening a file and hitting ctrl-alt. You can also configure them to be persistently visible for various types.
@MartinGC94 I have a basic prototype wired up here: https://github.com/PowerShell/PowerShellEditorServices/pull/2133 Can you point me to docs or the API that is the best way to find the inferred types of...