chrishasz / spgo

SPGo: A Lightweight, Open Source, SharePoint IDE for Visual Studio Code
https://www.chrishasz.com/spgo
MIT License
60 stars 11 forks source link

Configure Workspace not working on MAC OS BigSUR #151

Closed MudasirAshraf closed 2 years ago

MudasirAshraf commented 2 years ago

Hi Chris,

Thanks for your efforts. I want to know whether Mac OS BigSur is supported as i tried SPGo but no luck. It is stuck at configure workspace, no error and nothing happens. It just does not move an iota, i just see message activating extensions when i click configure workspace and the message disappears after 3 secs without anything (I simply can't see screen where we enter url and select other required options)

chrishasz commented 2 years ago

Hello @MudasirAshraf -

Thanks for using SPGo. I just tested the Configure Workspace command SPGo just now with an empty project folder and it was successful.

Regarding your issue, two questions:

  1. Are you running the Configure Workspace command from a Visual Studio Code window that is scoped to a folder (e.g. you selected the File -> Open... command from the VSCode menu and then opened a folder via the finder window?
  2. Sometimes error messages are hard to find in VSCode output window- you need to make sure that SPGo is the selected output context in the top-right of the output window. If there is anything printed there, feel free to post it as a response here and I can help.

Let me know if this helps resolve your issue.

MudasirAshraf commented 2 years ago

Thanks Chris, yes you figured it perfectly. #1 was the solution. I was running it without scoping to a folder, the moment i scoped it to a folder it worked as expected. Thanks for your guidance, i am marking the issue as closed...

chrishasz commented 2 years ago

I'm glad this was easy to resolve!