Downloads:
49,232
Downloads of v 1.74.3:
5,948
Last Update:
11 Jan 2023
Package Maintainer(s):
Software Author(s):
- Microsoft
Tags:
microsoft visualstudiocode vscode editor ide javascript typescript foss cross-platform- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Visual Studio Code (Portable)
- 1
- 2
- 3
1.74.3 | Updated: 11 Jan 2023
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
49,232
Downloads of v 1.74.3:
5,948
Maintainer(s):
Software Author(s):
- Microsoft
Visual Studio Code (Portable) 1.74.3
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Microsoft. The inclusion of Microsoft trademark(s), if any, upon this webpage is solely to identify Microsoft goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Visual Studio Code (Portable), run the following command from the command line or from PowerShell:
To upgrade Visual Studio Code (Portable), run the following command from the command line or from PowerShell:
To uninstall Visual Studio Code (Portable), run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download vscode.portable --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade vscode.portable -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade vscode.portable -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install vscode.portable
win_chocolatey:
name: vscode.portable
version: '1.74.3'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'vscode.portable' do
action :install
source 'INTERNAL REPO URL'
version '1.74.3'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller vscode.portable
{
Name = "vscode.portable"
Version = "1.74.3"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'vscode.portable':
ensure => '1.74.3',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package is likely a meta/virtual (*) or an installer (*.install) or portable (*.portable) application package.
- Meta/virtual (*) - has a dependency on the *.install or the *.portable package - it is provided for discoverability and for other packages to take a dependency on.
- Portable (*.portable/*.commandline (deprecated naming convention)/*.tool (deprecated naming convention)) - usually zips or archives that require no administrative access to install.
- Install (*.install/*.app (deprecated naming convention)) - uses native installers, usually requires administrative access to install.
Learn more about chocolatey's distinction of installed versus portable apps and/or learn about this kind of package.
This package was approved as a trusted package on 24 Oct 2024.
Build and debug modern web and cloud applications. Code is free and available on your favorite platform - Linux, Mac OSX, and Windows.
Features
- Meet IntelliSense: Go beyond syntax highlighting and autocomplete with IntelliSense, which provides smart completions based on variable types, function definitions, and imported modules.
- Print statement debugging is a thing of the past: Debug code right from the editor. Launch or attach to your running apps and debug with break points, call stacks, and an interactive console.
- Git commands built-in: Working with Git has never been easier. Review diffs, stage files, and make commits right from the editor. Push and pull from any hosted Git service.
- Extensible and customizable: Want even more features? Install extensions to add new languages, themes, debuggers, and to connect to additional services. Extensions run in separate processes, ensuring they won't slow down your editor.
Notes
The package uses default install options except that it adds context menu entries and Visual Studio Code isn't started after installation.
$PackageName = 'vscode'
$InstallationPath = Join-Path $(Get-ToolsLocation) $PackageName
Remove-Item $InstallationPath -Recurse -Force -ErrorAction Ignore
Uninstall-BinFile -Name 'Code'
$LinkPath = Join-Path $([Environment]::GetFolderPath("CommonDesktopDirectory")) "Visual Studio Code.lnk"
if (!([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole] "Administrator")) {
$LinkPath = Join-Path $([Environment]::GetFolderPath("DesktopDirectory")) "Visual Studio Code.lnk"
}
Remove-Item -Path $LinkPath -Force -ErrorAction Ignore
Log in or click on link to see number of positives.
- vscode.portable.1.74.3.nupkg (c4e63e6d81e8) - ## / 64
- VSCode-win32-x64-1.74.3.zip (a31bdec3a5e7) - ## / 63
- VSCode-win32-ia32-1.74.3.zip (1e382e3d2dd8) - ## / 63
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Visual Studio Code (Portable) 1.74.3 | 5948 | Wednesday, January 11, 2023 | Approved | |
Visual Studio Code (Portable) 1.74.2 | 522 | Wednesday, December 21, 2022 | Approved | |
Visual Studio Code (Portable) 1.74.1 | 186 | Thursday, December 15, 2022 | Approved | |
Visual Studio Code (Portable) 1.74.0 | 213 | Thursday, December 8, 2022 | Approved | |
Visual Studio Code (Portable) 1.73.1 | 496 | Thursday, November 10, 2022 | Approved | |
Visual Studio Code (Portable) 1.73.0 | 200 | Thursday, November 3, 2022 | Approved | |
Visual Studio Code (Portable) 1.72.2 | 376 | Friday, October 14, 2022 | Approved | |
Visual Studio Code (Portable) 1.72.1 | 110 | Wednesday, October 12, 2022 | Approved | |
Visual Studio Code (Portable) 1.72.0 | 211 | Friday, October 7, 2022 | Approved | |
Visual Studio Code (Portable) 1.71.2 | 400 | Saturday, September 17, 2022 | Approved | |
Visual Studio Code (Portable) 1.71.1 | 108 | Thursday, September 15, 2022 | Approved | |
Visual Studio Code (Portable) 1.71.0 | 261 | Friday, September 2, 2022 | Approved | |
Visual Studio Code (Portable) 1.70.2 | 931 | Thursday, August 18, 2022 | Approved | |
Visual Studio Code (Portable) 1.70.1 | 579 | Thursday, August 11, 2022 | Approved | |
Visual Studio Code (Portable) 1.70.0 | 565 | Friday, August 5, 2022 | Approved | |
Visual Studio Code (Portable) 1.69.2 | 1505 | Tuesday, July 19, 2022 | Approved | |
Visual Studio Code (Portable) 1.69.1 | 581 | Wednesday, July 13, 2022 | Approved | |
Visual Studio Code (Portable) 1.69.0 | 318 | Friday, July 8, 2022 | Approved | |
Visual Studio Code (Portable) 1.68.1 | 1156 | Thursday, June 16, 2022 | Approved | |
Visual Studio Code (Portable) 1.68.0 | 374 | Saturday, June 11, 2022 | Approved | |
Visual Studio Code (Portable) 1.67.2 | 1081 | Thursday, May 19, 2022 | Approved | |
Visual Studio Code (Portable) 1.67.1 | 456 | Wednesday, May 11, 2022 | Approved | |
Visual Studio Code (Portable) 1.67.0 | 351 | Friday, May 6, 2022 | Approved | |
Visual Studio Code (Portable) 1.66.2 | 1209 | Thursday, April 14, 2022 | Approved | |
Visual Studio Code (Portable) 1.66.1 | 206 | Friday, April 8, 2022 | Approved | |
Visual Studio Code (Portable) 1.66.0 | 248 | Thursday, March 31, 2022 | Approved | |
Visual Studio Code (Portable) 1.65.2 | 350 | Friday, March 11, 2022 | Approved | |
Visual Studio Code (Portable) 1.65.1 | 124 | Wednesday, March 9, 2022 | Approved | |
Visual Studio Code (Portable) 1.65.0 | 166 | Friday, March 4, 2022 | Approved | |
Visual Studio Code (Portable) 1.64.2 | 325 | Friday, February 11, 2022 | Approved | |
Visual Studio Code (Portable) 1.64.1 | 150 | Wednesday, February 9, 2022 | Approved | |
Visual Studio Code (Portable) 1.64.0 | 191 | Friday, February 4, 2022 | Approved | |
Visual Studio Code (Portable) 1.63.2 | 612 | Saturday, December 18, 2021 | Approved | |
Visual Studio Code (Portable) 1.63.1 | 152 | Wednesday, December 15, 2021 | Approved | |
Visual Studio Code (Portable) 1.63.0 | 178 | Thursday, December 9, 2021 | Approved | |
Visual Studio Code (Portable) 1.62.3 | 284 | Friday, November 19, 2021 | Approved | |
Visual Studio Code (Portable) 1.62.2 | 163 | Friday, November 12, 2021 | Approved | |
Visual Studio Code (Portable) 1.62.1 | 130 | Wednesday, November 10, 2021 | Approved | |
Visual Studio Code (Portable) 1.62.0 | 176 | Friday, November 5, 2021 | Approved | |
Visual Studio Code (Portable) 1.61.2 | 283 | Wednesday, October 20, 2021 | Approved | |
Visual Studio Code (Portable) 1.61.1 | 175 | Friday, October 15, 2021 | Approved | |
Visual Studio Code (Portable) 1.61.0 | 173 | Friday, October 8, 2021 | Approved | |
Visual Studio Code (Portable) 1.60.2 | 396 | Thursday, September 23, 2021 | Approved | |
Visual Studio Code (Portable) 1.60.1 | 203 | Thursday, September 16, 2021 | Approved | |
Visual Studio Code (Portable) 1.60.0 | 312 | Saturday, September 4, 2021 | Approved | |
Visual Studio Code (Portable) 1.59.1 | 282 | Friday, August 20, 2021 | Approved | |
Visual Studio Code (Portable) 1.59.0 | 202 | Friday, August 6, 2021 | Approved | |
Visual Studio Code (Portable) 1.58.2 | 263 | Friday, July 16, 2021 | Approved | |
Visual Studio Code (Portable) 1.58.1 | 156 | Wednesday, July 14, 2021 | Approved | |
Visual Studio Code (Portable) 1.58.0 | 169 | Friday, July 9, 2021 | Approved | |
Visual Studio Code (Portable) 1.57.1 | 280 | Friday, June 18, 2021 | Approved | |
Visual Studio Code (Portable) 1.57.0 | 233 | Friday, June 11, 2021 | Approved | |
Visual Studio Code (Portable) 1.56.2 | 259 | Friday, May 14, 2021 | Approved | |
Visual Studio Code (Portable) 1.56.1 | 158 | Wednesday, May 12, 2021 | Approved | |
Visual Studio Code (Portable) 1.56.0 | 178 | Thursday, May 6, 2021 | Approved | |
Visual Studio Code (Portable) 1.55.2 | 213 | Wednesday, April 14, 2021 | Approved | |
Visual Studio Code (Portable) 1.55.1 | 136 | Friday, April 9, 2021 | Approved | |
Visual Studio Code (Portable) 1.55.0 | 176 | Thursday, April 1, 2021 | Approved | |
Visual Studio Code (Portable) 1.54.3 | 282 | Tuesday, March 16, 2021 | Approved | |
Visual Studio Code (Portable) 1.53.2 | 296 | Friday, February 12, 2021 | Approved | |
Visual Studio Code (Portable) 1.53.1 | 148 | Wednesday, February 10, 2021 | Approved | |
Visual Studio Code (Portable) 1.53.0 | 151 | Friday, February 5, 2021 | Approved | |
Visual Studio Code (Portable) 1.52.1 | 409 | Thursday, December 17, 2020 | Approved | |
Visual Studio Code (Portable) 1.52.0 | 176 | Friday, December 11, 2020 | Approved | |
Visual Studio Code (Portable) 1.51.1 | 312 | Thursday, November 12, 2020 | Approved | |
Visual Studio Code (Portable) 1.51.0 | 231 | Friday, November 6, 2020 | Approved | |
Visual Studio Code (Portable) 1.50.1 | 308 | Thursday, October 15, 2020 | Approved | |
Visual Studio Code (Portable) 1.50.0 | 228 | Friday, October 9, 2020 | Approved | |
Visual Studio Code (Portable) 1.49.3 | 207 | Saturday, October 3, 2020 | Approved | |
Visual Studio Code (Portable) 1.49.2 | 197 | Friday, September 25, 2020 | Approved | |
Visual Studio Code (Portable) 1.49.1 | 205 | Friday, September 18, 2020 | Approved | |
Visual Studio Code (Portable) 1.49.0 | 204 | Friday, September 11, 2020 | Approved | |
Visual Studio Code (Portable) 1.48.2 | 241 | Wednesday, August 26, 2020 | Approved | |
Visual Studio Code (Portable) 1.48.1 | 189 | Friday, August 21, 2020 | Approved | |
Visual Studio Code (Portable) 1.48.0 | 213 | Saturday, August 15, 2020 | Approved | |
Visual Studio Code (Portable) 1.47.3 | 254 | Tuesday, July 28, 2020 | Approved | |
Visual Studio Code (Portable) 1.47.2 | 229 | Friday, July 17, 2020 | Approved | |
Visual Studio Code (Portable) 1.47.1 | 171 | Wednesday, July 15, 2020 | Approved | |
Visual Studio Code (Portable) 1.47.0 | 189 | Friday, July 10, 2020 | Approved | |
Visual Studio Code (Portable) 1.46.1 | 283 | Friday, June 19, 2020 | Approved | |
Visual Studio Code (Portable) 1.46.0 | 204 | Thursday, June 11, 2020 | Approved | |
Visual Studio Code (Portable) 1.45.1 | 369 | Friday, May 15, 2020 | Approved | |
Visual Studio Code (Portable) 1.45.0 | 219 | Friday, May 8, 2020 | Approved | |
Visual Studio Code (Portable) 1.44.2 | 314 | Friday, April 17, 2020 | Approved | |
Visual Studio Code (Portable) 1.44.1 | 186 | Wednesday, April 15, 2020 | Approved | |
Visual Studio Code (Portable) 1.44.0 | 224 | Thursday, April 9, 2020 | Approved | |
Visual Studio Code (Portable) 1.43.2 | 236 | Thursday, March 26, 2020 | Approved | |
Visual Studio Code (Portable) 1.43.1 | 203 | Thursday, March 19, 2020 | Approved | |
Visual Studio Code (Portable) 1.43.0 | 233 | Tuesday, March 10, 2020 | Approved | |
Visual Studio Code (Portable) 1.41.1 | 521 | Friday, December 20, 2019 | Approved | |
Visual Studio Code (Portable) 1.41.0 | 210 | Friday, December 13, 2019 | Approved | |
Visual Studio Code (Portable) 1.40.2 | 232 | Tuesday, November 26, 2019 | Approved | |
Visual Studio Code (Portable) 1.40.1 | 240 | Thursday, November 14, 2019 | Approved | |
Visual Studio Code (Portable) 1.40.0 | 203 | Friday, November 8, 2019 | Approved | |
Visual Studio Code (Portable) 1.39.2 | 274 | Wednesday, October 16, 2019 | Approved | |
Visual Studio Code (Portable) 1.39.1 | 192 | Friday, October 11, 2019 | Approved | |
Visual Studio Code (Portable) 1.39.0 | 199 | Thursday, October 10, 2019 | Approved | |
Visual Studio Code (Portable) 1.38.1 | 323 | Thursday, September 12, 2019 | Approved | |
Visual Studio Code (Portable) 1.38.0 | 264 | Thursday, September 5, 2019 | Approved | |
Visual Studio Code (Portable) 1.37.1 | 260 | Saturday, August 17, 2019 | Approved | |
Visual Studio Code (Portable) 1.37.0 | 218 | Friday, August 9, 2019 | Approved | |
Visual Studio Code (Portable) 1.36.1 | 300 | Wednesday, July 10, 2019 | Approved | |
Visual Studio Code (Portable) 1.36.0 | 230 | Thursday, July 4, 2019 | Approved | |
Visual Studio Code (Portable) 1.35.1 | 289 | Thursday, June 13, 2019 | Approved | |
Visual Studio Code (Portable) 1.35.0 | 221 | Wednesday, June 5, 2019 | Approved | |
Visual Studio Code (Portable) 1.34.0 | 307 | Friday, May 17, 2019 | Approved | |
Visual Studio Code (Portable) 1.33.1 | 317 | Friday, April 12, 2019 | Approved | |
Visual Studio Code (Portable) 1.33.0 | 307 | Friday, April 5, 2019 | Approved | |
Visual Studio Code (Portable) 1.32.3 | 311 | Saturday, March 16, 2019 | Approved | |
Visual Studio Code (Portable) 1.32.2 | 221 | Thursday, March 14, 2019 | Approved | |
Visual Studio Code (Portable) 1.32.1 | 260 | Friday, March 8, 2019 | Approved | |
Visual Studio Code (Portable) 1.31.1 | 318 | Wednesday, February 13, 2019 | Approved | |
Visual Studio Code (Portable) 1.31.0 | 274 | Thursday, February 7, 2019 | Approved | |
Visual Studio Code (Portable) 1.30.2 | 322 | Wednesday, January 9, 2019 | Approved | |
Visual Studio Code (Portable) 1.30.1 | 289 | Wednesday, December 19, 2018 | Approved | |
Visual Studio Code (Portable) 1.29.1 | 299 | Saturday, November 17, 2018 | Approved | |
Visual Studio Code (Portable) 1.29.0 | 272 | Tuesday, November 13, 2018 | Approved | |
Visual Studio Code (Portable) 1.28.2 | 278 | Thursday, October 18, 2018 | Approved | |
Visual Studio Code (Portable) 1.28.1 | 289 | Friday, October 12, 2018 | Approved | |
Visual Studio Code (Portable) 1.28.0 | 267 | Monday, October 8, 2018 | Approved | |
Visual Studio Code (Portable) 1.27.2 | 277 | Friday, September 14, 2018 | Approved | |
Visual Studio Code (Portable) 1.27.1 | 250 | Friday, September 7, 2018 | Approved | |
Visual Studio Code (Portable) 1.26.1 | 314 | Saturday, August 18, 2018 | Approved | |
Visual Studio Code (Portable) 1.26.0 | 305 | Tuesday, August 14, 2018 | Approved | |
Visual Studio Code (Portable) 1.25.1 | 336 | Friday, July 13, 2018 | Approved | |
Visual Studio Code (Portable) 1.25.0 | 320 | Thursday, July 5, 2018 | Approved | |
Visual Studio Code (Portable) 1.24.1 | 327 | Thursday, June 14, 2018 | Approved | |
Visual Studio Code (Portable) 1.24.0 | 351 | Thursday, June 7, 2018 | Approved | |
Visual Studio Code (Portable) 1.23.1 | 395 | Saturday, May 12, 2018 | Approved | |
Visual Studio Code (Portable) 1.23.0 | 359 | Friday, May 4, 2018 | Approved | |
Visual Studio Code (Portable) 1.22.2 | 332 | Friday, April 13, 2018 | Approved | |
Visual Studio Code (Portable) 1.22.1 | 337 | Saturday, April 7, 2018 | Approved | |
Visual Studio Code (Portable) 1.21.1 | 400 | Thursday, March 15, 2018 | Approved | |
Visual Studio Code (Portable) 1.21.0 | 341 | Thursday, March 8, 2018 | Approved | |
Visual Studio Code (Portable) 1.20.1 | 387 | Thursday, February 22, 2018 | Approved | |
Visual Studio Code (Portable) 1.19.3 | 322 | Thursday, February 22, 2018 | Approved | |
Visual Studio Code (Portable) 1.14.2 | 743 | Sunday, July 23, 2017 | Approved | |
Visual Studio Code (Portable) 1.14.0 | 389 | Sunday, July 16, 2017 | Approved | |
Visual Studio Code (Portable) 1.10.1 | 534 | Friday, March 3, 2017 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about Visual Studio Code (Portable) and the Visual Studio Code (Portable) package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Visual Studio Code (Portable), or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.