Skip to content

Commit 969dcb7

Browse files
committed
[vscode_projects:1.3] Remove unnecessary slashes in the icons url
1 parent 2e8d6c0 commit 969dcb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vscode_projects/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ def _createItem(self, project: Project, query: Query) -> StandardItem:
361361
id=project.path,
362362
text=project.displayName,
363363
subtext=project.path,
364-
iconUrls=[f"file://{Path(__file__).parent}/icon.svg"],
364+
iconUrls=[f"file:{Path(__file__).parent}/icon.svg"],
365365
inputActionText=f"{query.trigger} {project.displayName}",
366366
actions=actions,
367367
)

0 commit comments

Comments
 (0)