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 {
135135 ) ;
136136
137137 const stylesheetPathOnDisk = Uri . file (
138- ctx . asAbsolutePath ( 'out/resultsView.css' )
138+ ctx . asAbsolutePath ( 'out/view/ resultsView.css' )
139139 ) ;
140140
141141 panel . webview . html = getHtmlForWebview (
Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ export class InterfaceManager extends DisposableObject {
188188 ctx . asAbsolutePath ( 'out/resultsView.js' )
189189 ) ;
190190 const stylesheetPathOnDisk = vscode . Uri . file (
191- ctx . asAbsolutePath ( 'out/resultsView.css' )
191+ ctx . asAbsolutePath ( 'out/view/ resultsView.css' )
192192 ) ;
193193 panel . webview . html = getHtmlForWebview (
194194 panel . webview ,
You can’t perform that action at this time.
0 commit comments