Skip to content

Commit

Permalink
Use WebTerminal's favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
gjsjohnmurray committed May 28, 2022
1 parent a249776 commit 8364e54
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 10 deletions.
5 changes: 1 addition & 4 deletions src/webTerminalPanel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,7 @@ export class WebTerminalPanel {
this._namespace = namespace;

// Update the panel's icon
this._panel.iconPath = {
dark: vscode.Uri.joinPath(webviewFolderUri, "terminal-dark.svg"),
light: vscode.Uri.joinPath(webviewFolderUri, "terminal-light.svg"),
};
this._panel.iconPath = vscode.Uri.joinPath(webviewFolderUri, "favicon.ico");

// Set the webview's initial content
this.setWebviewHtml(webTerminalUri.toString(true));
Expand Down
Binary file added webview/favicon.ico
Binary file not shown.
3 changes: 0 additions & 3 deletions webview/terminal-dark.svg

This file was deleted.

3 changes: 0 additions & 3 deletions webview/terminal-light.svg

This file was deleted.

0 comments on commit 8364e54

Please sign in to comment.