Releases: prantlf/vscode-oscript
Releases · prantlf/vscode-oscript
Release v0.3.0
- 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
- Allow dereferencing
this
without thethis
keyword (chain the dot operators).
Release v0.2.4
Fix local identifier lookup and upgrade OScript parser and walker
Release v0.2.3
Fix parsing of the member expression without the explicit this
object.
Release v0.2.2
Fix parsing of the switch
statement.
Release v0.2.1
Fix the dependency on oscript-ast-walker.
Release v0.2.0
- 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
.