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

Add diagnostics to Stan descriptor #3213

Merged
merged 1 commit into from
Sep 23, 2022
Merged

Add diagnostics to Stan descriptor #3213

merged 1 commit into from
Sep 23, 2022

Conversation

pepeiborra
Copy link
Collaborator

@pepeiborra pepeiborra commented Sep 22, 2022

This has effect only when generating the config schema and won't change anything for the Stan plugin schema at all

This is just for completeness and doesn't have any impact in practice.

```
cabal run haskell-language-server -w ghc-8.10.7 -- vscode-extension-schema

    "haskell.plugin.stan.globalOn": {
        "type": "boolean",
        "default": true,
        "description": "Enables stan plugin",
        "scope": "resource"
    },

```
Copy link
Collaborator

@kokobd kokobd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@pepeiborra pepeiborra enabled auto-merge (squash) September 23, 2022 05:41
@pepeiborra pepeiborra merged commit fd1a7d1 into master Sep 23, 2022
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

Successfully merging this pull request may close these issues.

None yet

2 participants