Closed peteraritchie closed 6 months ago
Following https://code.visualstudio.com/api/get-started/your-first-extension at the time of writing this ends up with No matching version found for @types/vscode@^1.89.0. Going to npmjs.com (https://www.npmjs.com/package/@types/vscode) shows that the latest version is 1.88.0.
No matching version found for @types/vscode@^1.89.0
This should work now, 1.89 is published.
Following https://code.visualstudio.com/api/get-started/your-first-extension at the time of writing this ends up with
No matching version found for @types/vscode@^1.89.0
. Going to npmjs.com (https://www.npmjs.com/package/@types/vscode) shows that the latest version is 1.88.0.