Skip to content

Commit

Permalink
fix: cmd showing error when it shouldn't (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
rszyma authored Nov 18, 2023
1 parent 21a8ab1 commit bfe4bc1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@

* no changes yet

### 0.4.1

* Fixed: `cmd` action no longer shows an error "cmd is not enabled" even if `danger-enable-cmd` is enabled ([#8](https://github.com/rszyma/vscode-kanata/issues/8))

### 0.4.0

* Fixed: Linux OsCode mapping are no longer used on Windows ([#5](https://github.com/rszyma/vscode-kanata/issues/5))
* Added item to command palette: `Kanata: Set current file as main`
* Updated kanata to [54daa6b](https://github.com/jtroo/kanata/tree/54daa6b49eadf4cf3c2f7fe9c369ce195084d348)
* Updated kanata to [54daa6b](https://github.com/jtroo/kanata/tree/54daa6b)

### 0.3.0

Expand Down
6 changes: 1 addition & 5 deletions kls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@ crate-type = ["cdylib"]
bench = false

[dependencies]
# kanata-parser = "0.20.0"
# Uncomment below and comment out above for testing local changes.
# Otherwise any changes to the local files will not reflect in the compiled
# binary.
kanata-parser = { path = "../kanata/parser" }
kanata-parser = { path = "../kanata/parser", features = ["cmd"]}

console_error_panic_hook = "0.1.6"
js-sys = "0.3.53"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "0.4.0",
"version": "0.4.1",
"name": "vscode-kanata",
"displayName": "Kanata Configuration Language",
"author": "rszyma",
Expand Down

0 comments on commit bfe4bc1

Please sign in to comment.