Remy Willems

Results 66 issues of Remy Willems

Add support for LSP's [workspaceFolders](https://microsoft.github.io/language-server-protocol/specification#workspace_workspaceFolders) feature. The TypeFox LSP server together with a tsserver instance consume around 150MB of memory without even loading a project. An IDE user will generally...

enhancement

DONE: - hierarchical sorting on a regular widgetless table. - fixed the widgets when you're not using hierarchical sorting. TODO: - Make the css classes used to define the hierarchy...

Enhancement
Next MAJOR update (Abelt)

In the motivation it says that the build server can also be used by IDE's: > The Build Server Protocol aims to define common functionality that both build tools (servers)...

enhancement
question
proposal

The motivation for the LSP protocol I understand, because given N IDE's and M languages there is an N x M complexity. Assuming that the BSP is connecting language servers...

question
proposal

I have a project that has no errors when running `tsc` on it, but will show errors when opening it in VSCode with the javascript-typescript-langserver extensions. The problem occurs because...

### Issues Resolves issues [#471](https://github.com/sourcegraph/javascript-typescript-langserver/issues/471), [#477](https://github.com/sourcegraph/javascript-typescript-langserver/issues/477) and [#463](https://github.com/sourcegraph/javascript-typescript-langserver/issues/463) ### Description Previously when using a LocalFileSystem, all files in the workspace with Typescript related extensions were cached in memory on startup....

When trying to run dotnet-format on a solution, I get the exception shown at the bottom of this post. My machine has an arm processor. I've tried to do some...

Any chance you could change the license to the Microsoft Public License, instead of the Microsoft Limited Public License?