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

[SQL-bindings] remove watcher for files #20250

Merged
merged 2 commits into from
Aug 5, 2022
Merged

[SQL-bindings] remove watcher for files #20250

merged 2 commits into from
Aug 5, 2022

Conversation

VasuBhog
Copy link
Contributor

@VasuBhog VasuBhog commented Aug 4, 2022

This PR removes the need to watch for the completion of the createFunction file due to upgrades (here) with vscode-azurefunctions as well as past changes.

The main thing I will work on is that we get proper error handling from vscode-azurefunctions createFunction API call when a user cancels out of the quickpick options.

@coveralls
Copy link

coveralls commented Aug 4, 2022

Pull Request Test Coverage Report for Build 2806275142

  • 0 of 2 (0.0%) changed or added relevant lines in 1 file are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage increased (+0.01%) to 42.121%

Changes Missing Coverage Covered Lines Changed/Added Lines %
extensions/sql-bindings/src/services/azureFunctionsService.ts 0 2 0.0%
Files with Coverage Reduction New Missed Lines %
extensions/sql-bindings/src/services/azureFunctionsService.ts 1 80.63%
Totals Coverage Status
Change from base Build 2798489213: 0.01%
Covered Lines: 28168
Relevant Lines: 62510

💛 - Coveralls

exitReason = ExitReason.error;
void vscode.window.showErrorMessage(constants.errorNewAzureFunction(error));
}
// else an error would occur during the createFunction
Copy link
Member

Choose a reason for hiding this comment

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

// an error occurred during createFunction

@VasuBhog VasuBhog merged commit 4ebe4c4 into main Aug 5, 2022
@VasuBhog VasuBhog deleted the vabhog/removeTimeout branch August 5, 2022 23:18
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

3 participants