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
There are times when I want to be able to ignore errors or warning that may not be applicable to me.
Having the ability to "ignore" certain lines/blocks/files of code would be useful as it allows developers to focus on the their "real" warnings/errors.
Suggested Solution
Implementing a // @ts-ignore or ESLint ignoring-like functionality would be ideal. Customers can markup code/files they wish to have the extension ignore.
The text was updated successfully, but these errors were encountered:
turbolent
changed the title
Support Ability To Ignore Warning/Errors/Lines Of Cadence Code
[LS] Support Ability To Ignore Warning/Errors/Lines Of Cadence Code
Jul 13, 2022
Issue To Be Solved
There are times when I want to be able to ignore errors or warning that may not be applicable to me.
Having the ability to "ignore" certain lines/blocks/files of code would be useful as it allows developers to focus on the their "real" warnings/errors.
Suggested Solution
Implementing a
// @ts-ignore
or ESLint ignoring-like functionality would be ideal. Customers can markup code/files they wish to have the extension ignore.The text was updated successfully, but these errors were encountered: