python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
VSCode setting or extension for SCSS to autoformat brackets and place cursor
I recently changed my VSCode settings to stop suggestions and someone disabled a setting for SCSS files, where I could type
.example {}
hit return and this would automatically change to
.example {
...

Michael Ware
Votes: 0
Answers: 1
Why is VS Code calling the wrong virtual environment as base?
I have some conda virtual environments in a server I SSH into in a daily basis. Logging in from the terminal and listing the environments gives me the following:
(base) [rgr6291@klc0201 ~]$ conda env ...

Raul Guarini Riva
Votes: 0
Answers: 1
VS code's Python debugger and its ability to show contained items in iterables or mappings
I noticed that the debugger's ability to show what items are held in a mapping or iterable only works for some types but not others. Is there a way to "explain" to the debugger that you want...
Yoni Lavi
Votes: 0
Answers: 0
How to merge a remote branch into my current branch, but only stage the changes so I can evaluate and unstage them as I want?
How to merge a remote branch into my current branch, but be able to see the file changes as staged changes in git. This happens sometimes, and I can edit in VSCode, but other times it automatically me...
Pradeep Dhema
Votes: 0
Answers: 1