Skip to content

Commit

Permalink
Correct references to codicons with npm workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
dotNomad committed Dec 3, 2024
1 parent 579ff8d commit bbc014e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions extensions/vscode/src/views/homeView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1286,6 +1286,7 @@ export class HomeViewProvider implements WebviewViewProvider, Disposable {
Uri.joinPath(this.extensionUri, "webviews", "homeView", "dist"),
Uri.joinPath(
this.extensionUri,
"../..",
"node_modules",
"@vscode",
"codicons",
Expand Down Expand Up @@ -1335,6 +1336,7 @@ export class HomeViewProvider implements WebviewViewProvider, Disposable {
]);
// The codicon css (and related tff file) are needing to be loaded for icons
const codiconsUri = getUri(webview, extensionUri, [
"../..",
"node_modules",
"@vscode",
"codicons",
Expand Down

0 comments on commit bbc014e

Please sign in to comment.