All Questions
Tagged with ide visual-studio-code
351
questions
0
votes
0
answers
32
views
How to make VSCode recognize assembly? "code language not supported or defined."
I am trying to write assembly with NASM installed on Windows 11, 64bit OS. However, VSCode wont recognize it or use NASM, neither in the terminal or using the Run extension.
I have tried editing the ...
0
votes
1
answer
32
views
VSCode move primary side bar to bottom (*not* the activity bar)
In VSCode, I want to move the primary side bar to the bottom, so that it's easier to use VSCode in a profile-oriented monitor. Is this possible either in the settings or with an extension?
Note that I ...
0
votes
0
answers
39
views
Shortcuts for auto indentation not working
I want to use the command Reindent Selected Lines or Reindent Lines with a shortcut. I tried setting keybindings to each of them but when I press them in notebooks or scripts (using Python), nothing ...
0
votes
0
answers
16
views
How to make things bigger or zoom on VSCode web?
On normal VSCode, we can simply do CTRL + or Control - and Control 0 to control zoom.
On VSCode web, this zooms the entire page like a picture. Also there's no such options:
View > Appearance > ...
0
votes
0
answers
20
views
vscode automatically adds space after typing closing bracket
I found a phenomenon in my vscode:
When I type a left bracket { , and then a right bracket } , vscode seems to automatically add spaces in between for me. I have tried disabling all plug-ins and it ...
0
votes
0
answers
225
views
How to show the screen of a physical device inside VS Code when using Flutter?
I need to use the Screen Mirroring feature, its the same feature that
is being present in the Android Studio. Here we can connect our
physical device using Wi-Fi or Cable & by enabling the Device
...
0
votes
0
answers
51
views
Can I create an extension for adding an <iframe> with a YouTube player to the VS Code sidebar?
I'm trying to create a VS Code extension that embeds an <iframe> with a media player (e.g., YouTube) into the sidebar. I was inspired by the VS Code Pets extension, which adds an interactive pet ...
0
votes
0
answers
45
views
How to auto indent a selected block in vscode as in emacs
I am an emacs user and for a number of reasons I now have to use vscode.
I managed quite easily with the help of extensions to find almost all of the emacs shortcuts, only one of those that is most ...
0
votes
0
answers
26
views
Disable formatting in quotes VS Code
I have mics language php file (PHP, HTML, CSS, JS). And I have Intelephense extension. And I have a code like that
<div class="sgmt" data-view="<?php $terms = get_the_terms($post-&...
0
votes
0
answers
22
views
Incorrect backlight code in VS code for vue project
enter image description here
If there is a lot of when in the tag attribute, then the display of code highlighting breaks
I don’t know what settings in the editor affect this or what it’s called ...
0
votes
1
answer
168
views
Visual Studio Code bad formatting in vuejs
I've reinstalled my Windows again and installed Visual Studio Code along with Prettier, but it's formatting the syntax and everything else very poorly. Below is an example of how it looks and how it ...
0
votes
0
answers
388
views
VS Code The terminal process "C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe" terminated with exit code: -1073741819
When I try to run code in VS Code, it shows this error immediately. It was running code fine the other day and started crashing out of nowhere. Powershell also closes when I try to open it outside of ...
0
votes
1
answer
30
views
Specific Enterprise ruling set for SonarLint extension in VSCode
I'm aware that on IntelliJ you can connect SonarLint extension to your company's sonarqube and import it's ruling set.
Is this possible on VSCode too?
If so, how can I do it?
I tried reading the ...
0
votes
1
answer
390
views
VSCode Conditional Breakpoint (Python)
I can not get VSCode to stop on a simple conditional breakpoint for a python project.
Enviroment:
OS: Windows 10
Language: Python
Version: VSCode 1.87.2
Breakpoint I am trying to implement is based on ...
0
votes
1
answer
97
views
How to fix lack of color contrast in VSCode selection tool? [duplicate]
In the image I have the letters "dg" highlighted in VSCode. VSCode then higlights the rest of string with a ever-so-slightly lighter color.
This is driving me insane. It's really hard to ...