visual-studio-code
How to change target framework of a .net core project from netstandard2.1 to netcoreapp3.1 in VS Code
I have a web app solution created on vs code, in which I have 4 project.
One project, named “core.csproj” is targeted framework as: netstandard2.1
WebApi project, can’t reach localhost via Visual Studio
I have a basic WebApi project (Microsoft Weather Forcast example)
How do I properly serve images from the wwwroot to razor pages in a “Page” subfolder?
I have a JavaScript function that creates a fading slideshow. It uses images in the directory:
Vscode keeps moving my commented lines on save
Everytime I save my python project, it keeps moving my comments away from my flask routes by two lines.
VSCode — how to set working directory for debugging a Python program
How do I run a Python program under debug and set the working directory for the run?
How can I set up a virtual environment for Python in Visual Studio Code?
In my project folder I created a venv folder:
Activating Anaconda Environment in VsCode
I have Anaconda working on my system and VsCode working, but how do I get VsCode to activate a specific environment when running my python script?
