Visual Studio Code 64 Bit 1.84.2

Full internal name:vs-code64
Project site:https://code.visualstudio.com/
Screen shots:
Screen shot
Download: Download Visual Studio Code 64 Bit 1.84.2

https://update.code.visualstudio.com/1.84.2/win32-x64/stable

VirusTotal results
Change log:https://code.visualstudio.com/updates
Description:

IDE. Supported languages: Batch, C#, C++, Clojure, CoffeeScript, CSS, Dart, Dockerfile, F#, Go, Groovy, Handlebars.js, HTML, Ini, Java, JavaScript, JSON, Less, Lua, Makefile, Markdown, Objective-C, Perl, PowerShell, PHP, Python, R, Ruby, Rust, Sass, SQL, Swift, TypeScript, Visual Basic and XML.

kw: vscode

License:unknown
Version:1.84.2
SHA-1 or SHA-256:
Type:one file
Dependencies:
    Tags:
    Text files:
    .Npackd\Install.bat:
    ren "%npackd_package_binary%" setup.exe
    setup.exe /SP- /VERYSILENT /SUPPRESSMSGBOXES /NOCANCEL /NORESTART /DIR="%CD%" /SAVEINF="%CD%\.Npackd\InnoSetupInfo.ini" /LOG="%CD%\.Npackd\InnoSetupInstall.log"
    set err=%errorlevel%
    type .Npackd\InnoSetupInstall.log
    if %err% neq 0 exit %err%
    
    .Npackd\Uninstall.bat:
    unins000.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /LOG="%CD%\.Npackd\InnoSetupUninstall.log"
    set err=%errorlevel%
    type .Npackd\InnoSetupUninstall.log
    if %err% neq 0 exit %err%
    
    .Npackd\ExportUserSettings.bat:
    rem copy directories to LocalAppData
    for %%d in ("CMakeTools") do @( 
        if exist "%localappdata%\%%d" (
    	    xcopy /y /e /i "%localappdata%\%%d" "LocalAppData\%%d"
    		if %errorlevel% neq 0 exit /b %errorlevel%
    	)
    )
    
    rem copy directories to AppData
    for %%d in ("Code\User\snippets") do @( 
        if exist "%appdata%\%%d" (xcopy /y /e /i "%appdata%\%%d" "AppData\%%d")
        if %errorlevel% neq 0 exit /b %errorlevel%
    )
    
    rem copy files to AppData
    for %%d in ("Code\User\keybindings.json" "Code\User\settings.json") do @( 
        if exist "%appdata%\%%d" (copy /b /y "%appdata%\%%d" "AppData\%%d")
        if %errorlevel% neq 0 exit /b %errorlevel%
    )
    
    .Npackd\ImportUserSettings.bat:
    if exist LocalAppData (xcopy /y /e /i LocalAppData "%localappdata%")
    if %errorlevel% neq 0 exit /b %errorlevel%
    
    if exist AppData (xcopy /y /e /i AppData "%appdata%")
    if %errorlevel% neq 0 exit /b %errorlevel%
    
    Last modified:Sun Jan 28 22:33:28 UTC 2024
    Last modified by:tim.lebedk...
    Created:Sun Jan 28 22:33:08 UTC 2024
    Created by:tim.lebedk...
    Automated tests:1 of 1 installations succeeded, 1 of 1 removals succeeded