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
I have connected my local VSCode to my CodeSpace instance.
Going through the initial set up, I found a couple of issues:
Do we generate a classic or fine grained token - I chose fine grained
For the python file that reads the token, I created a test.py in the project root.
in the terminal
- pip install python-dotenv however, on running the script I am getting an error on fromdotenv import load_dotenv
I have seen a error referencing installing .NET 9.0 sdk so I have went through these instructions: install .net
closed VSCode and will retry tomorrow.
The text was updated successfully, but these errors were encountered:
I have connected my local VSCode to my CodeSpace instance.
Going through the initial set up, I found a couple of issues:
-
pip install python-dotenv
however, on running the script I am getting an error onfrom
dotenv import load_dotenv
I have seen a error referencing installing .NET 9.0 sdk so I have went through these instructions: install .net
The text was updated successfully, but these errors were encountered: