Jooda
Jooda
DDeno
Created by Jooda on 2/13/2024 in #help
VSCode Extension Failing ot Initialize
RESOLVED :party_deno: For me, I ended up reinstalling Deno via a different method. The first time I had used the first option listed in the docs:
curl -fsSL https://deno.land/install.sh | sh
curl -fsSL https://deno.land/install.sh | sh
The 2nd time I used Homebrew:
brew install deno
brew install deno
Then subsequently rebooted VSCode and it seems to work now!
4 replies