-
Notifications
You must be signed in to change notification settings - Fork 8
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
disallows the user from choosing the add menu option on an uncompiled file #420
Conversation
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.
I don't think this will work - should hit as is. Also needs CHANGELOG.md.
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.
Thinking about this more, a few things I'd like to test:
What do we currently do if you try to add a whole package to source control? Will this break it? What about multiple selection of items? Does this work in VSCode or just Studio?
Also would be great if we could clean up the itemName parsing a little bit to make it more readable; Pravin pointed to Type()
for this.
Henry refactored to use Type() and tested adding a whole package to source control.
Fixes #405