garethflowers / vscode-portable

Portable version of the Visual Studio Code editor.
https://garethflowers.dev/vscode-portable/
GNU General Public License v2.0
512 stars 71 forks source link

When will support VS 1.13.0 or auto update #25

Open Andrewyg opened 7 years ago

sethbacon commented 7 years ago

+1

garethflowers commented 7 years ago

Auto-updating is non-trivial task - but I will investigate.

In the meantime I've released v1.14.2.

alekk84 commented 7 years ago

how about v1.17?

RoyiAvital commented 6 years ago

Version 1.20.1 is out.

By the way, is there a reason why I can't disable Git Integration with this version? I copied all needed settings to my settings as described here https://stackoverflow.com/questions/30331338. Yet each time I launch the program it searches for Git and notifies it can't be found.

I'm using the latest current version (1.19.2).

Thank You.

RoyiAvital commented 6 years ago

@garethflowers , When you use the Online Download Installer why won't it download the latest version and that's it? Are those version different one from each other in a way the Portable System doesn't work?

garethflowers commented 6 years ago

Having a separate installer that always downloads the latest version is probably a good move. Let me check it out.

garethflowers commented 6 years ago

@RoyiAvital give this release a try.

RoyiAvital commented 6 years ago

I will give it a try. What's needed is someone watching they don't change what they write on Registry, locations of files, etc... on newer version so it stays Portable.

By the way, do you change all system variables before launching or do you use Copy on exit (I hope I understand correctly how PortableApps work)?

RoyiAvital commented 6 years ago

Hi, Do you use the --user-data-dir and --extension-dir launcher properties?

See here - https://github.com/Microsoft/vscode/issues/329#issuecomment-385172447.

garethflowers commented 6 years ago

Yes - we pass both as command line arguments to the code executable.

https://github.com/garethflowers/vscode-portable/blob/5ee80741d7ec551872e009d072852b6971134723/VSCodePortable/App/AppInfo/Launcher/VSCodePortable.ini#L4

garethflowers commented 6 years ago

Just noticed it looks we are using the wrong argument for the extensions though. I'll get that sorted.

RoyiAvital commented 6 years ago

@garethflowers , Any update on the Online Installer (The one which downloads the latest)? Could you fix the directory issue on it as well?

Thank You.

RoyiAvital commented 6 years ago

@garethflowers , Are you aware of that - https://github.com/Microsoft/vscode/issues/329#issuecomment-398144113?

Could you also update the template of the "Always Latest" version?