EXE
WinGet
WebStorm
JetBrains s.r.o. · 2024.2.3 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
WebStorm-2024.2.3.exe /S
Log
WebStorm-2024.2.3.exe /S /LOG="C:\Windows\Temp\WebStorm-2024.2.3.exe.log"
Intune Detection Rule
Registry Rule
Rule type
Registry
Registry hive
Key path
HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\WebStorm 2024.2.3
Detection method
Value name
DisplayVersion
Operator
Greater than or equal to
Value
2024.2.3
Associated with 32-bit app on 64-bit clients
No
File Identity
Filename
WebStorm-2024.2.3.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
JetBrains.WebStorm
Version
2024.2.3
Description
The smartest JavaScript IDE
License
Proprietary
↗
Homepage
https://www.jetbrains.com/webstorm/
Upgrade Behavior
uninstallprevious(Uninstall previous first)
Release Notes
What's fixed:
- We've fixed the problem with inlay hints not being shown (WEB-68663).
- We've fixed performance problems with storing JSRecord types in maps (WEB-69141).
- We've improved performance optimizing JSFileImports.getOutFiles, JSImportGraph.add, and TypeScriptConfigImpl.getSimpleConfigImpl (WEB-69159, WEB -69158).
- We've improved loading TypeScript configs performance optimizing JsonPsiImplUtils.getName (WEB-69157).
- We've fixed incorrect template event resolution in Angular projects…