I was working on the host server. Everything was great till yesterday and today when I start my server, suddenly error occurs in VS code. And my server is not c
I have been using VSCode for a while and so far everything was good. Yesterday I created a new django project with it's own virtual environment. However, someth
I'm trying to install web3py via pip in Visual Studio Code but I am getting an error: Microsoft Visual C++ 14.0 is required. I tried installing build tools f
I am currently working on a Visual Studio Code extension that makes HTTPS GET requests and I am trying to ignore invalid certificates e.g. expired certificates.
I am trying to debug Azure functions python code using VS code IDE. Local.settings.json is updated with below config "AzureWebJobsStorage": "UseDevelopmentStora
Can I configure Visual Studio Code to show in the Outline panel what the members and methods are in the sense of Public and Private? If so, how? IntelliJ would
Can I configure Visual Studio Code to show in the Outline panel what the members and methods are in the sense of Public and Private? If so, how? IntelliJ would
Intellisense has stopped working for me and whenever I run VSCode this error comes up in the OmniSharp Log. [warn]: OmniSharp.MSBuild.ProjectManager Fai
What's this "register" button used for when debugging in VScode? When I click it, GDB crushed and I don't know why.If I want to check registers when debugging,
What would cause VS Code to not run java debugging or show any output for java? The JAVA_HOME variable is set, in both the user environment and in the VSCode se
I have been going back and forth searching why and how to fix this particular problem regarding Vscode freezing up my whole working space including the host, wh
Generally, when I want to debug, I just need to set breakpoint, run debug in VSCode and then get in Play Mode in Unity3D, if it captures any break point, the Un
I have a simple C++ program that calls some NASM code: main.cpp: #include <iostream> extern "C" int foo(); int main() { std::cout << "The result
How do I change VS Code tab colors? Is there an attribute in settings.json (i.e. a corollary to "tab.activeBorder": "#18aa83") for background color?
I've run into an issue where the expected return type (Enum) and the actual return type do not match, even though they should. The weird thing is that depending
I started using Linux lite 5.0 on my laptop last month. (I am fairly new to the Linux enviroment, just migrated from Windows 10). So I installed Visual studio C
I used VS Code terminal to create a new branch, and then pushed the commit to GitLab. I've confirmed on my GitLab account that the branch was successfully pushe
I am facing this build error in Golang V1.17 intermittently. # gorm.io/driver/mysql ../../../../pkg/mod/gorm.io/driver/[email protected]/migrator.go:224:24: cannot u
I am currently learning to code with python in vscode but recently I have been having problems with file seemingly deleting themselves after attempted execution
I wanted to learn OpenGl because I was just getting into c++ and I thought it would be cool to learn but now I'm stuck and I don't know what to do. So basically