Raoul Wols

Results 72 issues of Raoul Wols

In the server log panel I see this message: ``` LSP-pyright: Exception received when installing file system watcher: TypeError [ERR_FEATURE_UNAVAILABLE_ON_PLATFORM]: The feature watch recursively is unavailable on the current platform,...

I would like to be able to run "LSP-pyright: Organize Imports" from the command palette.

enhancement

I don't know much about PHP but I have to use it for my job sometimes. There are some PHP files which contain a require_once line, something like `require_once('foo/bar/baz.php')`. Similarly...

question

Here's a fun challenge. How would one get the setting `css.remoteStyleSheets` to work? It is mentioned in this stackoverflow question: https://stackoverflow.com/questions/35213941/how-to-add-intellisense-to-visual-studio-code-for-bootstrap

Decorated regions in a view can be regarded as a resource. Resources must be cleaned up when they are no longer needed. It is too easy to forget this in...

enhancement

@basaran the latest server warns on simple “require” statements to import other files. I would not expect this. Any ideas how to fix this?

The code blocks aren't valid Lua so they contain a lot of invalid scopes.

Given an abstract class `Base` and given that I'm writing a derived class `Derived`, I want clangd to present a code action to add scaffolding for all pure abstract methods...

enhancement