You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Unable to install on an old version of vscode
Describe the solution you'd like
Put the lowest possible version of vs code in package.json
"engines": {
"vscode": "^1.46.0"
},
Additional context
My students do not have the rights to update VSCode and therefore cannot install the extension. So I have to fork it so they can install it.