Skip to content

Commit

Permalink
[vscode_projects:1.3] Remove unnecessary slashes in the icons url
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharsie committed Jun 29, 2024
1 parent 2e8d6c0 commit 969dcb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vscode_projects/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ def _createItem(self, project: Project, query: Query) -> StandardItem:
id=project.path,
text=project.displayName,
subtext=project.path,
iconUrls=[f"file://{Path(__file__).parent}/icon.svg"],
iconUrls=[f"file:{Path(__file__).parent}/icon.svg"],
inputActionText=f"{query.trigger} {project.displayName}",
actions=actions,
)
Expand Down

0 comments on commit 969dcb7

Please sign in to comment.