Giter VIP home page Giter VIP logo

vscode-portable's Introduction

Visual Studio Code Portable

Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications.

Visual Studio Code Portable is the Visual Studio Code text editor packaged with a PortableApps.com launcher as a portable app, so you can browse in privacy on your iPod, USB flash drive, portable hard drive, etc. It has all the same features as Visual Studio Code, plus, it leaves no personal information behind on the machine you run it on, so you can take it with you wherever you go.

Download

All other downloads are available in the Releases section. Visual Studio Code Portable is packaged as an online installer and complete zip file.

Features

  • Runs a full copy of the Visual Studio Code editor.
  • Completely portable - runs off a USB, cloud drive (DropBox, iCloud drive, OneDrive, etc) or hard drive.
  • Does not require administrator privileges, works for any user.
  • No need for any external software - simply download extract and run!
  • Packaged in PortableApps.com format for easy integration.

System Requirements

Credits

License

vscode-portable's People

Contributors

adamskrz avatar arifpedia avatar garethflowers avatar issaaccbb avatar mxschmitt avatar nidunc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

vscode-portable's Issues

The .NET CLI tools cannot be located

After installing the C# extension VS Code gives this error message:
The .NET CLI tools cannot be located. .NET Core debugging will not be enabled. Make sure .NET CLI tools are installed and are on the path.

There is a setting for C# which disables this warning.
"Suppress Dotnet Install Warning" found under "User Settings>Extensions>C# configuration"

But there is something wrong with this portable installation since when I type "dotnet new console" in the terminal I get this error:

dotnet : The term 'dotnet' is not recognized as the name of a cmdlet, function, script
 file, or operable program. Check the spelling of the name, or if a path was included,
 verify that the path is correct and try again.
At line:1 char:1
+ dotnet new console
+ ~~~~~~
    + CategoryInfo          : ObjectNotFound: (dotnet:String) [], CommandNotFoundExce 
   ption
    + FullyQualifiedErrorId : CommandNotFoundException

Applying updates

I can't apply updates, neither through auto-updates nor by manually overwriting files. The process is pretty unclear to me.

Is it possible to move the extensions folder?

Hello,

Visual Studio Code Portable install the extensions in C:\Users\sdl96354\.vscode\extensions. I use a PC from my work and this folder has a restricted size. It it possible to use another folder?

Update to v1.18.0 + new icon

