SIGN IN SIGN UP

Use import type when importing `vscode` under src

When the core references `vscode`, we only want to import the types and never generate a real import (which will fail to load). Use `import type` to better enforce this
M
Matt Bierner committed
1b70625f8c7c3b8ae24e22c25d261c19f99746e0
Parent: d2911af