Is there a way to achieve something similar to "Python: Run Selection/Line in Python Terminal " but where the current line of code, or block of code, ...
Is there a way to achieve something similar to "Python: Run Selection/Line in Python Terminal " but where the current line of code, or block of code, ...
I try to configure Apache Spark PySpark in Visual Studio Code. I install the "Spark & Hive Tools" extension pack on VScode and add Python > ...
I'm looking for official API documentation for various VS Code commands when used as extension points. For example, if I'm building a plugin that will ...
Trying to download the GoLang extension for Visual Studios 2022. When I search for the extension it does not appear. I tried typing in "Go" in the ex ...
I can accept suggestions in code snippets normally in the stable version of VS Code, but not in Insiders version. I think it's because the option edit ...
VSCode's timeline does not work in some of the files My VSCode's Timeline does not record versions of JSONC and JSON files when the Save button click ...
I'm doing udemy course about solidity, and I have encounter this error in Foundry contract: Source "openzeppelin-contracts/contracts/token/ERC721/ERC ...
How to paste the screenshot from clipboard gracefully in VS Code, VS Code will copy this image when the current specified directory and rename it acco ...
I'm currently learning unit testing with C# in VS Code and I'm using the .Net framework, not .Net Core. When I try Assert.Equal(exp, act), I have to f ...
Is there an easy way to reveal the file associated with the "Changes" diffs under the Source Control tab in VSCode? I don't think the Files: Reveal A ...
I have tried several ways to make the UI of a board game and JavaFX seems to be easiest option. So I created a new Java project using Maven in VsCode ...
I'm trying to see if I can use VS Code to connect to the Oracle databases we use at my job. I installed the Oracle Developer tools extension for VS Co ...
Coding C in VS Code on Linux. I use; signal(SIGINT, myhandler); signal(SIGHUP, myhandler); signal(SIGKILL, myhandler); signal(SIGTERM, myhandler) ...
I downloaded visual studio code a while ago but was never able to open it. When I open the app, I get the error "unable to write program user data". W ...
I have a folder called 'outer-folder/intermediate-folder/' that contains multiple contents. How do I remove the intermediate-folder/, moving all the c ...
I would like to make it so that when I'm traversing directories using the integrated terminal, running code . opens the current working directory in t ...
I'm using vs code. I'm running file1.py, it imports a function from file2.py. The file structure is as follows: in file1.py the following works: ...
Since the last Visual Studio Code update, I've got problems with IntelliSense autocompletion. Generally if I want to set a function as a prop (it's th ...
A few days ago Visual Studio Code Powershell terminal started displaying ansi characters in the path. This does not happen for bash or cmd terminal. ...
I tried to install flask in vs code in a virtual environment but I am getting some SSL error. When from my virtual environment, I try to install flask ...