Visual Studio Code selection highlight border color is not applied consistently
I have set a customized editor selection highlight border color in VS Code. So when I double click on some text in my code, other occurrences of that text are highlighted and they display a border with my customized color which makes them easier to spot.
What is the VSCode setting to change the file explorer right-click drop down menu size/compactness?
The recent vscode update just changed the drop down menu size when you right click on a file in the file explorer and it is way too big for me. I need to adjust the menu so it’s more compact. What setting is this?
Search exclude breaks again
“search.exclude”: { “.eslintcache”: true, “.next”: true, “.next/**/*”: true, “**/*/build”: true, “**/*/build/**/*”: true, “**/bower_components”: true, “**/build”: true, “**/dist”: true, “**/dist/**/*”: true, “**/node_modules/**”: true, “**/node_modules/**/*”: true, “/node_modules”: true, “build”: true, “build/**”: true } In a monorepo VS Code returns hundreds of results from node_modules packages. This wasn’t broken a month ago, now it is. I don’t want […]
how to recover a deleted Source code page from the navigation bar on VSC?
how to recover a deleted Source code page from the navigation bar on VSC?
Unable to write file ‘c:UsersSachinbaniyaindex.html’
Unable to write file ‘c:UsersSachinbaniyaindex.html’ (NoPermissions (FileSystemError): Error: EPERM: operation not permitted, open ‘c:UsersSachinbaniyaindex.html’) there is no shortcut option availabe in vs code properties
Is it possible to have the panel (in VSCode) sit in the center (top or bottom) but only as wide as one editor window?
Is it possible to have the panel (in VSCode) sit in the center (top or bottom) but only as wide as one of the editors so i can have a second editor open next to it thats the full height of the application window ?
Create virtual environment with python 2.7.18 from VScode
I’ve been trying for hours to solve my problem which basically is that I can’t create a virtual environment in VSCode with python version 2.X.
VS Code does not run (or compile) any programming language
after restoring my laptop to a restore point in windows 11 my VS Code does not run any python scrips or other languages.
Search variable state on pause with VS Code
Hey there,
I started using Python recently and I wanted to use VS Code instead of Visual Studio 2022.
I was wondering, if there is also a feature to search values of variables while debugging, as there was one in VS22.
I couldn’t find it at first glance.
VSCode not respecting folding strategy
I have the VSCode folding strategy set to “auto”, however it is still folding on indentation. Any ideas on why its not using the language specific folding tags as it should when set to auto?