Skip to content

🔧 refactor(config): update type check configuration keys#1392

Merged
harehare merged 1 commit intomainfrom
chore/vscode-typecheck-config
Mar 5, 2026
Merged

🔧 refactor(config): update type check configuration keys#1392
harehare merged 1 commit intomainfrom
chore/vscode-typecheck-config

Conversation

@harehare
Copy link
Owner

@harehare harehare commented Mar 5, 2026

No description provided.

Copilot AI review requested due to automatic review settings March 5, 2026 13:01
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Refactors the VS Code extension’s type-check configuration settings to use a nested mq.typeCheck.* namespace, aligning configuration lookup in the extension with the new keys.

Changes:

  • Updated VS Code extension runtime config lookups to read typeCheck.* keys under the mq configuration section.
  • Renamed contributed settings keys in package.json from mq.enableTypeCheck / mq.strictArray / mq.tuple to mq.typeCheck.*.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
editors/vscode/src/extension.ts Reads type-check settings from the new nested typeCheck.* configuration keys when building mq-lsp CLI args.
editors/vscode/package.json Renames contributed VS Code settings to the new mq.typeCheck.* namespace.

@harehare harehare merged commit 6307a54 into main Mar 5, 2026
8 checks passed
@harehare harehare deleted the chore/vscode-typecheck-config branch March 5, 2026 13:20
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.

2 participants