Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
86 views

Every time I type something like if (true) {*type Enter here*} it ends up auto-formatting to if (true) { } instead of what I'm trying to type which is if (true) { } This has only recently started ...
gabys6's user avatar
  • 1
1 vote
0 answers
45 views

Problem When launching a Python debug session in VSCode using debugpy, I see three commands spawned in the integrated terminal: devbox shell - executes automatically ✓ source /path/to/project/.venv/...
kennysliding's user avatar
  • 3,005
0 votes
1 answer
28 views

This issue occurs when trying to launch the debugger through the installed React Native Tools extension from Microsoft in VS code after following the instructions on creating a launch.json file in the ...
random-user-0901's user avatar
1 vote
3 answers
142 views

#include <stdio.h> int main(void) { printf("output test"); int y = 8; printf("this is a test %d", y); return 0; } Correctly output to Debug Console when ...
martingale's user avatar
0 votes
0 answers
172 views

I am a long time user of Spyder to do data science with Python. At work I am trying to switch over to VSCode so that I can benefit from AI tools such as Amazon Q. So far I can not put together a set ...
lonestar79's user avatar
1 vote
0 answers
38 views

Is there a way to configure VSCode editor so that the cursor movement in RTL (right-to-left) strings in the editor would be visual rather that logical, i.e. so that once the cursor is in an RTL part ...
HiG's user avatar
  • 11
2 votes
0 answers
62 views

I am building a VS Code extension where a webview panel and the text editor need to communicate with each other. The desired workflow is: A command creates and shows a WebviewPanel. The user can ...
Tengku Risky's user avatar
0 votes
1 answer
63 views

How to remove annoying information in VS Code for Dart? Unfortunately, I don't know what it's called or why someone decided to enable the option to show this information instead of me and for me. I ...
mezoni's user avatar
  • 11.3k
3 votes
2 answers
138 views

import matplotlib.pyplot as plt from matplotlib.animation import FuncAnimation #plt.rcParams["animation.html"] = "jshtml" import matplotlib.pyplot as plt fig, ax = plt.subplots(...
Bertrand Wittgenstein's Ghost's user avatar
1 vote
1 answer
63 views

This might be a super stupid question - but I use prettier as my formatter, and I've experienced that it formats similar document differently. In the image below: the left file has large spacing ...
Sofie Buur's user avatar
1 vote
1 answer
59 views

I'm running an instance of ColdFusion 2021 with a local server. I have a project in the wwwroot folder of the ColdFusion folder, which I called my workspace in VS Code. I then added my root folder of ...
Molly Westbrook's user avatar
0 votes
1 answer
85 views

I am trying to connect my APi developed by wso2 MI VsCode to an OpenLDAP server running on Ubuntu WSL. I’m using the WSO2 LDAP connector (V2) to perform LDAP operations (search, authentecates), but ...
Imen Frigui's user avatar
1 vote
0 answers
40 views

I am currently trying to adopt keyboard shortcuts for frequent tasks, where using the mouse has become cumbersome. When writting c and c++, I find myself setting up two tab groups and opening make, .h,...
PedroCarreiras's user avatar
2 votes
2 answers
124 views

I’m trying to run a .ipynb notebook in VS Code with Python 3.11.0. I have already installed the Jupyter extension and Python extension in VS Code. Everything works fine when I run the same code as a ....
newbiedev's user avatar
0 votes
0 answers
34 views

I'm trying to set up VS Code to learn C++. I downloaded the latest version of the compiler (g++) and tried running the following simple code, which (if I understand this correctly) should print a &...
Pickman02's user avatar
  • 101
0 votes
0 answers
42 views

When running a cell in note book after selecting the kernel used in virtual environment I get the issue where it shows running cells with venv(Python 3.13.5) requires the ipykernel and pip package as ...
Ransingh Satyajit Ray's user avatar
-1 votes
1 answer
37 views

Following an update of Python and Jupyter extensions on my VS Code yesterday, my virtual environment dependencies haven't been working properly. My Vscode setup has been demanding that I install ...
ObePeter92's user avatar
0 votes
0 answers
76 views

This question has been asked before, but every solution seems to be deprecated. I want Copilot to stop autocompleting things I type unless I use the shortcut key ALT\ (remapped to tab). For example, ...
LikelyByte's user avatar
0 votes
1 answer
24 views

How can I toggle the cursor position in VS Code — from the start to the end of a selection (and vice versa)? I'm looking for functionality similar to pressing o in Vim's visual mode, which swaps the ...
Daniel Aviv's user avatar
0 votes
1 answer
141 views

On the command line (Ubuntu Linux 24.04)... which R /usr/bin/R But when I use VS Code to attempt to debug my R, I get a dialog saying this: R path not working: /usr/bin/R (Can be changed in setting r....
adrianmcmenamin's user avatar
0 votes
0 answers
39 views

How can I debug a monorepo with multiple workspaces in VS Code during development at the same time? Workspace1: /packages/framework -> will be included in an npm package later Workspace2: /apps/...
PowerNow's user avatar
  • 393
1 vote
2 answers
68 views

I am using VS Code and NextJS to build the frontend for the application. VS Code is reporting the following error: Cannot find module or type declarations for side-effect import of '~/styles/layout/...
Chris Hunter-Johnson's user avatar
0 votes
1 answer
51 views

I'm working on a project that is an extension for VsCode, and also I have the extension installed in my VsCode because I use it while developing. If I launch the project to test it on VsCode, since ...
thur's user avatar
  • 1,094
0 votes
1 answer
32 views

In Jupyter Notebooks (both in VS Code and JupyterLab), every markdown heading (like #, ##, etc.) automatically appears in the Table of Contents (TOC) or Outline view. Sometimes, I want to include ...
Rub's user avatar
  • 2,946
0 votes
0 answers
16 views

I have a backup of my VS Code settings linked to my email. However, since then I’ve uninstalled and reinstalled VS Code, and I now have many new settings and customizations that I don’t want to lose. ...
Super's user avatar
  • 55