/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js.
$onExtensionActivationError @ mainThreadExtensionService.ts:107
S @ rpcProtocol.ts:458
Q @ rpcProtocol.ts:443
M @ rpcProtocol.ts:373
L @ rpcProtocol.ts:299
(anonymous) @ rpcProtocol.ts:161
B @ event.ts:1243
fire @ event.ts:1274
fire @ ipc.net.ts:652
l.onmessage @ localProcessExtensionHost.ts:378
changing my node in the confib to /Users/bcrosby/.nvm/versions/node/v20.15.1/bin/node which is what I get when I run which node and restarted VS Code but it didn't help
I tried:
closing VS Code
deleting the extensions folder (rm -rf wallabyjs.quokka-vscode-1.0.668)
Issue description or question
Is this issue related to Quokka not outputting the expected results of your code?: No
I'm not able to start Quokka. The developer tools show error:
I'm using nvm, here's my config:
node version is v20.15.1
I tried:
changing my node in the confib to /Users/bcrosby/.nvm/versions/node/v20.15.1/bin/node which is what I get when I run
which node
and restarted VS Code but it didn't helpI tried:
I've tried:
installing
ts-node
globallynpm install -g ts-node
but that didn't help.
Wallaby.JS is installed and working fine:
Code editor version
Visual Studio Code Version: 1.95.3 (Universal)
OS name and version
OSX - 15.1 (24B83)