Bludator

Results 10 comments of Bludator

Is #286 shipped in the `v0.17.1` version of the VSCode extension? Because I still have a problems.

Ok, so the absolute paths works fine, but the relative ones does not. When I specify VSCode `settings.json`: ```jsonc { "evenBetterToml.taplo.configFile.enabled": true, "evenBetterToml.taplo.configFile.path": "taplo.toml", "evenBetterToml.taplo.environment": { "RUST_LOG": "info,taplo=debug" } }...

It works, the config is now found (both in the default location and with explicitly specified path in `settings.json`). Similarly I can set schema with path. But I found other...

I have discovered that the same issues occur on linux when I have a non-existing file/path in `evenBetterToml.taplo.configFile.path` in `settings.json`. ...I thought it could help with debugging.

The fix from #321 does not work on Windows machines. My files: I have `test.toml` with its `schema.json` and `test2.toml` with its `schema2.json`. In `taplo.toml` I set: ```toml #:schema taplo://taplo.toml...

Please, please document the catches with the `.gitignore`, I just fall into the trap with negative patterns.

> as v2 is being deprecated in the near future support for v3 is crucial Check parcel 2 it seems like it support web extensions by default but I didn't...

> Hi, @Bludator. Thanks for your interest in FakeItEasy. The question about the method name is giving us at FakeItEasy National some small pause, since default interface methods are kind...

The printing via `ToString()` is something I didn't think of and definitely should do 👍.