Category "visual-studio-code"

The remote host may not meet vs code server's prerequisites for glibc and libstdc++ vscod

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

Command 'Python: Select Interpreter' resulted in an error (command 'python.setInterpreter' not found)

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

Not able to pip install web3 on my VS Code terminal due to Visual C++ error

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

Ignoring axios error for invalid certificates when creating a vscode extension

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.

Unable to debug Python Azure function in VS Code IDE. Getting connect ECONNREFUSED 127.0.0.1:9091 error

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's Outline view to show what is public/private?

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's Outline view to show what is public/private?

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 not working in VSCode - OmniSharp Error

Intellisense has stopped working for me and whenever I run VSCode this error comes up in the OmniSharp Log. [warn]: OmniSharp.MSBuild.ProjectManager Fai

why GDB crushed in VScode when I click rigester button?

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,

Can't Run Java in VSCode?

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

Is there a way to fix the issue of Vscode freezing up in few seconds or minutes after its opened

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

VS Code can't catch breakpoint in unity3D

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

Debugging NASM in VS code

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

VS Code Customize Tab Colors

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?

Why does the type-hinting for enum show an error on VS Code?

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

Visual Studio Code asking to authenticate 'Default keyring' everytime I start

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

VS Code Showing Publish Branch Button When Branch Was Already Pushed

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

Build error in Go/Golang: Column does not implement gorm.ColumnType (missing AutoIncrement method)

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

Why do my files in vscode keep being deleted after trying to execute them?

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

Cannot get gfwl source package to work in vscode

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