You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
okay so I attempted to setup a devcontainer fo the StocksUpdateNotificationBot.
Started with the Azure Functions & Node.js template and added "TeamsDevApp.ms-teams-vscode-extension" extension, rebuilt the container.
However when using the Teams Toolkit extension to configure a new teams app it only appears to work with the default location:
/home/node/TeamsApps/ and when I try and select the /workspaces/ path the teams toolkit extension just exits and doesn't provide me with the option to create the app.
Now this works but the filesystem at the /home/ location is not mapped outside the devcontainer so I am unable to map this to the local filesystem for source control etc.
Hi awesome folks,
Are there any plans to have devcontainer support for these FX samples in the future?
I personally won't install node locally and would prefer to use devcontainers/codespaces to develop/test/debug any projects I work on.
Happy to have an attempt at creating a devcontainer if it's possible.
The text was updated successfully, but these errors were encountered: