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

fix: copyPackageJson script development mode #4966

Merged
merged 1 commit into from
May 9, 2024

Conversation

nkomonen-amazon
Copy link
Contributor

Problem:

With the recent addition for the null extension fix in debug mode, we ran the hack during actual packaging of the AWS Toolkit extension. This hack caused the vsix to not work

Solution:

Only run the hack during development. We did this by adding a flag to the handlePackageJson script to do the hack if the '--development' flag is given.

License

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Problem:

With the recent addition for the null extension fix in debug mode,
we ran the hack during actual packaging of the AWS Toolkit extension.
This hack caused the vsix to not work

Solution:

Only run the hack during development. We did this by
adding a flag to the handlePackageJson script to do
the hack if the '--development' flag is given.

Signed-off-by: Nikolas Komonen <nkomonen@amazon.com>
@nkomonen-amazon nkomonen-amazon requested a review from a team as a code owner May 9, 2024 04:08
@nkomonen-amazon nkomonen-amazon merged commit af5876a into aws:master May 9, 2024
14 checks passed
@nkomonen-amazon nkomonen-amazon deleted the copyPackageJsonFix branch May 9, 2024 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants