fudgepop01 / kaitai_ide_vscode

A VSCode extension built to assist the creation and debugging of kaitai struct files
GNU General Public License v3.0
22 stars 1 forks source link

`/meta/bit-endian`: unknown key found #28

Open bersbersbers opened 1 year ago

bersbersbers commented 1 year ago

When compiling my ksy file, I get this error in the dev tools:

image

This surprises me bit since the extension has been using kaitai-struct-compiler 0.9.0 since 68eda7a1428b7b06a32850fbd1c0bddddeb00fbf, and v0.9.0 should support this tag (https://github.com/kaitai-io/kaitai_struct_compiler/blob/master/RELEASE_NOTES.md#09-2020-10-16).

ckagerer commented 2 months ago

The “problem” described above still exists.