MSI
WinGet
Lapce
Lapce · 0.2.1 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
msiexec /i Lapce-windows.msi /quiet /norestart
Intune Detection Rule
MSI Rule
Rule type
MSI information
Product code
{34A3554E-E1BD-4E97-A74E-D63F31CC0F40}
Product version operator
Greater than or equal to
Product version
0.2.1
MSI Properties
Product Code
{34A3554E-E1BD-4E97-A74E-D63F31CC0F40}
File Identity
Filename
Lapce-windows.msi
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
Lapce.Lapce
Version
0.2.1
Description
Lightning-fast and Powerful Code Editor written in Rust
License
Apache-2.0
↗
Homepage
https://lapce.dev/
Upgrade Behavior
install(Install over existing)
Release Notes
Features/Changes
- #1050: Collapse groups of problems in the problem list panel
- #1165: Command to reveal item in system file explorer
- #1196: Always show close button on focused editor tabs
- #1208: Sticky header breadcrumbs
- This provides a header at the top which tells you information about the current scope! Especially useful for long blocks of code
- As well, you can see that there is now a breadcrumb path to the current file.
- A language with syntax highlighting can have this add…