Dirk Bäumer
Dirk Bäumer
Hangs for me under Windows as well.
@arcanis is there anything I can capture that might help you to understand what is going on?
I am also interested in having this in the Node.js API to make use of it in the VS Code ESLint extension. IMO for an editor integration it would be...
I tested https://github.com/microsoft/vscode/issues/226655 and executed two commands using `TerminalShellIntegration#executeCommand`. The two pwsh shells execute them in parallel and both try to modify the history. It is not necessarily a bug...
@Tyriar I see the problem printed in the terminal.
Tested this with a provider based on VS Code API and it is already a problem there.
Our current goal is to implement a WASM/WASI host for VS Code running in the browser so that web assemblies have transparent access to the VS Code file system to...
This is mostly an issue with eslint itself. There is an issue to help analyze this: https://github.com/microsoft/vscode-eslint/issues/1344 and how to file an issue against ESLint if none of the proposed...
Can you provide me with an example on how this should look like. Why isn't this a normal file
> Not sure what you mean with "Why isn't it a normal file"? If it is a simple file what is preventing you from using it in a tasks.json file.