visual-studio-code Questions

5

I have an issue with installing pymsql, any of you had a similar case? I've found the similar issue to my for M1 user Link Also I've try: Upgrade pip with: python -m pip install --upgrade pip Upgra...
Salade asked 18/12, 2021 at 13:17

6

I am using windows 10 and expo 46.0.9. I was trying to have android emulator for expo app project. I installed Android studio and set the path in environment variables. When i run my app in VS code...
Royall asked 20/9, 2022 at 9:9

5

Intellisense and the coloring of code is no longer working in my Jupyter Notebook in VSCode. It was working perfectly fine before then I reloaded the window(like I have done before without issue) a...
Gallardo asked 2/3, 2023 at 19:4

2

Solved

I am using Poetry to manage a Python project. I create a virtual environment for Poetry using a normal poetry install and pyproject.toml workflow. Visual Studio Code and its PyLance does not pick u...
Latreshia asked 3/3, 2024 at 18:22

1

I have updated XCode(v. 16.0) and made sure the xcode command line tools (xcode-select version 2409) are updated. I have installed the C/C++ VS Code extension v.1.21.6 My compiler path is set to /u...
Mouser asked 18/9, 2024 at 18:23

3

Solved

A potentially very stupid question, but I'm lost. How do I change the font size of the menu bars (i.e. the labels "File", "Edit", "Selection", "View", ...) i...
Dieball asked 1/3, 2022 at 6:46

3

I'm using playwright and vscode, especially the "debug test" function which pops up a real browser window to run the test. When it fails the test auto closes, how can I make it not auto c...
Blench asked 1/5, 2022 at 22:19

4

Solved

I used to get auto-complete and intellisence hints earlier but now I don't get auto-complete, nor do I get squiggly red line for errors. What do I do? Please help. I already spent 2 hours searching...

12

Solved

I have updated Mac OS from Sierra to Monterey recently. Since then I have been facing some issues. One of them is in VSCode, when I do changes to the files the changes are not reflected in Source C...
Cephalonia asked 19/2, 2022 at 1:48

2

Solved

I'm working on a project in VS code. I made changes, pulled from GitHub and got merge conflicts. I don't know what i did but my merge conflict screen now looks like this (it's highlighting the file...
Levi asked 14/4, 2023 at 20:25

4

Solved

I have a repository on my local system and am testing my changes on a remote server. I am using VSCode for development. I want that on every save, rsync should run in background and sync the change...

2

From the Next.js VSCode debugging page, I got the following launch.json. { "configurations": [ { "name": "Next.js: debug server-side", "type": "node...
Cumshaw asked 8/10, 2023 at 0:40

6

When using the REST client extension in VSCode eg. Send Request GET http://localhost:4200/dashboard ### I get following error : Connection is being rejected. The service isn’t running on the serv...
Nuisance asked 13/11, 2020 at 21:39

5

Solved

I have installed VS Code version 1.8.1. Machine is Windows 7, 64 bit. While installing ionide-fsharp extension, I am getting error "end of central directory record signature not found". It seems ve...
Collinsia asked 8/1, 2017 at 6:52

2

Solved

Ctrl+shift+f opens up the search all files sidebar in Visual Studio Code. But what are the shortcuts for navigating the search result? You can use the arrows in file explorer to navigate files in t...
Democratic asked 10/1, 2020 at 7:43

2

Solved

So compiling C on VS Code on Windows is an absolute nightmare. The only way I am able to "force" VSCode to compile and debug my C/C++ programs is by either: Starting VSCode through the D...
Myoglobin asked 8/9, 2024 at 3:36

1

I'm looking for a way to connect to a server with VSCode without an SSH key. One way is to enable password authentication which I'd rather avoid. The servers are on company LAN but I still don't wa...
Mauretta asked 22/2, 2020 at 5:34

3

I'm using Visual Studio Code with the integrated terminal. When opening a new terminal in a workspace with multiple folders, I always receive a prompt saying: Select current working directory for n...
Moreen asked 4/2, 2021 at 7:42

2

Solved

Seems like most people that are having this problem are experiencing the issue on the remote server (i.e. running Git on the remote). I am having this problem at the local level (no AgentForwarding...
Spadefish asked 15/12, 2023 at 23:55

5

Solved

When trying to open vscode folder using a batch file, Visual Studio opens up with that folder, but also a cmd window pops up and does not go away if you use exit command. @echo off start code "C:\...
Holston asked 22/6, 2019 at 0:43

4

I am using VS Code 1.33.1 I am trying to go to a file in my code by doing a CTRL + Click but it doesn't seem to work. As you may see, I would like to visit the AuthenticatesUsers file somewhere...
Flexed asked 16/4, 2019 at 6:39

3

In vscode, is it possible to search for given symbol (class, function, etc) through current project files and all installed python packages? For example in pycharm I can press Shift 3 times and sea...
Mroz asked 16/12, 2020 at 13:48

4

Till yesterday, I was able to use the shortcut Cmd+I for copilot in VS Code, but now I am unable to use these copilot shortcuts (don't know if VS-Code is recently updated). Before: But Now on Clic...
Eudemonism asked 3/2, 2024 at 15:40

6

Solved

I have created a new virtual env and trying to connect with the VS code. When I open the folder in VS code that contains the file and virtual env, on the left bottom side I can see the python inter...
Tailstock asked 31/8, 2020 at 21:4

5

I believe that this is not covered by the Preview feature. I simply want to open a file for editing via Quick Open (or any way?) and replace the contents of the active tab, closing the open file an...
Engender asked 13/2, 2020 at 20:44

© 2022 - 2025 — McMap. All rights reserved.