microsoft / vscode-azurefunctions

Azure Functions extension for VS Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurefunctions
MIT License
291 stars 132 forks source link

"Create Function Project" does nothing #4162

Open Prinsn opened 4 months ago

Prinsn commented 4 months ago

Does this occur consistently? Yes Repro steps: Try to "Create Function Project" by any method: Workspace, Get Started, or "Azure Functions: Create New Project.."

Select a Folder

Nothing happens other than windows explorer file selection modal closes

No errors, no project, no state change, nothing opens, no logging windows contain any information that anything happened, project step throuhg doesn't progress, nothing created in folder, nothing changes in VSC

No action to take other than make this issue

Version: 1.15.0 OS: win32 OS Release: 10.0.19045 Product: Visual Studio Code Product Version: 1.89.1 Language: en

nturinski commented 4 months ago

Could you try running the command after you've already opened the folder that you want to create a project in?

When you open the folder in VS Code, it may ask you if you trust the workspace. Assuming that you do trust your own workspace, please say yes.

Prinsn commented 4 months ago

Following that first step of getting VSC to prompt for trusting seems to be the missing aspect

MicroFish91 commented 3 months ago

We can investigate adding logic to help users that have a similar situation