Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spurious 'multiple schemas match' warning? #62

Open
ariane-emory opened this issue Mar 15, 2024 · 0 comments
Open

Spurious 'multiple schemas match' warning? #62

ariane-emory opened this issue Mar 15, 2024 · 0 comments

Comments

@ariane-emory
Copy link

I have set the following simple configuration for the extension:

  "prettifySymbolsMode.substitutions": [
    {
      "language": "rust",
      "substitutions": [
        {
          "ugly": "fn",
          "pretty": "λ",
          "style": {
            "color": "#8d8"
          }
        }
      ]
    }
  ]

Functionally, this configuration appears to work as intended, but it result in a "Matches multiple schemas when only one must validate." warning. How can I resolve the issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant