VS Code is reporting a lot of problems/red lines when editing my Vue Typescript files: Example error: [ts] Property 'isLoading' does not exist on type 'Combin
Here's an example of a connection configuration that has stopped working (it's for connecting to an Azure managed database): { "server": "sqldb.12345abcde.dat
I signed up in vs code with git , did all setup , my repository is loading and showing all the modifications done but the commit and push is not working , as i
I've made changes to .ipynb-file in Visual Studio Code, but I'm unable to save it. I've tried 4 ways and each of them doesn't work: Ctrl + S (nothing happens) V
I am using the Visual Studio Code for my salesforce development. I have some issues with Git as a repository. When I right-click on the package.xml and say Retr
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
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
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
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
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
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
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
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
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,
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? When I use tsconfig.json in vscode, but when I try to build it, it gives me a 'No input
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
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
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?
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