Vitaly

Results 213 comments of Vitaly

Good idea, but there is contributing.md for this. In a short: `pnpm start` + `pnpm watch-plugin` + F5 (extension + server)

Something like this: https://github.com/zardoy/vscode-better-snippets/blob/main/CONTRIBUTING.MD But in this repo I don't recommend running integration tests, as they check only outline, but takes a lot of time to run.

> Seems this extension can't debug ts plugin? Fully debuggable if you launch `Extension + TS Plugin` on F5 from vscode. I didn't set tasks withing vscode to also launch...