File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ export class CompareInterfaceManager extends DisposableObject {
135
135
) ;
136
136
137
137
const stylesheetPathOnDisk = Uri . file (
138
- ctx . asAbsolutePath ( 'out/resultsView.css' )
138
+ ctx . asAbsolutePath ( 'out/view/ resultsView.css' )
139
139
) ;
140
140
141
141
panel . webview . html = getHtmlForWebview (
Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ export class InterfaceManager extends DisposableObject {
188
188
ctx . asAbsolutePath ( 'out/resultsView.js' )
189
189
) ;
190
190
const stylesheetPathOnDisk = vscode . Uri . file (
191
- ctx . asAbsolutePath ( 'out/resultsView.css' )
191
+ ctx . asAbsolutePath ( 'out/view/ resultsView.css' )
192
192
) ;
193
193
panel . webview . html = getHtmlForWebview (
194
194
panel . webview ,
You can’t perform that action at this time.
0 commit comments