VSCode source control diff view - ignore metadata/outputs
When dealing with .ipynbs and comparing before committing from the source control tab, it shows metadata and output differences:I really don't care about these; I only want to know if the Input has...
View ArticleHow to prevent vscode stopping where there is no breakpoint
I use VS Code for almost all of my PHP debugging, and almost all of my applications have the following attributes:Inclusion of "require_once('vendor/autoload.php') ;" (this is Composer stuff)Inclusion...
View ArticleHow to debug external libraries in vscode-jupyter cell debugger?
I am using VS Code with #%% in the python files which allows me to execute cells in the interactive console. It also allows me to debug cells. However, it doesn't allow me to debug external libraries...
View ArticleVSCode extension for C/C++ Linux for g++ and gcc [closed]
What is the VSCode extension for C/C++ Linux for g++ and gcc?
View ArticleVS Code is not able load dependencies into project using my own gradle plugin
`VS Code is not able load dependencies into project using my own gradle plugin called abc.gradle.myPlugin.this plugin has groovy code to load all dependencies, It is not working VS Code. VS Code is...
View ArticleSharing VS Code Profiles with Automatic Updates
I coach a middle school robotics team. We use VS code for programming and github for sharing. I have a VS Code profile created that I have exported to our team repo, so I can grab that and very quickly...
View ArticleIntellisense not triggering in VSCode for Dart/Flutter
In the last week or two IntelliSense has just stopped automatically triggering for the flutter project that I'm working on. If I hit cmd+space the IntelliSense menu will pop up with the correct items...
View ArticleHow do I make VSCode JavaScript import snippet use single quotes?
The VSCode setting "javascript.preferences.quoteStyle": "single" did not work for me and I'm still getting double quotes in my JavaScript snippets as shown in the picture:Is there a way I can make...
View ArticleVSCode opening files over the top of others
when I'm trying to open index.js and app.js they don't open beside each other. one opens over another, not separately. how to fix this?
View ArticleHow do I change the cursor in VS Code?
Somehow I ended up with a block/square cursor in VS Code. What is the setting name, and how do I go back to the pipe cursor?Note that it's not "overtype" mode: I can type before other characters and it...
View ArticleHow to disable snippet highlighting in VSCode?
In VSCode If you create a snippet containing $ spots, it will highlight the text.I find the bright highlighting very annoying and want to disable it without pressing escape or clicking away.This was...
View ArticleError Building VScode - Code OSS Source into .deb Package on Ubuntu 20
Distributor ID: UbuntuDescription: Ubuntu 24.04.2 LTSRelease: 24.04Codename: nobleWhen I was building the VSCode source code into a .deb package on Ubuntu , I executed the command:npm run gulp...
View ArticleIn a Windows VM the local instance of VS Code renders very poorly while a...
I am accessing a Windows VM on a real Windows 10 machine via Horizon VMWare.Inside the VM most windows and other elements render nice and smooth (I guess) due to antialiasing.However VS Code (version...
View ArticleUnknown at rule @tailwind css(unknownAtRules) - Tailwind error
I am unable to see the output on the display due to this problem. How can I fix this issue? I have already spent a lot of time trying to solve it, so can anyone provide a solution?@tailwind base; /*...
View ArticleVS Code GitHub Auth Not Working on Linux due to GNOME Environment OS Keyring...
I'm trying to login to GitHub on VS Code on Ubuntu, but I'm getting the error:You're running in a GNOME environment but the OS keyring is not available for encryption. Ensure you have gnome-keyring or...
View ArticleHow do I let someone else run a Flask app (app.py) using VS Code's live share?
How do I make a guest run a program? I turned on guest command control, but the button didn't appear for the guest. I also tried to enable that for the guest but the button didn't appearDoes anyone...
View ArticleCucumber (Gherkin) Full support extension for VS Code was unable to find step...
I'm using VS Code and Cucumber extension https://marketplace.visualstudio.com/items?itemName=alexkrechik.cucumberautocomplete&ssr=false#overview doesn't work.This is my settings.json in .vscode...
View ArticleVSCode Terminal on Windows cannot resolve %UserProfile% and other quick...
In other terminals with PS 7, the variables are resolved in the result of $env:PATH:C:\Program...
View ArticleVSCode - .code-workspace - tasks dependsOn folder tasks.json tasks?
In a multi-root VScode Workspace,inside the .code-workspace,tasks (shell and process) can be defined.These also have the "dependsOn" attribute.Is it possible, to make a task that depends on another...
View ArticleGradle 'run' Task Fails: "Directory does not contain a Gradle build"
Question:I'm facing an issue when trying to run my Gradle-based Java project using the gradle run command. I encounter the following error:FAILURE: Build failed with an exception.* What went...
View ArticleRun rsync on every save in VSCode
I have a repository on my local system and am testing my changes on a remote server. I am using VSCode for development. I want that on every save, rsync should run in background and sync the changes in...
View ArticleHow to select a folder in VS Code's explorer view without expanding or...
In Visual Studio Code, if you want to add a new file or folder under an existing folder, you need to first select it. However, selecting a folder will cause it to toggle between expanded and collapsed,...
View ArticleVS Code Format Code command Shift+Alt+F not working with C#
I'm on Linux Mint and I tried to press shift alt F on Visual Studio Code, but instead of formatting my C# code to save, it brings up the file selection to the left. Is there a way to fix it so I can...
View ArticleScale resets when entering vs code
When I enter in VS Code, the zoom level resets. What can I do to fix this problem?I tried to turn off Mouse Wheel Zoom in setting, but it didn't help.It's my settings.json file:{"workbench.colorTheme":...
View ArticleCan't open file 'C:\\Users\\H\\Downloads\\Hossein-OH\\VSCODE\\main.py':...
I got this error today;previously I didn't get that.My python file is in "C:\Users\H\Downloads\Hossein-OH\VSCODE\PYTHON API\main.py"and this is the documentationfrom flask import Flask, Request,...
View ArticleCompliling C++ program in Visual Studio using g++ compiler generates % at the...
When compiling my program in Visual Studio Code using the g++ compiler, the output generated has the % sign.#include <iostream>int Main() { std::cout << "Hello World!"; return 0;}Terminal...
View ArticleIn VS Code, how can I toggle maximization of the current workbench part /...
I want to define a single and universal keyboard binding that allows me to toggle the maximization of the current workbench part, regardless of the type of part.At a minimum, this would include the...
View ArticleI cannot seem to run my .jar file as a library [closed]
so ive been using geany and my java code seems to be running well with custom run and compile commands, i want to switch to vscode but when i add the .jar file library (my teacher told us to use it)...
View ArticleHow to set vscode/gitlens as the default editor for git in wsl
ProblemWhen I start an interactive rebase from a windows cmd, the interactive gitlens rebase window pops up on vscode. When I do the same from wsl, the plain txt rebase file shows up on vscode.Is there...
View ArticleHow to increase line length in VS Code's pylint
I've been using the default python linter in VS Code and would like to increase the line length before the linter decides to break up a line. I've tried adding this to...
View Article