Currently the vscode NPM module pulls vscode.d.ts from GitHub with a postinstall hook. We'd like to move the files to @types/vscode, and align the type package's version with VS Code versions. For example:
- VS Code 1.32 ->
@types/vscode 1.32
- VS Code 1.31 ->
@types/vscode 1.31
However I can't find a way to send PR that would publish the old versions.