How do I install correct version of NodeJS? – Reactjs
I'm very new to coding, and am using Linux Pop! OS. I'm working on a project with React and NodeJS and npm, but it says I have to have at least the 14th version of Node to create a React…
I'm very new to coding, and am using Linux Pop! OS. I'm working on a project with React and NodeJS and npm, but it says I have to have at least the 14th version of Node to create a React…
I would like to debug server side code (+server.svelte) code in VS code but cannot work out how.
Is there any keyboard shortcut to jump between headers when editing a Markdown file in Visual Studio code? It could be using an extension or (hopefully) without any. I am using MacOS.
Recently got a new laptop, with that needed to transfer over my programs and projects. I made and then cloned a private repository on GitHub onto my new laptop, however anytime I run a program that needs to access any…
In order to remove file path displayed in Terminal of VsCode I use print("33c") at the first line of each of my Python script files. Is it possible to make this line be the first line of each Python script…
I am coding on an M2 Macbook Air, and when right clicking on the termial in VS Code, I see 2 commands: kill terminal and clear. What is the difference between both? They seem fairly similar.
I get this error when I run sklearn to train on a very large dataset. If the dataset is small, it works, but if it is above a threshold, the kernel crashes. Error: info 16:24:11.630: Process Execution: > ~/miniconda3/envs/auto-sklearn/bin/python -m…
Is there a way to force VSCode to use CPU/SW rendering? I am currently working with 3D graphics program (Daz Studio), it extensively uses GPU for asset rendering and needs every bit of my 6GB GPU memory. I mainly use…
I'm using VS Code to debug Chrome. When I set a breakpoint in VS Code and refresh the page, the page doesn't load and the request keeps pending. I noticed that if I don't refresh the page, the breakpoint debugging…
I am working in Visual Studio Code and I have a very large JSON file to which I would like to make some edits. In all instances where I have a line that starts "category": I would like to find…