visual-studio-code Questions

4

Solved

Does VSCode provide a way of highlighting the current editor group (or tab) in focus? For example: Highlighting a bounding box around the group in focus with a separate color (illustration belo...
Bradawl asked 27/11, 2019 at 17:26

3

When trying to open the "Save As" dialog to save any file in Visual Studio Code on KDE (Ubuntu 24.04, the dialog does not open, and a separate process "kdialog" starts using 100...

4

In VsCode, is there any way to navigate to function definition, to someFunction in this case, line 10, with ctrl + click. Have already checked navigation docs for VS Code https://code.visualst...
Rankins asked 17/4, 2019 at 17:50

3

I connect to the remote server with vs code command invoked by CTRL+SHIFT+P Remote-SSH: Connect to Host.... Everything works fine. After some time when I try to open a new file from the vs-code ter...
Flinn asked 6/4, 2022 at 8:52

5

Solved

I have installed the markdown extension in VS code however, when I attempt to convert it via Pressing F1 and selecting the below: I am using Windows I receive the following errors: Full Error: E...
Cloy asked 30/10, 2020 at 6:43

4

Solved

When I tried to open VScode, I got an error popup saying "The code execution cannot proceed because ffmpeg.dll was not found. Reinstalling the program may fix this problem". Reinstalling ...
Glorification asked 20/3, 2022 at 22:33

3

Solved

I installed Deno using PowerShell, and yet I got this error in my Visual Studio Code. How can I fix it? The term 'deno' is not recognized as the name of a cmdlet, function, script file, or operabl...
Cotyledon asked 3/6, 2020 at 9:57

7

Solved

when trying to firebase deploy, getting this ! Unable to fetch the CLI MOTD and remote config. and then it stops with: Error: An unexpected error has occurred. Anyone an idea? It worked before, I d...
Daria asked 9/2, 2023 at 22:26

2

Noob question but I want to be able to quickly comment HTML code using keyboard shortcuts in VS Code. The problem is I get this: <!-- <div class="whatever"> <h1>Hellow Wor...
Undergarment asked 2/3, 2018 at 8:3

6

Solved

I'm using the newest version of Visual Studio Code and Python 3.6 (64 bit) on Windows 10. I have the "Python" extension installed (the one made by Microsoft). Every time I try to run a si...
Macule asked 24/9, 2019 at 18:6

4

Solved

I am new to Java Projects in Visual Studio Code. This is mainly for my school project. I was setting up Gradle for Java according to YouTube videos and follows the step. I just simply installed the...
Marquardt asked 22/7, 2023 at 13:56

3

Solved

I've a Python package package_name which provides a command line application command-line-app-name as console_script: setup.py: setup( ... entry_points={"console_scripts": ["comman...
Taxeme asked 27/10, 2020 at 14:45

2

Solved

I am trying to write a launch configuration for VS Code that can start gdbserver as a preLaunchTask. When I start debugging, everything just stalls when gdbserver says "Listening on port XXXX&...
Louella asked 28/6, 2021 at 20:54

2

I install Flutter and VS Code in the following way: $ sudo snap install --classic code $ sudo snap install --classic flutter $ export CHROME_EXECUTABLE="/usr/bin/chromium" $ flutter doc...
Prostrate asked 16/9, 2021 at 22:33

5

Vs code was running perfectly fine on my MacBook Pro mid 2012 with macOS Catalina 10.15.7 (19H2026). But then I clicked on "restart to update Jupyter extension" the app closed and did not...
Equestrienne asked 5/7 at 8:36

13

I'm trying to learn PHP and am encountering some issues early on. When I setup my basic file, then select PHP serve project, I receive a message at the bottom right of the screen saying PHP not fou...
Pintsize asked 5/4, 2021 at 10:30

4

Solved

In VS code, I am signed in with a github account in which I have no longer my access. So I need to completely unlink the github account from vs code. How can I do that? I am using ubuntu.
Installment asked 15/12, 2020 at 17:31

5

Solved

At some point, my VS Code has started to import react hooks from react/cjs/react.production.min, not from react. This annoys me because it only causes errors when I'm developing on my localhost:300...
Gerta asked 15/3, 2022 at 2:19

6

Solved

I'm new to flutter. I just created a new project in flutter and have not even altered the code. And when I run the code I get the following error. Launching lib\main.dart on SM A750F in debug mode...

9

Solved

Code Text Colorless When I code in Visual Studio, it doesn't show any colours in the code text. It shows blue and green colours only for the class and comments texts. Also, VS doesn't suggest me an...
Conduce asked 21/1, 2022 at 16:43

3

Solved

After updating VS code to v1.92, the Python extension consistently fails to launch, indefinitely showing a spinner next to “Reactivating terminals…” on the status bar. Selecting OUTPUT > Python ...
Pardo asked 19/8 at 2:31

10

Solved

I am using VS-Code and anaconda environment for python interpreter. I select the exact anaconda base environment by ctrl + shift + ` and it also reflects in the downside panel of vscode. But, when ...
Wandy asked 2/9, 2020 at 9:0

5

Is there a way to create a keybinding to execute a shell command on a file? something like: { "key": "ctrl+shift+e", "command": "run", "command": "touch $file", "when": "editorTextFocus" } I...
Wrought asked 13/6, 2018 at 13:33

2

Solved

I'm trying to figure out how to make a custom run configuration in Visual Studio Code, and am not succeeding in finding any documentation describing my use case. I want to make a Run Configuration ...
Pieper asked 23/2, 2021 at 11:44

2

VS Code has this feature called profiles, where for example I have one profile with web dev related settings and extensions and another with Java Spring related stuff. However if I install an exten...
Oday asked 15/7, 2023 at 22:49

© 2022 - 2024 — McMap. All rights reserved.