Skip to content

Tactics misnamed in the config #411

Closed
@isovector

Description

@isovector

vscode-haskell/package.json

Lines 216 to 227 in a09c9be

"haskell.plugin.tactic.globalOn": {
"scope": "resource",
"type": "boolean",
"default": true,
"description": "Enables wingman (tactic) plugin"
},
"haskell.plugin.tactic.config.features": {
"scope": "resource",
"type": "string",
"default": true,
"markdownDescription": "Feature set used by Wingman"
},

These should both be under tactics, not tactic. And also features is deprecated so we can get rid of it!

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