JetBrains / JetBrainsRuntime

Runtime environment based on OpenJDK for running IntelliJ Platform-based products on Windows, macOS, and Linux
GNU General Public License v2.0
1.26k stars 192 forks source link

JBR-6769 Make it possible to get info whether IDE is running in a virtual env #353

Closed mkartashev closed 4 months ago

mkartashev commented 4 months ago

JBR-6769 Make it possible to get info whether IDE is running in a virtual env

The commit adds a system property called intellij.os.virtualization whose value is the virtualization type as detected by HotSpot or none if running on hardware or unable to detect the virtualization kind.