You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
Prior to the 0.10.1 release, the following settings were baked into the editor:
// Control whether jshint is enabled for JavaScript files or not."jshint.enable": true,
// The jshint options object to provide args to the jshint command."jshint.options": {},
Now that there's an official JSHint extension, the following schema support should be added by it rather than including it into the editor:
From @scottaddie on November 22, 2015 4:23
Prior to the 0.10.1 release, the following settings were baked into the editor:
Now that there's an official JSHint extension, the following schema support should be added by it rather than including it into the editor:
I'd argue the same point regarding the JSCS extension. It should add the following to the settings, rather than baking it into the editor:
Copied from original issue: microsoft/vscode#433
The text was updated successfully, but these errors were encountered: