Skip to content

Commit 2462b48

Browse files
Louis KuczykowskiLouis Kuczykowski
authored andcommitted
Adding media stuff
2 parents 35cfdcf + 9e28334 commit 2462b48

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

media/RL(Final).png

301 KB
Loading

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
{
4545
"id": "react-labyrinth",
4646
"title": "React Labyrinth",
47-
"icon": "/media/test1.svg"
47+
"icon": "/media/RL(Final).png"
4848
}
4949
]
5050
},

src/panel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export function createPanel(context: vscode.ExtensionContext, data: Tree, column
1818
);
1919

2020
// Set the icon logo of extension webview
21-
panel.iconPath = vscode.Uri.joinPath(context.extensionUri, 'media', 'favicon.ico');
21+
panel.iconPath = vscode.Uri.joinPath(context.extensionUri, 'media', 'RL(Final).png');
2222

2323
// Set URI to be the path to bundle
2424
const bundlePath: vscode.Uri = vscode.Uri.joinPath(context.extensionUri, 'build', 'bundle.js');

0 commit comments

Comments
 (0)