visual-studio-code Questions
7
I recently installed MinGW from MSYS2, and tested the program below:
#include<iostream>
using namespace std;
int main() {
cout << "Hello World";
return 0 ;
}
But I get a...
Projectionist asked 17/6, 2023 at 8:30
2
Solved
I'm using pnpm for package management in my project and VS code editor. However, every time I save changes to package.json, a package-lock.json file gets automatically generated, even though I'm no...
Papiamento asked 7/9, 2024 at 7:44
3
I usually have the Open Editors pane toggled off. However I use a keyboard shortcut to "Reveal Active File in Explorer View" quite often while working. This navigates me to the file in my...
Cordle asked 17/7, 2023 at 16:25
4
Solved
I need an extension in intellij or vscode or some app to transform my codes into pdf.
I tried to use the app notion but it doesn't export with syntax highlighting.
*Edit:
I know it seems to have a ...
Homonym asked 12/11, 2022 at 22:26
6
I am trying to connect my VSCode to a raspberry pi4 via the Remote - SSH extension by Microsoft, but I get a ECONNREFUSED error every time. The error log:
[14:49:20.954] Starting forwarding server....
Agalloch asked 24/3, 2023 at 20:4
5
Solved
My code is not working in vscode when I click to run code I see this error:
Sorry, something went wrong activating IntelliCode support for Python.
Please check the "Python" and "VS ...
Equi asked 3/8, 2021 at 13:41
3
Solved
Visual Studio Code has a search and replace widget with a little dropdown button that toggles between one-line search mode and two-line replace mode. If you hover the pointer over it there's a tool...
Gogh asked 23/6, 2022 at 13:18
7
I accidentally deleted python, then when I reinstalled it, VS Code kept showing me an error saying
You need to select a Python Interpreter before you start debugging. Tip: click on "Select Py...
Metagnathous asked 10/6, 2020 at 0:22
2
Im trying to create a simple language extension for visual studio code. I used the "yo code" to generate a language support extension. After adding my Language name, id, extension and etc...
Aide asked 15/5, 2019 at 6:28
13
Solved
In my settings I have:
"editor.fontLigatures": true,
"editor.fontFamily": "Fira Code, Comic Sans MS, Tahoma, Consolas",
and I've tried (according to this) different combinations of apostrophe...
Antitragus asked 30/3, 2020 at 5:56
3
In Visual Studio Code, when i try to use Ctrl+C to copy something, it changes the insert mode instead. There is a blue bar at the bottom of the screen, with all the informations about the file (pyt...
Banta asked 26/4, 2021 at 12:1
3
Now I can use JupyterLab with an R kernel in a web browser and use VS Code to edit Jupyter notebook code with a Python kernel. Is it possible to edit R code in VS Code using Jupyter notebook mode? ...
Newark asked 1/5, 2020 at 10:26
2
At the top of every terminal I open is the text:
"bash: no job control in this shell"
I don't remember changing anything in VS Code but now I can no longer use 'control + c' to stop stuff...
Diazole asked 13/5, 2023 at 18:30
3
I wish to find out how to comment out Terraform code on VS Code. I am new to the world of coding, and AWS. I am still learning to use Terraform.
Glendoraglendower asked 6/10, 2022 at 19:3
2
Solved
I have an issue with the VS Code context menu after a recent update. The context menu looks different from what I’m used to—it appears extremely ugly. Additionally, it only displays 5 items at a ti...
Pastelist asked 13/8, 2024 at 12:47
5
We add Jira Issue # to the commit message to link the change with the Jira Issue. As the issue number is added manually, it is prone to human error. As we always have this number in the Git branch_...
Albata asked 2/12, 2018 at 10:39
2
Solved
According to the official documentation "Python debugging in VS Code", launch.json can be configured to run with specific command line arguments, or you can use ${command:pickArgs} to inp...
Falcongentle asked 23/8, 2024 at 20:13
2
I am just getting started with Visual Studio Code. I am really liking it better than the full Visual Studio, but I was wondering how to show the object browser?
Along the left icon bar where I woul...
Drawl asked 10/5, 2021 at 19:42
3
How do I get rid of this underline? When I hover over it, it thinks it's a link and that I can cmd + click it to open it in browser. However, it's obstructing the view of actual underlines.
I'm s...
Handedness asked 1/12, 2016 at 19:12
6
I want to use a GPU inside a Visual Studio Code docker container to train model with TensorFlow. To build an image for my container I use next Dockerfile:
FROM mcr.microsoft.com/vscode/devcontainer...
Electroscope asked 5/5, 2022 at 14:49
3
I've been extensively using Github Copilot and I'm looking for a convenient keybinding to effortlessly switch between the GitHub Copilot Chat panel and my code editor. I've experimented with variou...
Formyl asked 28/1, 2024 at 23:35
4
New install of VSCode. The only extension I have installed is the Microsoft C/C++ Intellisense plugin. Version 0.24.1
I'm working with a codebase that has some header files with #define X foo macro...
Laundrywoman asked 14/8, 2019 at 19:12
6
Solved
I turned on debugging mode in my VS Code and now want to turn it off, but can't work out how.
I have this floating menu:
And my bottom toolbar is still orange:
How do I revert to my old set up? (I...
Spermophyte asked 24/4, 2021 at 10:55
2
Solved
I have recently moved my WSL installation to another drive for disk space sake by using this guide: medium.
After it, when I try to open a remote window on VS Code I get the error:
/mnt/c/Users/Use...
Nit asked 30/5, 2024 at 21:43
5
Solved
I've download the latest Visual Studio Code and am trying to write some HTML code. For example, <div>, <a>, <p> tags. However, there are no HTML suggestions in Visual Studio Code:...
Marolda asked 15/4, 2018 at 12:52
© 2022 - 2025 — McMap. All rights reserved.