I'm using the LLDB extension for VSCode, and my variables typed as i8 are printed as characters. Both in the VSCode debugging panel, and when using print in the
In the Redux documentation, there is an example that is not playing well with VS Code. I am talking about the example here: https://redux.js.org/usage/usage-wit
After I saved a file, VSCode would jump to other files I've edited and asked me to save them as well. I don't want that behaviour as it moves me out of context
After I saved a file, VSCode would jump to other files I've edited and asked me to save them as well. I don't want that behaviour as it moves me out of context
I am using Vue single file components. Here is a small example showing my error: <script setup lang="ts"> interface IDesign { displacement_map_urls: {
I want to use request module, but whenever I tried to import requests I got this message: import "requests" could not be resolved from source Pylance I already
I have been trying to save my jupyter notebook in the '.ipynb' format but am unable to do so, in whatsover extension. I encounter the following error message Fa
I use GitHub Codespaces, but I don't know how to upload a single file to GitHub Codespaces without the assistance of, for example, github.
Something I love about VS Code is that when I am using a terminal in WSL, I can run code file.txt, and it will open that file with VS Code on my local using the
I am finding many answers on how to develop inside a container in Visual Studio Code with the Remote Containers extension, but surprisingly none address my use
How can I add autopairing between dollarsigns when writing in LaTeX? Program: VSCODE OS: Windows 10
I would like to learn how can I change the textStyle of inlay hints in VSCode. I made a search and I was only able to find how to change its color, but sadly I
Is it somehow possible to select something in Vim's selection mode and then switch to input mode with the text still selected? When working with VSCode, you can
When I input the { in the middle of any JSX/HTML component, the VSCode is not closing it - have you got any ideas how to configure settings or is there any exte
Is it somehow possible to select something in Vim's selection mode and then switch to input mode with the text still selected? When working with VSCode, you can
I only really use VSCode for PowerShell. I keep multiple scripts open so that I can run code snippets throughout the day. Whenever my computer restarts, due to
I want to use C++20 in vscode as I'd like to use .contains on an unordered_set, but when I try it I get error C2039: 'contains': is not a member of 'std::unord
If I search the same question on the Internet, then I’ll get only links to Visual Studio Code website and some blogs which implements it. I want to know t
How can I debug while using --host option on Vue 3 Vite so I can debug my phone instance for example. At the moment Im using visual studio code plugin "Vite" la
I would like to send data via Websocket from an VSCode extension. Is there a builtin websocket facility or should I import the package "ws" or else?