Open phoenixeliot opened 3 years ago
IIRC, to debug the "server", you need to:
code ./htmlhint
), and a second vs code instance in htmlhint-server (code ./htmlhint-server
)npm run compile
in htmlhint-server
directorynpm run compile
in htmlhint
directory
When I try to run the server and open an extension debugging window via f5, I get this error repeatedly in the console from
extensionHostProcess.js
:And this message in the testing window: ![Uploading Screen Shot 2020-12-26 at 6.54.40 PM.png…]()
Is there anything special beyond the instructions in the README.md that I need to do to run this extension in development mode?
This is on VS Code version
1.52.1