- Check if this workspace is trusted when
any-linter.disableConfirmToAllowToRun: true
.
${file}
placeholder is now optional. Default is linting document filename.extraArgs
setting is added. This is useful to support bothsave
andchange
on
setting in one configuration.
- node EINVAL error in Windows when running batch file
- add authorization to run linter and
run
action
- js expression evaluation not finishing when there is a syntax error
- linter is not executed when vscode restores or reloads window
- support
rewriteLine
location inignore
action
- several js expression setting was not correctly handled
- support
rewriteLine
location inignore
action
- migrate from
jexpr
toquickjs
- this is the recovery of downgrades of js expression by
jexpr
quickjs
is running in worker threads
- this is the recovery of downgrades of js expression by
- support user defined placeholders and code actions on
format=lines
- this is rollback from 0.3.0 to 0.2.2 because of vscode does not support esm in production
- migrate from
jexpr
toquickjs
- this is the recovery of downgrades of js expression by
jexpr
- this is the recovery of downgrades of js expression by
- support user defined placeholders and code actions on
format=lines
startColumn
in format is now optional- start of line is used if
startColumn
is unspecified
- start of line is used if
- severity selector option
- lint on open document
eval()
had been used to evaluate condition, but currenly we use https://github.com/justinfagnani/jexpr to safe eval.
- When
change
is used foron
, current editing buffer is passed to spawned process bySTDIN
oepnUri
command was valid even ifuri
is undefined
- Run code action
- extension icon
- js-yaml was not included in published extension
- Diagnostics code actions. Opening URI and inserting ignore comment.
- JSON and YAML output
- make format's regexp accurate and resolution of file path robust
- diagnostic.severity option has been added
- Last result remains when lint success
- Initial release