I have a problem using SonarLint in visual studio code, I’ve been using very well this plugin in java 8 but arround last week, Vscode required java 11 as
I installed miniconda on Windows 10 and created an environment (I followed this guide: https://www.notion.so/shashankkalanithi/Setting-Up-Conda-Environment-ba83
I have installed Robocorp Code as well as Robot Framework Language Server and have configured them. However, I am still having errors when trying to run the tes
My goal is to see the logic behind func len() in Golang. I use VS Code for IDE. The problem is when I tried to do Go to Implementation, it returns No implementa
I keep reading that VSCode does this natively, but I can't figure out how to get it working for me in a React project with jsx files. It doesn't work with any f
I find myself copy/pasting quite a bit in tasks.json. Is there a better way to deal with this? Googled for parameterizing tasks, but that doesn't seem possible.
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,