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
Since we can have different versions of the vscode extension API installed, it would be helpful if there were a way to quickly figure out the installed version.
One way would be to use Intellisense and have a variable "version_0_10_3" that has the version number in its name.
The text was updated successfully, but these errors were encountered:
@jrieken I'm testing #1881 and changing the engine version in package.json does not seem to have any effect. But it's difficult for me figure out what vscode API version is installed because I do not have the API change history in my head. It would be great if intellisense could be used to quickly learn what version of the vscode API is installed.
hm, we do have something like this which I think is the more proper way to go. I understand the intellisense desire but encoding a value as a symbol which changes every release doesn't sound appealing to me
Since we can have different versions of the vscode extension API installed, it would be helpful if there were a way to quickly figure out the installed version.
One way would be to use Intellisense and have a variable "version_0_10_3" that has the version number in its name.
The text was updated successfully, but these errors were encountered: