Skip to content

[ESLint v8 Beta] missing rule documentation links #1335

Closed
@mdjermanovic

Description

@mdjermanovic

vscode-eslint version: v2.1.25
eslint version: v8.0.0-beta.2

When I open a file with linting errors, those rules have documentation links:

image

If I add some code that produces linting errors from other rules, those rules don't have links:

image

Steps to reproduce:

  1. Clone https://github.com/mdjermanovic/vscode-docs-url
  2. npm install (use --force if necessary)
  3. Open this folder in VSCode and open index.js. There will be one linting error.
  4. Add bar without semicolon. There will be three linting errors, but semi doesn't have a link.

I'd guess this is because only URLs from the first run are stored.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions