Skip to content

Releases: lharri73/DBC-Language-Syntax

2.0.0

28 May 22:10
f5d45e2

Choose a tag to compare

  • Restructure of entire extension
    • Separated client and server code
  • Added DBCLib to contain all components of dbc file
  • Added react-based side window that shows basic preview of messages & signals

1.2.3

05 Feb 04:56

Choose a tag to compare

This release adds the option to silence warnings generated by missing objects referenced by the DBC.

1.2.2

25 Jan 03:11

Choose a tag to compare

  • Added more useful errors and warnings
  • Fixed line number that error occurs on when present
  • Changed when parse occurs (now on save)

1.2.1

05 Jan 02:41

Choose a tag to compare

DBC-Language-Syntax now serves as a parser and lexer for the VScode IDE.

Errors are primitive, but present. They should be enough to give an idea about the overall structure of a DBC file.

1.1.0

09 Dec 00:55
d653a56

Choose a tag to compare

Basic snippets for namespec(NS_), message(BO_), and signals(SG_).

1.0.3

07 Dec 22:41
d653a56

Choose a tag to compare

Updated first line match to be more strict.

1.0.2

06 Dec 03:08

Choose a tag to compare

  • Fixed comment wrapping
  • Fixed scientific notation in min/max and factor/offset
  • Updated package metadata

1.0.1

05 Dec 07:09

Choose a tag to compare

Initial Release