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 May 6, 2024
1 parent c7681a3 commit 774042f
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 @@ -568,6 +568,7 @@ export class HomeViewProvider implements WebviewViewProvider {
Uri.joinPath(this._extensionUri, "webviews", "homeView", "dist"),
Uri.joinPath(
this._extensionUri,
"../..",
"node_modules",
"@vscode",
"codicons",
Expand Down Expand Up @@ -616,6 +617,7 @@ export class HomeViewProvider implements WebviewViewProvider {
]);
// 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 774042f

Please sign in to comment.