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

Commit

Permalink
Add phpstorm snap support
Browse files Browse the repository at this point in the history
  • Loading branch information
Spurlos authored Aug 22, 2020
1 parent b6dfa8a commit 4b59631
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Supports:
- CLion (Toolbox, Snap)
- GoLand (Toolbox)
- PyCharm (Toolbox)
- PhpStorm (Toolbox)
- PhpStorm (Toolbox, Snap)
- Rider (Toolbox)

## Requirements
Expand Down
2 changes: 2 additions & 0 deletions extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ const PRODUCTS: Map<string, ProductInfo> = new Map<string, ProductInfo>(
desktopNames: [
// Toolbox installation
"jetbrains-phpstorm.desktop",
// Snap installation
"phpstorm_phpstorm.desktop",
],
},
{
Expand Down

0 comments on commit 4b59631

Please sign in to comment.