Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Codespace HelloWorld tutorial mismatched version #908

Closed
dcm31 opened this issue Sep 7, 2023 · 1 comment
Closed

Codespace HelloWorld tutorial mismatched version #908

dcm31 opened this issue Sep 7, 2023 · 1 comment

Comments

@dcm31
Copy link

dcm31 commented Sep 7, 2023

I booted up a brand new Codespace in a new repo and tried to step through the 'Your First Extension' tutorial and kept getting errors. Only when I modified the package.json file to overwrite the VSCode versions down one did it work.

From "@types/vscode": "^1.82.0", to "@types/vscode": "^1.81.0",
and
from "engines": {
"vscode": "^1.82.0"
},

to

"engines": {
"vscode": "^1.81.0"
},

@mjbvz
Copy link
Contributor

mjbvz commented Apr 29, 2024

I suspect this issue is out of date now. The versions in your package.json should be <= whatever version of vscode your running the extension on

@mjbvz mjbvz closed this as completed Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants