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 option to disable warnings for unassigned globals #502

Closed
mark-wiemer opened this issue Sep 17, 2024 · 1 comment
Closed

Add option to disable warnings for unassigned globals #502

mark-wiemer opened this issue Sep 17, 2024 · 1 comment
Assignees
Labels
AHK v2 exclusive to AHK v2 enhancement new feature or request good first issue good for new contributors

Comments

@mark-wiemer
Copy link
Owner

Yellow namespacing errors can't be conclusive due to the convex nature of AHK includes.

This is very true! It's provided by this line of code and I should be able to configure a setting to disable this :)

https://github.com/mark-wiemer-org/vscode-autohotkey2-lsp/blob/a99fd09eb55b6516bc3f334f5bea41ed9dec62c2/server/src/symbolProvider.ts#L60

Originally posted by @mark-wiemer in #494 (comment)

@mark-wiemer mark-wiemer added enhancement new feature or request good first issue good for new contributors AHK v2 exclusive to AHK v2 labels Sep 17, 2024
@mark-wiemer
Copy link
Owner Author

mark-wiemer commented Sep 17, 2024

Simply toggle VS Code settings (Ctrl + ,) > ahk++.v2.warn > varUnset > false :)

@mark-wiemer mark-wiemer self-assigned this Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AHK v2 exclusive to AHK v2 enhancement new feature or request good first issue good for new contributors
Projects
None yet
Development

No branches or pull requests

1 participant