Category "visual-studio-code"

A lot of csproj files spawned in Visual Studio Code - can I delete them?

I was just typing some code for a unity project and then my computer crashed. Luckily I saved it right before the crash, so nothing got lost (except some things

How to pretty print clean typescript errors in vscode?

I find the inline error popup in vscode useless because it's so unreadable, are there any plugins that prints cleaner inline errors?

How do I make IntelliSense in VSCode show completion from other files?

Background: I wrote a game in Swift. Now I want to translate the game logic (the model) part to JS so that I can write another version of the game which can be

VS Code: Lit custom element not rendering properly

I've copied/pasted the code from lit.dev's playground page to troubleshoot and attempt to get Lit running in VS Code before working on my own project. I was abl

Visual Studio Code - All white text?

Recently my visual studio code's text has all been white and I cannot change it with the 'File > Preferences > Color Theme' options. This is not a problem

File not exist Solc error when trying to import data feed into my contract

I have tried changing different versions of solc, solidity, and chainlink contracts but it doesn't work. Error: contracts/Lottery.sol:4:1: ParserError: Sourc

Visual Studio Code Terminal keeps running Python script in Powershell

I recently installed both Python and Visual Studio Code. After taking an intro class I wrote a basic script and ran it in Visual Studio Code. That's when I no

Visual Studio Code doesn't format C# code

I created a new file, set the C# language, and wrote some code. Then I pressed Ctrl + Shift + F (or F1 → Format Document). And got I the error Sorry, b

what does double yellow line indicate in vs-code? how to understand the language of errors in vs-code?

enter image description here A couple of double yellow lines appear beneath my codes in vscode, It gives a message which says: a two dimensional transformation

SyntaxError: Invalid or unexpected token in Visual Studio Code while using Lit

Sadly I'm aware this question has been asked before, but I've tried the solutions here to no avail: Uncaught SyntaxError: Invalid or unexpected token in code I'

Robot framework module vscode not loading: Error calling "robot.get_version()"

when adding the mentioned extension, the below error appears and I can't continue the automation: Error calling "robot.get_version()". If the module: <module

Open all files present in search result in VScode

Is it anyway possible to open all files which found in my search query? Otherwise I need to double click 37 times for a single search result which seems subopti

Impossible to hot reload on VSCode

I'm trying to use hot reload on my Flutter project, but everytime I use it, I have this error: Hot reload received invalid response: {type: ReloadReport, succe

Getting Visual Studio Code to (auto-)format R-Code

Working on Windows 10, no Formatter for the R-Language seems to do its job in Visual Studio Code. I've tried R support for Visual Studio Code and R-Tools, which

JSF and primefaces suggestions in vscode

How can I get suggestions/autocomplete for JSF syntax and primefaces components in VScode? I'm developing a java web application and trying to migrate my work

XML autoformat in Visual Studio Code

Is there a way to make Visual Studio Code automatically format the content of XML tags? I want to have an indent when pressing Enter or even when closing a tag:

How can I get VSCode to correctly activate conda when running pytest?

When using Anaconda and VSCode on Windows 10, the VSCode debugger correctly activates the environment when I run/debug. But when I use the test module, it fails

VSCode only shows one line of Github Copilot suggestion

I've activated github copilot and it works fine but, while typing it only shows one line of suggestion. After all of my tryings, It still shows one line of sugg

Debugging in Visual Studio Code?

I followed the instructions for debugging in VSCode as per https://github.com/Microsoft/vscode-react-native I attached my Nexus 6P with USB cable with my MBP2

VSCode file not found for file in current directory

I have a basic python script to open a file. The script and the file being opened are in the same folder. If I use the command line in the folder, it works jus