Skip to content

Tactics misnamed in the config #411

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

Closed
isovector opened this issue Jul 19, 2021 · 0 comments · Fixed by #413
Closed

Tactics misnamed in the config #411

isovector opened this issue Jul 19, 2021 · 0 comments · Fixed by #413

Comments

@isovector
Copy link
Contributor

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!

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 a pull request may close this issue.

1 participant