I don't know much about coding myself but I followed someone's video (specifically this video:https://www.youtube.com/watch?v=tQjpv0OO5pA) on how to make embeds
I am trying to start the development server on a React project that I have not worked on for a long time. Upon running npm install and npm start I received the
With a new work laptop running Windows 10, I have installed git, Visual Studio Code and Visual Studio 2019. After making some test changes to code in from my pe
I'm trying to create a folder called 'a' within a project that I'm currently in in VSCode. Within this folder, I am trying to create a file called Solution.java
In Intellij the shortcut for showing official Javadoc is CTRL+q. Any shortcut to do this in VSCode?
Developing javascript in vscode, I see this error on line const Koa = require("Koa");: File is a CommonJS module; it may be converted to an ES6 module. ts(8
I was wondering if there is a library like Eslint for Flutter/Dart that will automatically insert semicolons and trailing commas when I save the file. FLutter V
For python jupyter notebooks I am currently using VSCode python extension. However I cannot find any way to use alternative kernels. I am interested in jupyter
In order to define my environment variables in a single place a configured a task in which a run a shell script. The task is run as preLaunchTask in my launch.j
I'm new and still trying to figure out how to configure my development environment. I'm getting an error when using the touch command in Visual Studio Code. I c
I have 2 github account X (professional one) and Y (personal one). On my personal computed, I used both account, with Visual Code. But now, when I try to push
I am very much new to GCP & Node JS, recently I started working on a cloud function development in Nodejs.I researched many websites to begin my development
You can see that it put multiple cursor at #customers and change them at the same time: https://youtu.be/hson9BXU9F8?t=885 How to achieve that in VSCode?
Failed to start the Kernel. Failed to start the Kernel 'wonyong (Python 3.8.8)'. View Jupyter log for further details. listen EFAULT: bad address in system ca
The "pop up" dialog box is essentially preventing me from using the VS code editor, as the constant "prompting" means that I can't type anythi
i have tried but didnot find a way to search and replace in vscode with the vim keybindings plugin. The vim console doesn't take regular vims search and replace
I am on windows 10 and my default shell in vscode is git bash which is used by all tasks. For a specific task, I want to use powershell. Is this possible
Is this extension ready for general use? I am constantly battling with runtime and tooling trying to catch up with itself and the following error occurs frequen
I'm trying to make a simple node.js app in VS Code. All im trying to do is: const name = "Tom"; console.log("Hello " + name); When I run the code, I get the er
I have a couple of header files that call functions from DLL files, and I was wondering how I could provide the link for the header files and DLL files to commu