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
vsce (tool for building VS Code extensions) doesn't work well with yarn; details in microsoft/vscode-vsce#300.
We currently use https://www.npmjs.com/package/vsce-yarn-patch fork, but it's 3 years old and doesn't support modern features, e.g. --pre-release flag. So we currently can't upload prerelease extensions to the VS Code marketplace because of this.
This removes node_modules from dependencies all together fixing long
time issue with yarn putting only a subset of dependencies in the
extension source tree.
It as well makes extension footprint 15x smaller. (down to 2.3Mb)
Kinda fixesquantified-uncertainty#1162? It actually un-patches vsce though — it really is not
an issue it should be solving :D
cab404
added a commit
to cab404/squiggle
that referenced
this issue
Oct 8, 2022
This removes node_modules from dependencies all together fixing long
time issue with yarn putting only a subset of dependencies in the
extension source tree.
It as well makes extension footprint 15x smaller. (down to 2.3Mb)
Kinda fixesquantified-uncertainty#1162? It actually un-patches vsce though — it really is not
an issue it should be solving :D
cab404
added a commit
to cab404/squiggle
that referenced
this issue
Oct 8, 2022
This removes node_modules from dependencies all together fixing long
time issue with yarn putting only a subset of dependencies in the
extension source tree.
It as well makes extension footprint 15x smaller. (down to 2.3Mb)
Kinda fixesquantified-uncertainty#1162? It actually un-patches vsce though — it really is not
an issue it should be solving :D
vsce
(tool for building VS Code extensions) doesn't work well with yarn; details in microsoft/vscode-vsce#300.We currently use https://www.npmjs.com/package/vsce-yarn-patch fork, but it's 3 years old and doesn't support modern features, e.g.
--pre-release
flag. So we currently can't upload prerelease extensions to the VS Code marketplace because of this.The patch is pretty tiny: nlunets/vscode-vsce@master...bestander:vscode-vsce:master, so hopefully it shouldn't be hard to reproduce on top of the modern
vsce
.The text was updated successfully, but these errors were encountered: