-
Notifications
You must be signed in to change notification settings - Fork 26
feat: add new property argsString #139
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
Conversation
Hmm, I like this, since it takes parsing away from extension :) Did you test the case where |
I forgot to say, it is WIP. I should at least test it more extensively. |
I'm using this to test: |
Tested, and now it works. However, the solution is a bit clunky.
|
@rogalmic what do you think now? |
I would prefer to additionally handle empty See how args are handled:
|
And also perform the argsString validation at extension.ts.
Fixed due to your comment, way better indeed. I also used a new approach for your argument parsing. |
I think this is now ready for you to review, or test. I suggest merging this PR using squash. |
OK, looks very good. I will merge this to master, then test a bit. Afterwards it will be released. It will be available for manual install* under
|
Awesome, I'm already using it! 👍 |
Fixes #138