-
Notifications
You must be signed in to change notification settings - Fork 29
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 dmypy status file setting #347
Conversation
package.json
Outdated
"mypy-type-checker.daemonStatusFile": { | ||
"default": "", | ||
"markdownDescription": "%settings.daemonStatusFile.description%", | ||
"scope": "resource", | ||
"type": "string" | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can add "tags": ["experimental"]
to mark a setting a experimental in the UI
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added a33124c
a33124c
@microsoft-github-policy-service agree company="Close" |
Is anything else needed for this PR to merged? |
a33124c
to
0fb0ce3
Compare
Pull request was closed
Closes #332
As suggested in the issue, adding
daemonStatusFile
setting, which allow setting custom status file, so that dmypy can be reused outside the extension.