We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I wrote down the majority of the issue over in the LogicApps repo here : Azure/logicapps#1183
But I noticed this has the actual code for the extension so I'll keep it short here.
e.x.
"terminal.integrated.env.windows": { "PATH": "C:\\Users\\MyName\\.azurelogicapps\\dependencies\\DotNetSDK;${env:PATH}" }
I'm not familiar with VS Code extension but I can see this for example here :
LogicAppsUX/apps/vs-code-designer/src/app/commands/binaries/validateAndInstallBinaries.ts
Line 46 in 7864f5d
Which then calls the UpdateGlobalSetting method here :
LogicAppsUX/apps/vs-code-designer/src/app/utils/vsCodeConfig/settings.ts
Line 34 in 7864f5d
This always updates the workspace settings. It would be much more helpful for these to be written to the user settings at the very least.
Standard (VSCode)
Windows
New Designer
Yes
No response
VS Code
The text was updated successfully, but these errors were encountered:
ccastrotrejo
No branches or pull requests
Describe the Bug with repro steps
I wrote down the majority of the issue over in the LogicApps repo here : Azure/logicapps#1183
But I noticed this has the actual code for the extension so I'll keep it short here.
e.x.
I'm not familiar with VS Code extension but I can see this for example here :
LogicAppsUX/apps/vs-code-designer/src/app/commands/binaries/validateAndInstallBinaries.ts
Line 46 in 7864f5d
Which then calls the UpdateGlobalSetting method here :
LogicAppsUX/apps/vs-code-designer/src/app/utils/vsCodeConfig/settings.ts
Line 34 in 7864f5d
This always updates the workspace settings. It would be much more helpful for these to be written to the user settings at the very least.
What type of Logic App Is this happening in?
Standard (VSCode)
Which operating system are you using?
Windows
Are you using new designer or old designer
New Designer
Did you refer to the TSG before filing this issue? https://aka.ms/lauxtsg
Yes
Workflow JSON
No response
Screenshots or Videos
No response
Browser
VS Code
Additional context
No response
The text was updated successfully, but these errors were encountered: