Skip to content

Commit

Permalink
feat: add support for gnome 47
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMarble committed Oct 31, 2024
1 parent c817d7e commit 7dd58a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ VSCode Search Provider Extension is a Gnome Shell Extension that integrates Visu

## Features

- Supports GNOME Shell 45 - 46
- Supports GNOME Shell 45 - 46 (and possibly newer versions)
- List all your local VSCode workspaces
- List all your remote VSCode projects

Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"donations": {
"github": "mrmarble"
},
"shell-version": ["45", "46"],
"shell-version": ["45", "46", "47"],
"settings-schema": "org.gnome.shell.extensions.vscode-search-provider"
}

0 comments on commit 7dd58a4

Please sign in to comment.