Help needed for setting up to work on the VS Code extension #983
-
Unlike actual coding I've never had much intuition for settings and configurations and build systems and web-adjacent stuff is worse for me than most other fields. I've actually written my own little VS Code extension before but it's not helping to get me started hacking on the Harper one. I'm on an M1 Mac and I'm trying to follow the instructions at I close the editor I use for working on Harper in Rust and open a new one with just the VS Code extension's folder. I open the Screen.Recording.2025-03-27.at.10.20.09.pm.mov |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 11 replies
-
@mcecode I believe you're the person to ask questions in this realm. |
Beta Was this translation helpful? Give feedback.
Mainly, I think you just missed installing the
connor4312.esbuild-problem-matchers
extension for the esbuild tasks and runningpnpm install
to install our extension's dependencies. Those should be done before trying to open the extension host.