Lars Hvam

Results 648 issues of Lars Hvam

so it works on github.dev and doesnt show the annoying popups

https://marketplace.visualstudio.com/items?itemName=oderwat.indent-rainbow https://marketplace.visualstudio.com/items?itemName=GauravSharma.colorized-access-modifier colours https://github.com/scalameta/lsp-example/blob/master/lsp-example-vscode/src/decoration-protocol.ts https://vscode.rocks/decorations/ https://github.com/microsoft/vscode-extension-samples/tree/main/decorator-sample

add configuration options eg. disable auto indentation, hovers, diagnostics etc.

see https://github.com/SAP/styleguides/issues/179

see https://code.visualstudio.com/blogs/2022/11/28/vscode-sandbox

will be released sometime soon, https://github.com/microsoft/vscode-docs/blob/vnext/release-notes/v1_59.md#testing-apis

https://code.visualstudio.com/updates/v1_71#_new-code-action-control

https://code.visualstudio.com/updates/v1_71#_sticky-scroll

If there's a lot of objects in a repository, then don't try to parse it, as it will fail due to memory and also take forever Perhaps 5000 objects, and...