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): Remove cwd from workspace path #6508

Merged
merged 5 commits into from
Jan 30, 2025

Conversation

ccastrotrejo
Copy link
Contributor

@ccastrotrejo ccastrotrejo commented Jan 29, 2025

Type of Change

  • Bug fix
  • Feature
  • Other

Current Behavior

Since we opted in for the default workspace behavior approach, the extra directory in the "CWD" property when trying to run and debug the logic app was causing issues and the logic app wasn't able to run in vscode

New Behavior

The run and debug task is now able to handle the workspace behavior and now the logic apps can be run

Impact of Change

This is not a breaking change

Test Plan

We figure out this issue was happening from the development team, this issue didn't make it to production. However this issue would have been a blocker to release since as for now this is tested by manual vendor testing.
For future references, I will see if I can test this in unit tests, in the meantime I am still takin a look on how to implement e2e tests for the extension

Screenshots or Videos (if applicable)

@ccastrotrejo ccastrotrejo enabled auto-merge (squash) January 30, 2025 00:51
@ccastrotrejo ccastrotrejo merged commit a14dc0d into main Jan 30, 2025
12 checks passed
@ccastrotrejo ccastrotrejo deleted the ccastrotrejo/fixWorkspaceDirectory branch January 30, 2025 00:51
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.

4 participants