nix4vscode
nix4vscode copied to clipboard
extension not getting picked up: redhat.vscode-yaml
extension redhat.vscode-yaml
for some reason seems to get skipped by nix4vscode
.
[[extensions]]
publisher_name = "redhat"
extension_name = "vscode-yaml"
i'm not sure i can get any info on this from the stdout log.
warning: unused import: `ReadableTable`
--> src/utils/cacher.rs:2:12
|
2 | use redb::{ReadableTable, TableDefinition};
| ^^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
warning: `nix4vscode` (bin "nix4vscode") generated 1 warning
Finished dev [unoptimized + debuginfo] target(s) in 0.22s
Running `target/debug/nix4vscode /persist/home/kiara/Downloads/cfg/home-manager/kiara/vscode-extensions/Cargo.toml`
cf. #15
redhat.vscode-yaml
and redhat.vscode-xml
has problem both. But I don't have much time to fix this recently, I recommend you using https://github.com/nix-community/nix-vscode-extensions with this together. It should solve all the problem.
I noticed you mentioned #15, is this bug happend again? I am referring to the problem that bbenoist.nix
extensions do not exist or there are too many blank lines.
i hadn't retried with bbenoist.nix
yet, but i'll try nix-vscode-extensions - thanks!
I came to nix4vscode from nix-vscode-extensions because it was giving me too many problems. Is there any other workaround?
I suggest using nix4vscode and nix-vscode-extensions together. Using nix-vscode-extension for the most case, and using nix4vsocde for the remains cases.