From d05de0d3e0b063b5741af613725adb8f3438ac8e Mon Sep 17 00:00:00 2001 From: Sebastian Wiesner Date: Tue, 2 Jun 2020 08:37:43 +0200 Subject: [PATCH] Support Webstorm and CLion from snap --- README.md | 4 ++-- extension.ts | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b34457d..4ecb968 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ Supports: - IDEA Ultimate (Toolbox, Snap, Flatpack) - IDEA Community Edition (Toolbox, Snap, Arch Linux Package) -- Webstorm (Toolbox) -- CLion (Toolbox) +- Webstorm (Toolbox, Snap) +- CLion (Toolbox, Snap) - GoLand (Toolbox) ## Requirements diff --git a/extension.ts b/extension.ts index 3f667cf..b64949b 100644 --- a/extension.ts +++ b/extension.ts @@ -108,6 +108,8 @@ const PRODUCTS: Map = new Map( desktopNames: [ // Toolbox installation "jetbrains-webstorm.desktop", + // Snap installation + "webstorm_webstorm.desktop" ], }, { @@ -115,6 +117,8 @@ const PRODUCTS: Map = new Map( desktopNames: [ // Toolbox installation "jetbrains-clion.desktop", + // Snap installation + "clion_clion.desktop" ], }, {