Currently Microsoft Visual Studio Code is at version 1.18.0 (see https://code.visualstudio.com/updates). However, this version/repository is still at 1.16.1, which is at least three versions behind the current version (1.17.0, 1.17.1 and now 1.18.0).
I've tested the latest version as a portable app and it works fine, so you should be able to update the version number and archive information without it causing any problems.

VSCode's icon has also recently changed, the colour went from blue to orange (and the design is different), and it would probably be prudent to incorporate that change into this repository. To that end, I've forked your repository and changed all the icons (as well as remade the launcher, so it makes use of the new icons).

If you don't mind, I'll submit a pull request after submitting this issue to incorporate both changes. Feel free to look it over, but of course you're not obliged to incorporate the changes into your own repository.

Orphaned Code.exe processes

Thank you for an excellent and most valuable project.
I'm seeing one issue: After closing VS code there are up to four orphaned Code.exe processes running in the background consuming RAM, and when VS code is opened again and then closed minutes later, there are then more orphaned Code.exe processes, as seen in Task Manager, and free RAM gets consumed, possibly crashing the computer. This is a Windows 10, 64 bit machine.

Issue with the paf file

Hi there,

Minor issue here.
I downloaded the portable version from sourceforge and when I opened the file I got the following error.

vscode_portable

Is seems that the file has to be renamed to VSCodePortable_Latest_online.paf.exe in order to be able to download files from the internet. As it indicates this is so the user knows that the file will download something from the network.

Auto update on start

This url always points to the latest Windows version in a zip file. Just extract contents into VSCodePortable/App/VSCode and done. The only issue would be figuring out how to check if an update is necessary.

A linux version?

Will you be releasing a portable Linux version of this?
I like having my toolbox USB loaded up with cross platform software, and since VS Code already has a Linux version, making it portable, shouldn't be all that hard. :)

Separate package wanted

Can you bundle all within an offline installer, or at least make it a zip that can be extracted to the installation directory? Is it really slow downloading through the installer in some circumstances.

VS Code doesn't start

When I try to start VS code, code.exe starts running but the programm itself is missing. I've tried this on multiple machines, but the problem remains the same.

[C# Portable] Problem installing C# dependencies

  • VSCode poratble installed successully
  • C# Extension installed, editor restarted and got error:
Installing C# dependencies...
Platform: win32, x86_64

Downloading package 'OmniSharp for Windows (.NET 4.6 / x64)' 	Retrying from 'https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-win-x64-1.29.1.zip' Downloading package '.NET Core Debugger (Windows / x64)' 	Retrying from 'https://vsdebugger.blob.core.windows.net/coreclr-debug-1-14-7/coreclr-debug-win7-x64.zip' 
Installing package 'OmniSharp for Windows (.NET 4.6 / x64)'
Failed at stage: installPackages
Error: end of central directory record signature not found

Finished

Renaming the executable

I would like to start portable VS Code from the command line. For example I would like to start it with

code .

Renaming the exe to code caused an exception. Any ideas?

VS Codes freeezes right after start

Hi Gareth,

VS Code worked fine so far. Since a few days (I guess after upgrading to V 1.6.1) it freezes completly after start. The same folder, the same files opened by VS Code locally - everything is fine. Cleaned the cache files, cleaned the VS Code Folder and refilled it with a bunch of "clean" files - but nothing changed.

Then I realized that it might be a "css problem"
on VS Code portable:
vscode1

VS Code portable (works fine):
vscode2

Would be great if you can help!
thanks
Thorsten

Need process to upgrade from previous versions

Upgrading from a previous version by simply overwriting the portable app blows away user configurations (extensions, configuration settings, etc.). Any way you could post instructions for salvaging user configurations while upgrading to new versions?

Thanks,
Josh

Create separate 64bit and 32bit versions

Create both a 32bit and 64bit version.

The only problem I see is that it downloads both 32 Bit and 64 Bit versions of VS Code.
It takes a lot of time on slow connections.
I'd argue 99% of users use 64 Bit version so to the least I'd like to see a 64 Bit version only.

Originally posted by @RoyiAvital in #53 (comment)

File path too long when extracting

issue1
issue2

Still attempted to run it, but it cannot run because of privileges. This is definitely an issue with my computer at work unfortunately.

issue3

No Issue, Just Thanks

I don't do twitter to contact you. So you can close this issue when you see it.
I just wanted to say THANK YOU! for making this. You have no idea how much this has helped me.

language

When I set the programming language to Chinese, the program restarts in English.

Disappearing Extension

I added an extension folder into Data\vscode\extensions. When I start VSCodePortable the folder is not copied to .vscode\extensions and the extension folder under Data\vscode\extensions is gone after I close VSCodePortable.

folder name with "#"

App dont start if put VSCode folder in folder with "#" in name (like "# programs")

Missing file in archive

Hello, I have been provided your app by a teacher a year ago, and thought it was a really useful to code since it's waaay lighter than the original app and we can use it on anything, which is useful if you have to code on the go. But since then, I my storage device failed and I had to redownload it... Only to find that I couldn't run it because of a missing file as seen below.

vscode portable missing file
"Visual Studio Code Portable couldn't start. You could try to reinstall it to solve the problem. (ERROR: App\VSCode64\code.exe not found)"

I hope you can solve this quickly as this app is really important for me and I have a too bad internet provider to download the 17 GB of the main app (if it is even compatible).

Have a good day and keep up th good work.

EDIT: Translated the error message from french to english.

Error when running install file

I am trying to download and install Visual Studio Code Portable.
When I double-click the downloaded file, I get the following error:

ProtableApps.com Installers that download files must end with "_online.paf.exe".
This is to ensure that users always know that an installer downloads files before it is run.
Please rename the file to end in _online.paf.exe before running.

git portable

Hi

I am using the official portable git and I pointed git.path to its directory, it seems to work but it keeps opening terminal instances for every single command and its a little bit annoying and make me loose focus. Do you think there may be a better solution, since unlike Atom, Visual Studio Code does not ship with built-in git support?

how to update old vscode portable?

hi good day! i am a student and still learning a lot of things. i was wondering how can i update my old version of vscode portable? can i just extract the new files in my old folder so that i wont have to re install all the plugins in my old version? thank you for your time reading my question. regards

Choose custom folder "PlatformIO Core (CLI)"

As the title “PlatformIO Core (CLI)” by default is installed in the “C:\Users\ad\AppData\Roaming\SPB_Data”.

To be truly portable I would like to install “PlatformIO Core (CLI)” in a folder of my choice, for example the Visual Studio Code folder.

Thank you for reading this message.

Stefano

Reopening Previous Files

When I restart VSCodePortable, can it reload files that were open when I closed VSCodePortable?

Integration w/ GitPortable

Hi there

Git has to be installed to use it within VSCode, however there is GitPortable available within PA format.

Would it be possible to let VSCodePortable use GitPortable?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.