Creating Azure Logic Apps from VS Code
See original GitHub issueDoes this occur consistently? YES Repro steps:
- Under Azure Logic App (Standard) Extension, Create new project
- Choose Statefull
- Type name
- Enter
Action: azureLogicAppsStandard.createNewProject Error type: Error Error Message: Unable to write to Workspace Settings because azureFunctions.suppressProject is not a registered configuration.
Version: 1.0.4 OS: win32 OS Release: 10.0.19043 Product: Visual Studio Code Product Version: 1.59.1 Language: en
Call Stack
E.toConfigurationEditingError workbench.desktop.main.js:1979:18781
E.validate workbench.desktop.main.js:1979:21573
E.doWriteConfiguration workbench.desktop.main.js:1979:15186
Object.factory workbench.desktop.main.js:1979:15020
d.consume workbench.desktop.main.js:68:16672
vscode-file:/workbench.desktop.main.js:68:16487
d.queue workbench.desktop.main.js:68:16411
E.writeConfiguration workbench.desktop.main.js:1979:15005
E.writeConfigurationValue workbench.desktop.main.js:1979:44591
vscode-file:/workbench.desktop.main.js:1979:30749
E.updateValue workbench.desktop.main.js:1979:30737
processTicksAndRejections task_queues.js:93:5
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Create Standard workflows with Visual Studio Code
Create a Standard logic app workflow in single-tenant Azure Logic Apps using Visual Studio Code. Article; 07/21/2023; 12 contributors. Feedback ...
Read more >Logic App development with VS Code | by Our Cloud School
2. Install required Extensions · 4. Connecting to Azure subscription · 5. Creating Logic app project & designing Workflows.
Read more >Create Logic Apps using Visual Code
In this article, you will learn how to Create Logic Apps using Visual Code. You can use either Visual Studio 2017 or 2019...
Read more >Build Azure Logic App using Visual studio code
To create a new Logic App we just need to, right-click on the Subscription and then select Create Logic App. Create Logic App....
Read more >How to use the VS Code Logic Apps extension to create ...
# Create a stateless Logic App workflow with VS Code · When the extension is installed, select the Azure menu in VS Code...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes, Installed the following and it worked.
I experienced this by not having the Azure Functions Core Tools installed before. I resolved it by installing the tools prior to creating the project.