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(vscode): Update functions extension bundle to workflows #4986

Merged
merged 2 commits into from
Jun 15, 2024

Conversation

ccastrotrejo
Copy link
Contributor

@ccastrotrejo ccastrotrejo commented Jun 14, 2024

This pull request primarily focuses on refactoring the apps/vs-code-designer codebase to replace the usage of defaultBundleId with extensionBundleId. This change is reflected across multiple files and functions.

  • The debugSymbolDll import statement now includes extensionBundleId and the bundleFolder path now uses extensionBundleId instead of the hard-coded string.

  • The defaultBundleId import has been removed and replaced by extensionBundleId in all instances. This includes changes in the getBundleFeed, getBundleDependencyFeed, and addDefaultBundle functions.

  • The defaultBundleId constant has been removed.

@ccastrotrejo ccastrotrejo merged commit d942192 into main Jun 15, 2024
12 of 13 checks passed
@ccastrotrejo ccastrotrejo deleted the ccastrotrejo/defaultExtensionBundle branch June 15, 2024 01:05
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.

2 participants