Category "visual-studio-code"

Font issues while integrating ZSH on Visual Studio Code

I'm trying to integrate zsh on my VSC setup but apparently arrows are not recognized by it. My zsh theme is agnoster and I've already tried adding "terminal.i

Valet, Xdebug after reboot Big Sur not working

After successfully installing Valet, Xdebug and configuring VSCODE for the Listener for Xdebug 3. and checking that everything worked, at the first power off an

Angular 10: Import using module alias not resolved / Path Mapping not recognised in VSCode

So I updated a project that was in Angular 8.2 (a project template) to version 10 and followed the instructions from https://update.angular.io/ and everything w

Why is VS Code throwing this error (ARDUINO)?

Okay, so I'm trying to code & upload to an Arduino with VS Code (Visual Studio Code). When I try to upload or verify my Arduino code, this error pops up: I

VS code - SonarLint:Simplify the expression produce invalid syntax

I'm getting S1125 for a code smell: MyVO vo; public boolean is() { return vo == null ? false : vo.is(); } Remove the unnecessary boolean literal.sonarlint

open a specified path in cmd in windows

I want to open a specified path in vscode in windows 10 and I know there is a command that do this: path> code . but my problem is, how can I open a specifie

VS code - SonarLint:Simplify the expression produce invalid syntax

I'm getting S1125 for a code smell: MyVO vo; public boolean is() { return vo == null ? false : vo.is(); } Remove the unnecessary boolean literal.sonarlint

Source "@openzeppelin/contracts/token/ERC721/ERC721.sol" not found: File import callback not supported

I've imported the Open Zeppelin ERC721 token standard into my VS Code with the Solidity extension, but see the following warnings on all my OZ import statements

I am Unable to sign in to VSCode and git is also not working in VSCode

Yesterday, I ran Angular in my vscode terminal. When I tried to close all open files in vscode, I closed the Vscode application. Since then, Git is not working,

Jupyter notebook not opening in VS Code

While setting up my new system, I am trying to run my notebook file on VS Code but as soon as I open VS Code it give me this error Failed to detect Jupyter Note

Why typescript keep giving me No inputs were found in config file error?

Why typescript keep giving me No inputs were found in config file error? When I use tsconfig.json in vscode, but when I try to build it, it gives me a 'No input

Open terminal by default

Is there a way to open terminal by default in VSCode? I saw the questions here four years ago - VS Code - How to have Terminal pane open by default? not sure if

Visual Studio Code - How to display variable values inline during debugging?

When I debug Javascript code in VS code or visual studio code, I would like it to show me the values of the variables alongside the code. How to make VS code do

Live server installed but not working in VS code

I have installed the live server extension but the browser does not update after I save my HTML or other files. What might be causing a problem?

Error: [core/no-app] No Firebase App '[DEFAULT]' has been created - call Firebase.initializeApp()

I am building a Flutter application and I have integrated Firebase, but I keep getting this error when I click on the login button. I have come across people wi

VSCode, Perforce: "SOURCE CONTROL No source control providers registered."

I'm using VSCode x64 on Win10 x64, and desire to use Perforce with it. I have a Perforce installation on the same machine that already works with both local and

Can VSCode interact with the kernel of current Jupyter notebook?

In VSCode, a script with: #%% a = 3 creates a Jupyter cell. Running the cell starts Jupyter server and evaluates the code in Python Interactive window. I wo

VSCode make Ctrl+click "file, line" in terminal function like Ctrl+click "file:line"

I have a linter that I run in vscode's terminal. It shows errors in this form: file, line When I ctrl+click on the file, vscode will go to the beginning of the

Can I use UnrealEngine with C++ on Mac without Xcode

I am new to Unreal Engine as well as game development. I am using mac (since this laptop is not my personal usage, I have a limitation of using any application

Is there a way to remove unused imports for Python in VS Code?

I would really like to know if there is some Extension in Visual Studio Code or other means that could help identify and remove any unused imports. I have quit