David V. McKay
David V. McKay
omnisharp-vscode [v1.24.0-beta1](https://github.com/OmniSharp/omnisharp-vscode/releases/tag/v1.24.0-beta1) tried to simplify the glob for `workspaceContains` via omnisharp v1.38 ([commit](https://github.com/OmniSharp/omnisharp-vscode/pull/4961#discussion_r770976861)), but this was inadequate to overcome the 7-second timeout in my environment.
One thing that helped was removing a lot of projects / folders from my workspace. This brought the glob time down under 7 seconds, and Omnisharp was able to load....
Hello Dapper community; I encountered this same problem as well, dealing with SAGE accounting and LoadMaster transportation databases. I wish we could have the linked PR merged; writing types with...
With the way these commands are often chained and nested, I'd be in favor of a short syntax like run-p and run-s: ```sh bun-p script-1 script-2 bun-s script-a script-b script-c...
@bmjhversteeg Confirmed, disabling this feature solved the issue for me: > settings.json ```json "typescript.updateImportsOnPaste.enabled": false, "javascript.updateImportsOnPaste.enabled": false ```