microsoft/vscode

Explore what it takes to ship VS Code as a UWP application

bpasero opened this issue Β· 10 comments

Goals:

  • what does it take to convert VS Code to UWP
  • what are issues we see when running Code from the store

/cc @kieferrm @egamma @seanmcbreen @chrisdias

Needs a proper done criteria. Also no longer seems to be on the January plan.

Do something for your company, you are Microsoft, right?
Just like Nintendo should release its latest Mario on Switch.

@bpasero Yo, check out electron-windows-store - even if you don't end up using it, I'd love to hear why it wouldn't work for y'all!

https://github.com/felixrieseberg/electron-windows-store

@felixrieseberg I was just going to refer to that project after I read your blog post. πŸ˜›

Investigation is done. Closing (and duplicates #10759)

Any decision or observations based on the investigation?

For those interested in the results of the investigation… We used the desktop app converter to convert VS Code to a UWP app that uses the Desktop Bridge (aka a β€œCentennial” application) that provides a Windows Store setup experience and access to a subset of the full UWP API. The conversion worked quite well and we were able to side load VS Code as a Windows Store application with no loss of functionality.

So, this closes the investigation for the product itself. The next investigation we would need to do is understand how to adapt our internal build systems to produce daily/monthly builds that can be published through the Store. Once that is understood, we will decide if and when it makes sense to move forward with this effort and actually put it on the backlog.

Awesome! πŸ‘ πŸ˜„ 😺 ❀️
The UWP App, works even on Windows 10 Mobile and continuum?

@OrbintSoft no, it is still a win32 application that runs node and spawns non-UWP processes. The desktop conversion does not mean it automatically runs on mobile/continuum. See the table on the desktop bridge page.

Any updates here? Would love to be able to ensure VS Code gets into the store...