Category "visual-studio-code"

Prettier code formatting is not splitting classNames in JSX or HTML

I have the Prettier VSCode extension enabled and my local .prettierrc file has "printWidth": 70 as one of the options, however, when I have a long list of class

Updated MacBook and now "code ." command in terminal is giving error. Any ideas how to fix?

I updated my 2020 MacBook to Monterey 12.3.1 and when I tried to open Visual Studio Code through the terminal using code . I got the error below /usr/local/bin/

Change icon and icon color automatically based on command in VS Code

I just wondering if in VS Code has this kind of customization whereas when we execute a command in terminal then the color and the icon will change accordingly.

Flutter - Why is there a windows folder in my app?

I have a folder named windows in my Flutter app. It's also causing some C++ and other files to show up in source control changes. Is it safe to delete this fold

HOW to link or well include winrt to compile your project

fatal error: experimental/coroutine: No such file or directory this is the error the compiler gives me here's main.cpp #include <fstream> #include <io

How to get VS-Code style Intellisense(Case Insensitive and Intelligent) in jupyterlab?

TLDR version: How to make JupyterLab Autocomplete case insensitive? I would like to have Visual Studio Code style Intellisesne(prediction and auto complete) in

Is it possible to setup live typescript type checking in Vscode virtual workspaces

I am using Vscode to edit my typescript projects in virtual workspaces which I am connecting to through SSH FS extension. Whilst benefitting from the convenienc

How to merge files between computers?

Im having trouble to get the sync option transfering 100% of my settings between computers, i mean, get everything equal to the host computer. Would like to ask

How to remove a master branch repo from source control

top left of vscode Sorry kind of new to using git. As shown in the picture, I am trying to get rid of/remove the source control repo. Took a look around and cou

MinGW Debugger in VS Code is Stuck at Building tasks. What can I do to get it back to normal? I

Earlier it used to create the .exe files whenever I hit the F5 button to debug the code. But now for some reason I am unable to get it right and I messed up wi

Latex expressions in pandas dataframes not rendering in vscode

I am trying to set some labels and the caption of my dataframe using mathjax, but it doesn't render in vscode. For example, when I do import pandas as pd test =

Fatal: Cannot open file. Error: ppcx64.exe returned an error code

My code and Visual Studio Code's error message: Why in Visual Studio Code I can't compile Pascal file but it working properly on FPC IDE or Sublime Text 4 with

Images not showing up on Opensea, unable to update

Using node,vscode, Create-10k- NFT-Collection My baseUri is not updated. I’m a newbie but I have tried reading and looking through help sections. Here is

VSCode says "Failed to run custom build command" on cbindgen, but it actually works

I have a Rust (2021) lib. It compiled fine. I added a build.rs file with this in it: extern crate cbindgen; use std::env; fn main() { let crate_dir = env:

Is Visual Studio Code v.1.66 available on Rasberry Pi OS?

I use Visual Studio Code on Rasberry Pi. I tried to sync data today and received an error asking me to upgrade to VSC v.1.66 (currently on v.1.65). I can't see

May I link a relative path in some comments?

I want to show some help tips, and modify some files in config Example /** * Fix some issue * * @link file://$(workspaceFolder)/node_modules/xxxxxx/dist/inde

VS Code shows multiple versions on Finder control-click (right-click) action on MacOS

On the OSX Finder right-click (control-click) menu, I see: Selecting older versions actually seems to run the older version. I have only one package, named "Vi

How do I change the default cell width of a notebook?

I am so used to the Jupyter Notebook on the browser, that I feel VSCode's Jupyter Notebook cells are so wide. I was wondering if there is any way that I can red

Ignore submodules for pytest in vsc

I am using VSC with pytest to debug my code. This worked fine until I added a submodule which I used in the past. The Codebase in the submodule has not the same

VSCode C/C++ IntelliSense automatic opening brackets

I'm coding in VSCode and while it isn't really necessary, sometimes i would find it useful if auto completion would add an opening bracket when for example auto