top left of vscode Sorry kind of new to using git. As shown in the picture, I am trying to get rid of/remove the source control repo. Took a look around and cou
Earlier it used to create the .exe files whenever I hit the F5 button to debug the code. But now for some reason I am unable to get it right and I messed up wi
I am trying to set some labels and the caption of my dataframe using mathjax, but it doesn't render in vscode. For example, when I do import pandas as pd test =
My code and Visual Studio Code's error message: Why in Visual Studio Code I can't compile Pascal file but it working properly on FPC IDE or Sublime Text 4 with
Using node,vscode, Create-10k- NFT-Collection My baseUri is not updated. I’m a newbie but I have tried reading and looking through help sections. Here is
I have a Rust (2021) lib. It compiled fine. I added a build.rs file with this in it: extern crate cbindgen; use std::env; fn main() { let crate_dir = env:
I use Visual Studio Code on Rasberry Pi. I tried to sync data today and received an error asking me to upgrade to VSC v.1.66 (currently on v.1.65). I can't see
I want to show some help tips, and modify some files in config Example /** * Fix some issue * * @link file://$(workspaceFolder)/node_modules/xxxxxx/dist/inde
On the OSX Finder right-click (control-click) menu, I see: Selecting older versions actually seems to run the older version. I have only one package, named "Vi
I am so used to the Jupyter Notebook on the browser, that I feel VSCode's Jupyter Notebook cells are so wide. I was wondering if there is any way that I can red
I am using VSC with pytest to debug my code. This worked fine until I added a submodule which I used in the past. The Codebase in the submodule has not the same
I'm coding in VSCode and while it isn't really necessary, sometimes i would find it useful if auto completion would add an opening bracket when for example auto
I'm coding in VSCode and while it isn't really necessary, sometimes i would find it useful if auto completion would add an opening bracket when for example auto
I'm new to VScode and Flutter development. I'm attempting to install and run an android emulator in VScode without installing Android studio. The following is t
I am trying to connect a little Java App to a SQL Server database using Visual Studio Code. This is my code: import java.sql.*; public class App { public st
tokenColorCustomizations does not stick with dart, I can change JSON file but the color does not stick to it.
So I just upgraded python to 3.10 for the new features, and when I do import sys; sys.version using the ipython console in vs code, it prints python version 3.1
So I just upgraded python to 3.10 for the new features, and when I do import sys; sys.version using the ipython console in vs code, it prints python version 3.1
When trying to lookup some modules, I am having an issue from VS Code where the error pictured below indicates that my GOPROXY is set to off, but when I run go
export class Patient { icNumber: string; fullname: string; password: string; birthday: Date; gender: string; address: string; email: string; ph