Skip to content

Commit 7ffc859

Browse files
committed
=vscode insiders version 1.72 portableapps installer version 3.7.2
1 parent 8189129 commit 7ffc859

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+1502
-1412
lines changed

README.md

+45-28
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,57 @@
1-
# Visual Studio Code Portable
1+
# Visual Studio Code Insiders Portable
22

3-
Visual Studio Code is a code editor redefined and optimized for building and
4-
debugging modern web and cloud applications.
3+
Visual Studio Code is a mid-weight but powerful source code editor which runs on your desktop and is available for Windows, macOS, and Linux. It comes with built-in support for JavaScript, TypeScript, and Node.js and has a rich ecosystem of extensions for other languages and runtimes (such as C++, C#, Java, Python, PHP, Go, .NET).
54

6-
Visual Studio Code Portable is the Visual Studio Code text editor packaged with
7-
a PortableApps.com launcher as a portable app, so you can browse in privacy on
8-
your iPod, USB flash drive, portable hard drive, etc. It has all the same
9-
features as Visual Studio Code, plus, it leaves no personal information behind
10-
on the machine you run it on, so you can take it with you wherever you go.
5+
Visual Studio Code Insiders PortableApps.com edition is the Visual Studio Code Insiders application packaged with a PortableApps.com Launcher as a portable app. It supplies all the same features as Visual Studio Code Insiders. You can run it on a USB flash drive, or removable hard disk drive, without leaving personal information behind on that machine.
116

12-
## Download
7+
8+
## Known Issues
139

14-
All other downloads are available [in the Releases section][D1]. Visual Studio Code Portable
15-
is packaged as an online installer and complete zip file.
10+
This portable app cannot auto-upgrade by itself. A workaround is running the portable app installer again to download the latest version and overwrite the existing installation.
1611

17-
[D1]: https://github.com/garethflowers/vscode-portable/releases/latest
12+
This portable app is not fully clean if you installed VSCode extensions running code outside VSCode. For example, TabNine. There is no workaround for now.
1813

19-
## Features
14+
15+
## Download
2016

21-
* Runs a full copy of the Visual Studio Code editor.
22-
* Completely portable - runs off a USB, cloud drive (DropBox, iCloud drive, OneDrive, etc) or hard drive.
23-
* Does not require administrator privileges, works for any user.
24-
* No need for any external software - simply download extract and run!
25-
* Packaged in PortableApps.com format for easy integration.
17+
All other downloads are available [in the Releases section](https://github.com/MilkyMAISHIRANUI/VSCode-Insiders-PortableApps/releases/latest). Visual Studio Code Insiders Portable is packaged as an online installer file.
2618

27-
## System Requirements
19+
20+
## Features
2821

29-
* Microsoft Windows 7 or later.
30-
* [PortableApps.com Platform](https://portableapps.com/download) (Optional)
22+
* Runs a full copy of the Visual Studio Code Insiders editor.
3123

32-
## Credits
33-
* Visual Studio Code Portable is a redistribution of the [Visual Studio Code](https://code.visualstudio.com) editor, developed by [Microsoft](https://www.microsoft.com).
34-
* [PortableApps.com platform](https://portableapps.com/download) developed by the [PortableApps.com team](https://portableapps.com).
24+
* Completely portable - runs on a USB, cloud drive (DropBox, iCloud Drive, OneDrive, and so on), or hard disk drive.
3525

36-
## License
26+
* Take your settings and extensions to go. Work with your configuration without cloud syncing.
3727

38-
* Visual Studio Code Portable released under [the GPL v2.0 license](https://raw.githubusercontent.com/garethflowers/vscode-portable/master/LICENSE).
39-
* PortableApps.com Launcher released under [the GPL v2.0 license](https://raw.githubusercontent.com/garethflowers/vscode-portable/master/VSCodePortable-x64/Other/Source/LauncherLicense.txt).
40-
* The Visual Studio Code editor is released under [the MIT license](https://raw.githubusercontent.com/Microsoft/vscode/master/LICENSE.txt).
28+
* Does not require administrator privileges. It works for any user.
29+
30+
* No need for any external software - one click download and run.
31+
32+
* Packaged in PortableApps.com format version 3.7 for easy integration.
33+
34+
35+
## System Requirements
36+
37+
* Microsoft Windows 7 or later.
38+
39+
* [PortableApps.com Platform](https://portableapps.com/download) (Optional)
40+
41+
42+
## Credits
43+
44+
* Visual Studio Code Insiders Portable is a redistribution of the [Visual Studio Code](https://code.visualstudio.com) editor, developed by [Microsoft](https://www.microsoft.com).
45+
46+
* [PortableApps.com Platform](https://portableapps.com/download) developed by the [PortableApps.com team](https://portableapps.com).
47+
48+
49+
## License
50+
51+
* Visual Studio Code Insiders Portable released under [the GPL v2.0 license](https://raw.githubusercontent.com/MilkyMAISHIRANUI/VSCode-Insiders-PortableApps/master/LICENSE).
52+
53+
* PortableApps.com Launcher released under [the GPL v2.0 license](https://raw.githubusercontent.com/MilkyMAISHIRANUI/VSCode-Insiders-PortableApps/master/VSCodePortable-x64/Other/Source/LauncherLicense.txt).
54+
55+
* The Visual Studio Code editor is released under [the MIT license](https://raw.githubusercontent.com/Microsoft/vscode/master/LICENSE.txt).
56+
57+
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
1-
[Format]
2-
Type=PortableApps.comFormat
3-
Version=3.5
4-
5-
[Details]
6-
Name=Visual Studio Code Portable (32-bit)
7-
AppId=VSCodePortable-x86
8-
Publisher=Gareth Flowers, Microsoft & PortableApps.com
9-
Homepage=https://garethflowers.dev/vscode-portable
10-
Category=Development
11-
Description=Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications.
12-
Language=Multilingual
13-
14-
[License]
15-
Shareable=true
16-
OpenSource=true
17-
Freeware=true
18-
CommercialUse=true
19-
20-
[Version]
21-
PackageVersion=2.0.0.0
22-
DisplayVersion=Latest-2.0.0
23-
24-
[Dependencies]
25-
UsesDotNetVersion=4.5
26-
27-
[Control]
28-
Icons=1
29-
Start=VSCodePortable-x86.exe
1+
[Format]
2+
Type=PortableApps.comFormat
3+
Version=3.5
4+
5+
[Details]
6+
Name=Visual Studio Code Insiders Portable (64-bit)
7+
AppId=VSCodeInsidersPortable-x64
8+
Publisher=MilkyMaI, Microsoft & PortableApps.com
9+
Homepage=https://github.com/MilkyMAISHIRANUI/VSCode-Insiders-PortableApps
10+
Category=Development
11+
Description=Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications.
12+
Language=Multilingual
13+
14+
[License]
15+
Shareable=true
16+
OpenSource=true
17+
Freeware=true
18+
CommercialUse=true
19+
20+
[Version]
21+
PackageVersion=3.7.2.0
22+
DisplayVersion=3.7.2.0
23+
24+
[Dependencies]
25+
UsesDotNetVersion=4.5
26+
27+
[Control]
28+
Icons=1
29+
Start=VSCodeInsidersPortable-x64.exe
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[DownloadFiles]
2+
DownloadURL=https://code.visualstudio.com/sha/download?build=insider&os=win32-x64-archive
3+
DownloadName=Visual Studio Code Insiders 64-bit (Latest)
4+
DownloadFilename=VSCode-win32-x64-x.x.x-insider.zip
5+
AdvancedExtract1To=App\VSCodeInsiders
6+
AdvancedExtract1Filter=**
7+
AdditionalInstallSize=800000
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
[Launch]
2-
ProgramExecutable=VSCode\code.exe
3-
CommandLineArguments='--user-data-dir="%PAL:DataDir%\code" --extensions-dir="%PAL:DataDir%\code\extensions"'
4-
DirectoryMoveOK=yes
5-
DisableSplashScreen=true
6-
SplashTime=0
7-
SupportsUNC=yes
8-
MinOS=7
9-
10-
[Environment]
11-
VSCODE_HOME=%PAL:DataDir%\code
12-
13-
[DirectoriesCleanupIfEmpty]
14-
1=%APPDATA%\Code
15-
2=%APPDATA%\Visual Studio Code\logs
16-
3=%APPDATA%\Visual Studio Code
17-
4=%USERPROFILE%\.vscode\extensions
18-
5=%USERPROFILE%\.vscode
1+
[Launch]
2+
ProgramExecutable=VSCodeInsiders\Code - Insiders.exe
3+
CommandLineArguments='--user-data-dir="%PAL:DataDir%\code" --extensions-dir="%PAL:DataDir%\code\extensions"'
4+
DirectoryMoveOK=yes
5+
DisableSplashScreen=true
6+
SplashTime=0
7+
SupportsUNC=yes
8+
MinOS=7
9+
10+
[Environment]
11+
VSCODE_HOME=%PAL:DataDir%\code
12+
13+
[DirectoriesCleanupIfEmpty]
14+
1=%APPDATA%\Code
15+
2=%APPDATA%\Visual Studio Code\logs
16+
3=%APPDATA%\Visual Studio Code
17+
4=%USERPROFILE%\.vscode\extensions
18+
5=%USERPROFILE%\.vscode
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
[Format]
2+
Type=PortableApps.comFormat
3+
Version=3.5
4+
5+
[Details]
6+
Name=Visual Studio Code Insiders Portable (64-bit)
7+
AppId=VSCodeInsidersPortable-x64
8+
Publisher=MilkyMaI, Microsoft & PortableApps.com
9+
Homepage=https://github.com/MilkyMAISHIRANUI/VSCode-Insiders-PortableApps
10+
Category=Development
11+
Description=Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications.
12+
Language=Multilingual
13+
14+
[License]
15+
Shareable=true
16+
OpenSource=true
17+
Freeware=true
18+
CommercialUse=true
19+
20+
[Version]
21+
PackageVersion=3.7.2.0
22+
DisplayVersion=3.7.2.0
23+
24+
[Dependencies]
25+
UsesDotNetVersion=4.5
26+
27+
[Control]
28+
Icons=1
29+
Start=VSCodeInsidersPortable-x64.exe
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[VSCodeInsidersPortable-x64Settings]
2+
LastDrive=D:
3+
LastDirectory=\VSCodeInsidersProtable-x64
4+
[PortableApps.comLauncherLastRunEnvironment]
5+
PAL:LastPortableAppsBaseDir=D:

0 commit comments

Comments
 (0)