Skip to content

Commit

Permalink
fix: vscodium name app (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
remigermain authored Dec 3, 2024
1 parent 9903b74 commit 4e303d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vscode-search-provider",
"version": "2.1.0",
"version": "2.2.0",
"description": "Provide search results from vscode",
"type": "module",
"private": true,
Expand Down
2 changes: 2 additions & 0 deletions src/provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ export default class VSCodeSearchProvider<
"code",
"code-insiders",
"code-oss",
"codium",
"codium-insiders",
"com.vscodium.codium",
"com.vscodium.codium-insiders",
];
Expand Down

0 comments on commit 4e303d0

Please sign in to comment.