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

Remove all usage of /m flag #482

Closed
wants to merge 2 commits into from
Closed

Remove all usage of /m flag #482

wants to merge 2 commits into from

Conversation

nturinski
Copy link
Member

This is a hotfix for these issues:

microsoft/vscode-azureappservice#942
microsoft/vscode-azurearmtools#206

I wanted to leave them commented in so it'd be easy to reimplement later, but I'm opened to just removing the code.

It's based off this release e727f16 which both Azure App Service and ARM are using.

@nturinski nturinski requested a review from a team as a code owner April 18, 2019 22:03
Copy link
Contributor

@ejizba ejizba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So we don't want this change based off master or going into master. We want to create a hot fix release of the ui package based on the version last shipped with our extensions.

Based on that - you would create a new rel/0.20.5 branch based off of v0.20.4-ui. Talk to me offline if you need more help on how to create a hot-fix release.

function getCallstack(error: { stack?: string }): string | undefined {
// tslint:disable-next-line: strict-boolean-expressions
const stack: string = error.stack || '';
// temporarily disable for extension activation hotfix
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: It's better to use /* */ comments so you get fewer changes

@nturinski
Copy link
Member Author

As per PR advice, closing this in favor of rel branch https://github.com/Microsoft/vscode-azuretools/tree/rel/0.20.5

@nturinski nturinski closed this Apr 18, 2019
@nturinski nturinski deleted the nat/uiFix branch April 18, 2019 23:03
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.

3 participants