matej/vscode-diagnostics-comment-awareness#467
Conversation
🦋 Changeset detectedLatest commit: 608a027 The changes in this PR will be included in the next version bump. This PR includes changesets to release 0 packagesWhen changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
| expect(diagnostics).toEqual([]); | ||
| }); | ||
|
|
||
| it('ignores parser-style ignored decorator comments', () => { |
There was a problem hiding this comment.
Not sure about this. The real loader will explode when it sees this with an "unknown decorator" kind of error. Maybe we should allow them as noops since they are common though. But either way it should match.
| @@ -0,0 +1,2 @@ | |||
| --- | |||
There was a problem hiding this comment.
you can add a changeset with the vscode extension tagged. It will merge them all up when we publish together
Summary
@@decoratoror@type=...from triggering VS Code diagnostics/type validationTest plan
bunx vitest packages/vscode-plugin/test/diagnostics-core.test.tsbun run lint:fixExamples: