Skip to content

Commit

Permalink
2.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
AShujiao committed Oct 5, 2024
1 parent 29b33bc commit 987e43f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FileDom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const cssName: string = version >= "1.38" ? 'workbench.desktop.main.css' : 'work
export class FileDom {

// 文件路径
private filePath = path.join(env.appRoot, "out", "vs", "workbench", "workbench.desktop.main.css");;//path.join(path.dirname((require.main as NodeModule).filename), 'vs', 'workbench', cssName);
private filePath = path.join(env.appRoot, "out", "vs", "workbench", cssName);;//path.join(path.dirname((require.main as NodeModule).filename), 'vs', 'workbench', cssName);
private extName = "backgroundCover";
private imagePath: string = '';
private imageOpacity: number = 1;
Expand Down

0 comments on commit 987e43f

Please sign in to comment.