Closed mogimogitomato closed 4 years ago
Thanks, I'll check this PR tomorrow!
Can you check it out the PR?
Thank you! I'll check soon.
You added this tasks.json because we want to run npm watch in background, right?
Yes!
By adding tasks.json, npm run watch
(this watch
is defined in package.json's script tsc -watch -p
) execute in background.
And when compile error detected, tasks report problems in console.
https://code.visualstudio.com/docs/editor/tasks#_processing-task-output-with-problem-matchers
*I referenced those debug construction from vscode's extension sample. https://github.com/microsoft/vscode-extension-samples/tree/master/completions-sample
Thank you! I merged refactor PR, fixed lightweight point and resolve package-locked.json's conflict. Best regards.
Thanks!
npm install
, open repository and pressF5
extension run as debug mode.)Sample is here.
16