L13|RARY

Results 35 comments of L13|RARY

Hello, at the moment there are no plans or intentions to release the extensions on open-vsx. Development is currently on hold until autumn.

Hi. After a first look it seems you have just copied the exclude functions and properties. But this can't work. The first question is how should the include work. Is...

Hi, can you show me an example/workflow please.

It is possible to set the configuration per workspace. You can use .vscode/settings.json or the settings config in a *.code-workspace file. The extension looks up for those files and uses...

Hi, the extension doesn't support remote or virtual workspaces right now. This feature is in development, but it will take a while. The extension is a spare time project, so...

Hi, sorry for the late response. It seems the api does not provide a feature to figure out if it is a hard or a soft link. So I can't...

This is maybe possible, but I have to test this first. There are two different stat objects in nodejs. Maybe comparing those two does the job.

The development for the extension has been paused until autumn, because there is no time to do something. Stuff like this needs a couple of hours and requires min 2...

Hi, the diffing logic is in my control, but I compare just buffers, not strings. So regex won't work. Otherwise if I change this logic the result wouldn't match the...