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
we do have a vscode extension, which adds itself as a package in package-lock.json - but it just bumps the version in line 3, but not in line 8, which is reference to own package. After npm install this version gets changed too..
{"name": "generic-vscode-extension","version": "0.1.0",// this gets bumped"lockfileVersion": 2,"requires": true,"packages": {"": {"version": "0.0.9",// this is just updated after running npm install, so not working"license": "MIT","devDependencies": {
...
}},
...
}}
The text was updated successfully, but these errors were encountered:
we do have a vscode extension, which adds itself as a package in package-lock.json - but it just bumps the version in line 3, but not in line 8, which is reference to own package. After npm install this version gets changed too..
The text was updated successfully, but these errors were encountered: