Category "visual-studio-code"

Images not showing up on Opensea, unable to update

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

VSCode says "Failed to run custom build command" on cbindgen, but it actually works

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:

Is Visual Studio Code v.1.66 available on Rasberry Pi OS?

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

May I link a relative path in some comments?

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

VS Code shows multiple versions on Finder control-click (right-click) action on MacOS

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

How do I change the default cell width of a notebook?

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

Ignore submodules for pytest in vsc

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

VSCode C/C++ IntelliSense automatic opening brackets

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

VSCode C/C++ IntelliSense automatic opening brackets

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

Unable to install and run Android Emulator for VSCode without Installing Android Studio

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

Connection with SQL Server: java.sql.SQLException: No suitable driver found for jdbc:sqlserver

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

How to use tokenColorCustomizations VS Code text color changer in dart?

tokenColorCustomizations does not stick with dart, I can change JSON file but the color does not stick to it.

Using python 3.10, but pylance still says "alternative syntax for unions requires python 3.10 or newer?"

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

Using python 3.10, but pylance still says "alternative syntax for unions requires python 3.10 or newer?"

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

module lookup disabled by GOPROXY=off, but go env shows GOPROXY is set

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

Property has no initializer and is not definitely assigned in the constructor (when declaring new variables in typescript)

export class Patient { icNumber: string; fullname: string; password: string; birthday: Date; gender: string; address: string; email: string; ph

Emmet for React.js Classes: "styles.something"

I am a React developer using VSCode. When you type .hello, it inserts<div className="hello"></div>. However, that is useless because my classes are

Adding Javalin dependencies

I'm trying to use Javalin in my project and I can't seem to understand how to add the needed dependencies in order to work with Javalin without compliation erro

Is there a way to turn off, completely, the ability to Font Zoom in vscode?

I often find myself accidentally zooming editor font size in Visual Studio Code. After scrolling there seems to be a slight continuation even though I'm able to

How to install and use Scrapy within a TERMINAL opended within Visual Sudio Code under Windows 10?

within the TERMINAL window having the prompt PS C:\Rolf\py_scripts I have run pip install scrapy I got the message Successfully installed Automat-20.2.0 PyDisp