Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VS Code plugin #25

Open
lanesawyer opened this issue Jul 1, 2024 · 2 comments
Open

VS Code plugin #25

lanesawyer opened this issue Jul 1, 2024 · 2 comments

Comments

@lanesawyer
Copy link
Owner

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

@lanesawyer
Copy link
Owner Author

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.

@lanesawyer
Copy link
Owner Author

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 😁

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant