Sebastian Pfitzner

Results 110 issues of Sebastian Pfitzner

Would be cool to render ANSI color codes in text (and maybe even rich) output.

good first issue
other packages
display & PlutoRunner

![Peek 2022-06-29 16-21](https://user-images.githubusercontent.com/6735977/176462107-1c6a1890-5161-4d5c-8390-2ae3cc55026d.gif) ToDo: - [ ] figure out better API for consumers (maybe MIME based) - [ ] adjust indices in map when deleting plots

This would basically be a more lightweight alternative to https://github.com/julia-vscode/julia-vscode/issues/2813. We'd only process the currently active file (at least for larger workspaces) and completely disregard environments and so on. Of...

enhancement

We can use this new(-ish) API to provide subtle feedback on the LS process, e.g. by sending a notification when it's busy or when it is misconfigured. This seems like...

enhancement

Would be nice if we had a setting for increasing the severity of unused args/bindings so they show up in the problems pane.

enhancement
area-ls-linter

Ref https://discourse.julialang.org/t/check-if-current-file-is-main-when-debugging/73893.

enhancement
area-debugger

Fixes https://github.com/julia-vscode/julia-vscode/issues/2895.

https://github.com/JuliaLang/julia/pull/45450

Currently it only goes through the SymbolServer.EnvStore.

enhancement