nix4vscode icon indicating copy to clipboard operation
nix4vscode copied to clipboard

extension not getting picked up: redhat.vscode-yaml

Open KiaraGrouwstra opened this issue 10 months ago • 5 comments

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

KiaraGrouwstra avatar Apr 10 '24 13:04 KiaraGrouwstra

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.

cathaysia avatar Apr 11 '24 03:04 cathaysia

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.

cathaysia avatar Apr 11 '24 04:04 cathaysia

i hadn't retried with bbenoist.nix yet, but i'll try nix-vscode-extensions - thanks!

KiaraGrouwstra avatar Apr 11 '24 06:04 KiaraGrouwstra

I came to nix4vscode from nix-vscode-extensions because it was giving me too many problems. Is there any other workaround?

yajo avatar Aug 27 '24 09:08 yajo

I suggest using nix4vscode and nix-vscode-extensions together. Using nix-vscode-extension for the most case, and using nix4vsocde for the remains cases.

cathaysia avatar Aug 27 '24 09:08 cathaysia