When compiling VSCode extension then typescript persistently complained
error TS2307: Cannot find module \'vscode\'.
Installation <
Update your Package.json "scripts" section to be:
Package.json
"scripts"
"compile": "tsc -watch -p ./",