v1.9.3 #
- Fix syntax is broken when a string contains quotes after the = character
- Fix some parameters are not highlighted
v1.9.2 #
- Ability to run innosetup compile via vscode tasks(Terminal -> Run build task or
Ctrl+shift+B
) - Ability to show errors in
Porblem window
if compile via tasks
v1.9.1 #
- Fix broken command when running create build task command
v1.9.0 #
- Support on hover feature which can get value description when hovering
v1.8.0 #
- fix wrong highlighting
- fix broken syntax if string contain
"
or'
- support highlighting errors and warnings after building
v1.7.0 #
- add icons for extension
- update readme
- update dependencies
v1.6.1 #
- fix syntax error in snippets
- update dependencies
v1.6.0 #
- add support for variable substitution when reading config
- refactor functions
- add
.editorconfig
- update dependencies
v1.5.0 #
- add support for Tasks 2.0
- update dependencies
v1.4.0 #
- add Inno Setup 6 syntax
- add missing keywords and constants
v1.3.0 #
- bundle with Webpack
- remove extension dependency
- move config
- update dependencies
v1.2.0 #
- add section directives
- update dependencies
v1.0.3 #
- update package manifest
v1.0.2 #
- replace linter
- update dependencies
v1.0.1 #
- support case-insensitive syntax
v1.0.0 #
- add menu icons
- add Run button to success message
- update devDependencies
v0.8.1 #
- make build task the default
- test against Node LTS and latest version
v0.8.0 #
- move to TypeScript
v0.7.3 #
- add support for single-quoted strings
- fix pattern for double-quoted strings
v0.7.2 #
- add support for escaped characters
- fix string pattern
v0.7.1 #
- integrate
yarn.lock
into Travis CI tests
v0.7.0 #
- merge changes from Sublime Text package to grammar
v0.6.1 #
- use local settings in build tasks
v0.6.0 #
- add command to create build task
v0.5.1 #
- fix: wait for document to be saved before compiling
v0.5.0 #
- add Output Channel support for build commands
- add new options
showNotifications
andalwaysShowOutput
- use
spawn
overexec
v0.4.1 #
- make depend on
alefragnani.pascal
v0.4.0 #
- add Inno Pascal language syntax
- add Inno Pascal language snippets
- modify scopes for Inno Setup language syntax
- update devDependencies
v0.3.4 #
- update
gulpfile.js
v0.3.3 #
- add
LICENSE
v0.3.2 #
- add description to install packaged extension (
.vsix
)
v0.3.1 #
- fix typo
- update dependencies
v0.3.0 #
- add build keybinding
v0.2.3 #
- improve warning message
- update description
v0.2.2 #
- fix bug caused by error message
v0.2.1 #
- add build system (that happened in the now deleted v0.2.0)
- remove stray code
- fix invalid JSON
v0.1.2 #
- fix
README.md
v0.1.1 #
- fix
README.md
v0.1.0 #
- first release