You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Started on it, but can't get Hello World working after following the steps from their website. I'm betting it's because I use the Snap version of VSCode. Yay Snap.
Errors:
[error] Error: [ExtensionListenerError] Extension 'rvest.vs-code-prettier-eslint' FAILED to handle event: TypeError: Cannot destructure property 'document' of 'undefined' as it is undefined.
[error] TypeError: Cannot read properties of undefined (reading 'buildError')
[error] SyntaxError: Initializers are not allowed in ambient contexts. (18:24)
I've committed to the lane/25-vscode-extension branch, which has the hello world code all set up. Maybe I'll try installing the .deb version of VS Code soon and see if that helps.
Turns out I'm just a big dummy and didn't put the .vscode folder at the root so it wasn't picking up on the files because they weren't where the default launch.json thought they should be! Working on starting the extension now 😁
This will become immensely more useful once there's a VS Code plugin that can highlight issues and keep the results file up to date
The text was updated successfully, but these errors were encountered: