Category "visual-studio-code"

Environment variable not being passed down on VS Code in Windows -- bug or am I missing something?

I am doing development with https://github.com/google/clasp. clasp will use the environment variable clasp_config_auth. I have tested and confirmed that outside

Unable to find a usable idle daemon

I am trying to use Talon SRX with WPILib for First Robotics for Java in Visual Studio Code. I follow the instructions here: https://phoenix-documentation.readth

Prettier VSCode - How to ignore formatting code for a single declaration in css, set in a global statement and not through simple comment

Correct format for a single declaration and what i prefer happen .lbl-vlt {background-color: var(--violet);} .lbl-emrld {background-color: var(--emerald

VSCode is appending unsupported text encoding on file save

Not sure what's up with VSCode after updating to Version 1.10.2 VSCode is appending weird characters automatically after saving the file. If I try to open th

Breakpoint not working on VScode for Rspec Rails

Not sure what's wrong with my setup. I've been stuck on this issue for a day now and still hasn't resolved this. I've setup my VScode so I can debug my specs (f

Problem to run chrome debugger in VS Code

Hi I've got a problem to run Chrome Debugger directly in VS Code. I'm working on Linux Mint. Now i try to run debugger and error message says: Unable to launch

missing import for tweepy on vscode

im having problem to use tweepy on vscode, it keep reporting a missing import of tweepy and i dont know why. on power shell shows that requirement already satis

Flutter/Dart on a IOS device?

How can I run my flutter program on a IOS device? I'm gonna use a iphone6s. I'm using a windows 10. I'm either using visual studio code or android studio. Last

eCSSTractor for VSCode plugin not worked with className

eCSSTractor does not work with react jsx syntax. doesn't translate "className" elements in css. In setting.JSON written rule - "ecsstractor_port.attributes"

Prettier to format .vue

Prettier VS Code extension doesn't work properly with .vue. I mean how to setup prettier to integrate it with eslint and format .vue files on Cmd+Shift+P ->

ng : The term 'ng' is not recognized as the name of a cmdlet, function Visual Studio Code Terminal

In VS Code when I am running command ng build, getting error PS D:\Dashboard\Test1> ng build ng : The term 'ng' is not recognized as the name of a cmdlet, fu

Microsoft.Build.Exceptions.InvalidProjectFileException: The SDK 'Microsoft.NET.Sdk' specified could not be found

env: ➜ KBDCompileApp git:(dev) ✗ dotnet --info .NET Core SDK (reflecting any global.json): Version: 2.2.101 Commit: 236713b0b7 Runtime E

VSCode with github permission denied (publickey)

I am trying to sync my VSCode with my GitHub so I can commit from VScode, but I get the error [email protected]: Permission denied (publickey). fatal: Could not r

Debugging Vue in VScode and Chrome, unbound breakpoint

I'm trying to debug a Vue website I'm writing in VSCode and Chrome. When I put a breakpoint in the data() { return {...} } function it stops on it, but if I try

Vscode source control doesn't recognize my repo

I have a local repo which was linked to a old remote repo. I made a new repo on GitHub and ran this in the folder git remote set-url origin <new repo url>

VSCode ModuleNotFoundError: No module named X

I am trying to build a new package, however, when I try to run any of the files from inside VSCode or from terminal, I am coming across this error: ModuleNotFou

How to watch instance method operator() result in VSCode C++?

My code is as follows: class Foo{ public: int operator()(int i) { return 1; } int operator++(int i) { return 1; } }

Custom emmet snippets not working in vscode

I am trying to set custom emmet snippets, but it is not working. My snippets.json file { "html": { "snippets": { "testing": "div{Hello World}" }

vscode python jedi client: couldn't create connection to server

I keep getting this message when I run Jupyter Notebook. comment : output:

How to search only in currently open files in vscode?

I usually work on larger projects with many files that would contain the search query. So I would open the files I want to modify and do a find/replace across a