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
Does this issue occur when all extensions are disabled?: Yes/No
VS Code Version: 1.91 -> 1.99 (update)
OS Version: Windows 11
I have an internal vscode fork which we compile to the minified web version. Currently on version 1.91 but we have decided to upgrade it to version 1.99. We use the output workbench.html & callback.html in the out/vs/code/* directory do handle our authentication flow from our app to the served vscode fork. Why once we ugrade to 1.99 there are directories missing from the final build? (looks this this PR, #225948)
We build the minified version by:
git checkout release/1.99
npm install (yarn install 1.91)
npm run gulp vscode-web-min (yarn gulp vscode-web-min 1.91)
Steps to Reproduce:
The text was updated successfully, but these errors were encountered:
Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.99.2. Please try upgrading to the latest version and checking whether this issue remains.
Does this issue occur when all extensions are disabled?: Yes/No
I have an internal vscode fork which we compile to the minified web version. Currently on version 1.91 but we have decided to upgrade it to version 1.99. We use the output workbench.html & callback.html in the out/vs/code/* directory do handle our authentication flow from our app to the served vscode fork. Why once we ugrade to 1.99 there are directories missing from the final build? (looks this this PR, #225948)
We build the minified version by:
Steps to Reproduce:
The text was updated successfully, but these errors were encountered: