Closed aabounegm closed 1 year ago
Great, thank you! I think proper documentation is needed. How do I configure this locally? Do I need to configure it?
By the way, I think it would be good to have CI check npm i && npm run compile
as well as vsce package
?
How do I configure this locally? Do I need to configure it?
You do not need to configure it. It defaults to null
, which means to just use rzk
(and expect it to be on the PATH
). If you want to test with a particular version during development, for example, just go to the settings and set the path:
If you meant "locally" to one specific project, just override it in .vscode/settings.json
in that project
By the way, I think it would be good to have CI check
npm i && npm run compile
as well asvsce package
Sounds like a good idea, but should it be part of this PR?
Sounds like a good idea, but should it be part of this PR?
Yes, please, extend README with the documentation about configuration options (we have one for now, but perhaps we will have more in the future).
Resolves #19