EXE
WinGet
WebStorm (EAP)
JetBrains s.r.o. · 252.23309.26 · arm64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
WebStorm-252.23309.26-aarch64.exe /S
Log
WebStorm-252.23309.26-aarch64.exe /S /LOG="C:\Windows\Temp\WebStorm-252.23309.26-aarch64.exe.log"
File Identity
Filename
WebStorm-252.23309.26-aarch64.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
JetBrains.WebStorm.EAP
Version
252.23309.26
Description
The smartest JavaScript IDE
License
Freeware
↗
Upgrade Behavior
uninstallprevious(Uninstall previous first)
Elevation
elevationrequired(Required)
Release Notes
What's fixed:
- We've got rid of an infinite TypeScript project loading indicator (WEB-73220).
- We've added support for the TypeScript-Go language service and for TypeScript Native Previews (WEB-72048).
- We've fixed an issue with showing Jest test suites with failed teardowns as passed (WEB-46237).
- We've fixed erroneous navigation from an HttpMethod to an index.ts with the same declaration name instead of navigating to the method declaration in mymodule where the method was imported from (WE…