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 Sep 6, 2021. It is now read-only.
Some linting providers (most notably JSHint) may report negative line number Indicating general provide problem. For example, it may happen when there's an internal code inspection provider (e.g. configuration file is broken). Currently, it causes a crash in code inspection:
Uncaught TypeError: Cannot read property 'length' of undefined CodeInspection.js:312
While there's a protection against NaN (recently added), there's no check for negative numbers so that code snippet could be retrieved from the current editor.
The text was updated successfully, but these errors were encountered:
Some linting providers (most notably JSHint) may report negative line number Indicating general provide problem. For example, it may happen when there's an internal code inspection provider (e.g. configuration file is broken). Currently, it causes a crash in code inspection:
While there's a protection against NaN (recently added), there's no check for negative numbers so that code snippet could be retrieved from the current editor.
The text was updated successfully, but these errors were encountered: