Skip to content

Releases: prantlf/vscode-oscript

Release v0.3.0

24 Apr 17:30
Compare
Choose a tag to compare
  • Add a command runScript executing .e or .lxe files.
  • Do not include built-in Node.js modules in the bundled output.

Release v0.2.5

11 Jan 01:33
Compare
Choose a tag to compare
  • Allow dereferencing this without the this keyword (chain the dot operators).

Release v0.2.4

11 Jan 01:33
Compare
Choose a tag to compare
Fix local identifier lookup and upgrade OScript parser and walker

Release v0.2.3

04 Jan 01:22
Compare
Choose a tag to compare

Fix parsing of the member expression without the explicit this object.

Release v0.2.2

04 Jan 00:41
Compare
Choose a tag to compare

Fix parsing of the switch statement.

Release v0.2.1

03 Jan 23:22
Compare
Choose a tag to compare

Fix the dependency on oscript-ast-walker.

Release v0.2.0

03 Jan 23:05
Compare
Choose a tag to compare
  • Add a language server with the syntax-checking, quick fixes, built-in type completion, hover hints, symbol outline, local identifier definition, references and renaming.
  • Show a "what is new" notification after an upgrade.
  • Recognize strings delimited by backticks in syntax highlighting.
  • Add a problem matcher for oslint.

v0.1.1

16 Apr 21:35
Compare
Choose a tag to compare

0.1.1 (2020-04-16)

Fixes

  • Recognise keywords "script" and "endscript" (5d8838b)

v0.1.0

15 Apr 15:23
Compare
Choose a tag to compare

0.1.0 (2020-04-15)

Fixes

  • Improve folding and indentation patterns (454aae4)

v0.0.2

14 Apr 08:55
Compare
Choose a tag to compare

0.0.2 (2020-04-14)

Documentation

  • Add examples of screenshots and related links (b11597f)