Bludator

Results 6 issues of Bludator

This is more for discussion than anything. There are lots of callbacks (promises in FF) in the web-extension API. And I guess it would be fair to implement all functions...

The [rules](https://taplo.tamasfe.dev/configuration/file.html#rules) are not working, (at least) in the current version of the VSCode extension on both windows and linux. Formatting nor schemas are applied. By changing versions of the...

bug
needs investigation

Here is the minimal example (body of some class `Test`): ```C# public class Something { } public interface IFoo { void Method(Something x); } public interface Bar : IFoo {...

:speech_balloon: discussion

The config files are updated by swapping with new temp file, but this cause loss of the permissions information. This PR fixes it by copying the permissions to the new...

Type: Bug 1. create `empty.svg` 2. open it 3. see crash ![Image](https://github.com/user-attachments/assets/515ee02a-d7de-4854-80f2-0a9b8a11a29d) VS Code version: Code 1.98.0 (6609ac3d66f4eade5cf376d1cb76f13985724bcb, 2025-03-04T21:06:18.612Z) OS version: Windows_NT x64 10.0.26100 Modes: System Info |Item|Value| |---|---| |CPUs|11th...

new release

#### Description The documented behavior is: If one creating a notification channel with existing ID the channels gets updated. Now it results in ``` **System.ArgumentException:** 'CreateNotificationChannels failed: notificationChannelRequests contains NotificationChannelRequest...

bug