- Security fix for https://msrc.microsoft.com/update-guide/vulnerability/CVE-2020-17104, released Nov 10, 2020.
- Add support for configuring the location of
jshint
with thejshint.nodePath
setting. This can be an absolute or relative path. - Add
jshint.packageManager
setting, which can be eithernpm
oryarn
. This adds support forjshint
installed globally with yarn. - Fix for #46 only lint files on disk
- Add support for the
overrides
property in.jshintrc
files. - Add
jshint.trace.server
setting that can be set "off", "messages", or "verbose". When set to "messages" or "verbose", trace information will be shown in thejshint
output panel. Defaults to "off". - Add
JSHint: Show output
command that will open the output panel on thejshint
output channel. Information about where thejshint
library is loaded from and what file is being read for configuration options is shown here. If tracing is on, traces are displayed here as well. - Provide schema for
jshint.options
setting so that completions are given when typing.
- Update dependencies
- Fix for #22
.jshintignore
files incorrectly cached
- Update
vscode-languageserver
andvscode-languageclient
versions