Skip to content
This repository has been archived by the owner on Apr 16, 2021. It is now read-only.

Commit

Permalink
Support Webstorm and CLion from snap
Browse files Browse the repository at this point in the history
  • Loading branch information
swsnr committed Jun 2, 2020
1 parent d2ce543 commit d05de0d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,17 @@ const PRODUCTS: Map<string, ProductInfo> = new Map<string, ProductInfo>(
desktopNames: [
// Toolbox installation
"jetbrains-webstorm.desktop",
// Snap installation
"webstorm_webstorm.desktop"
],
},
{
key: "clion",
desktopNames: [
// Toolbox installation
"jetbrains-clion.desktop",
// Snap installation
"clion_clion.desktop"
],
},
{
Expand Down

0 comments on commit d05de0d

Please sign in to comment.