Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Pass compile options in config #37

Open
ClementWalter opened this issue Jul 12, 2022 · 1 comment
Open

Pass compile options in config #37

ClementWalter opened this issue Jul 12, 2022 · 1 comment

Comments

@ClementWalter
Copy link

Following the setup explained in https://github.com/starknet-edu/starknet-debug it is possible to write valid code with forbidden hints (e.g. prints for debugging).

So it could be nice to pass options to the compiler, such as disable_hint_validation because otherwise nothing else is checked (as soon as an error is found, the compilation ends and the add-on doesn't show any following error).

@ericglau
Copy link
Owner

ericglau commented Jul 12, 2022

You can disable hint validation for specific file patterns using the disableHintValidation setting (search for this in the VS Code settings). See #34

Are there other options that you want to pass to the compiler?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants