Skip to content

Commit

Permalink
Update codicon path in vite config
Browse files Browse the repository at this point in the history
Signed-off-by: Timothy Johnson <[email protected]>
  • Loading branch information
t1m0thyj committed Aug 20, 2024
1 parent 33f0e77 commit e50a578
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/zowe-explorer/src/webviews/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ export default defineConfig({
viteStaticCopy({
targets: [
{
src: "../node_modules/@vscode/codicons/dist/codicon.css",
src: "../../../node_modules/@vscode/codicons/dist/codicon.css",
dest: "codicons/",
},
{
src: "../node_modules/@vscode/codicons/dist/codicon.ttf",
src: "../../../node_modules/@vscode/codicons/dist/codicon.ttf",
dest: "codicons/",
},
],
Expand Down

0 comments on commit e50a578

Please sign in to comment.