Johannes Rieken

Results 25 issues of Johannes Rieken

A formatter that is registered with VSCode must be unregistered when the formatter is being disabled. Otherwise VSCode still thinks a formatter is available, enabling formatting actions and contributing to...

Using the completion provider API this extension could be part of IntelliSense, allowing me to complete commonjs module names or html script tags etc

### Describe the bug According to the docs and [this discussion](https://github.com/swc-project/swc/issues/4989#issuecomment-1183408167) it should be possible to have an array as config but SWC fails Playground steps * open playground *...

C-bug

Testing #133550 ~~Sorry, no good steps yet but after toggling content width a couple I time I ended up with frozen view port dimensions, esp vertically~~ * open a terminal...

bug
terminal

👋 Hey. VS Code Team here. This extension appeared as causing slow-downs of the extension host and thereby also other extensions. See https://github.com/microsoft/vscode/issues/155520#issuecomment-1268476595 for the related discussion on our end....

🐛 bug

- create a `ruby` model - paste the code below - 💥 see the error below ``` ruby some text - ruby some text - #------------------------------------------------------------------------- some text - #...

bug
help wanted
grammars

Installing omnisharp-client consumes 96MB on disk while OmniSharp itself just the half (46MB). tsd and typescript, which seem like dev dependencies, sum up to 26MB. So some low hanging fruit...

We have identified this extension as being potentially responsible for high loads in the extension host. That is likely because it runs potentially expensive *minify* operations in the extension host...

### System Info * `"@xenova/transformers": "^2.17.2"` * `"onnxruntime-web": "1.18.0",` ### Environment/Platform - [X] Website/web-app - [ ] Browser extension - [ ] Server-side (e.g., Node.js, Deno, Bun) - [ ]...

bug

Since recently the instantiation service is disposable. A instantiation service will dispose all service instances it has created and will dispose all its children. In return, children should also be...

debt