Skip to content

Commit

Permalink
fix ovsx command in devshell
Browse files Browse the repository at this point in the history
  • Loading branch information
rszyma committed Dec 25, 2024
1 parent 71cf65e commit 7523d45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### Unreleased

* New feature: when hovering over an item in `deflayer`, show corresponding key on `defsrc` ([#46](https://github.com/rszyma/vscode-kanata/issues/46))
* New feature: when hovering over an item in `deflayer`, show corresponding key from `defsrc` ([#46](https://github.com/rszyma/vscode-kanata/issues/46))
* Fixed: include dash "-" in word pattern in language-configuration.json ([#47](https://github.com/rszyma/vscode-kanata/issues/47))

### 0.13.22
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
yarn
wasm-pack
vsce
(pkgs.writeShellScriptBin "ovsx" "${pkgs.bun}/bin/bunx ovsx $@")
(pkgs.writeShellScriptBin "ovsx" "${pkgs.nodejs_23}/bin/npx ovsx $@")
];
};
}
Expand Down

0 comments on commit 7523d45

Please sign in to comment.