SIGN IN SIGN UP

Use vscode/@types for most extension samples

Fixes #180

Changes from using `vscode` to `@types/vscode` for the majority of extension samples. The `@types/vscode` package is much smaller and does not pull in any dependencies.

Other changes:

- Remove so empty test files
- Bump engine versions to match @types/vscode versions
- Use `npm run compile` for most `vscode:prepublish` scripts
M
Matt Bierner committed
0b26276bb6a194a7a063a76a1a6c3e6379ee3375
Parent: 10acd63