File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 < link
2323 data-name ="vs/workbench/workbench.web.main "
2424 rel ="stylesheet "
25- href ="./node_modules/ vscode-web/dist/out/vs/workbench/workbench.web.main.css "
25+ href ="./vscode-web/dist/out/vs/workbench/workbench.web.main.css "
2626 />
2727 </ head >
2828
7878 Object . keys ( self . webPackagePaths ) . map ( function ( key , index ) {
7979 self . webPackagePaths [
8080 key
81- ] = `${ location . href . split ( "/" ) . slice ( 0 , location . href . split ( "/" ) . length - 1 ) . join ( "/" ) } /node_modules/ vscode-web/dist/node_modules/${ key } /${ self . webPackagePaths [ key ] } ` ;
81+ ] = `${ location . href . split ( "/" ) . slice ( 0 , location . href . split ( "/" ) . length - 1 ) . join ( "/" ) } /vscode-web/dist/node_modules/${ key } /${ self . webPackagePaths [ key ] } ` ;
8282 } ) ;
8383 require . config ( {
84- baseUrl : `${ location . href . split ( "/" ) . slice ( 0 , location . href . split ( "/" ) . length - 1 ) . join ( "/" ) } /node_modules/ vscode-web/dist/out` ,
84+ baseUrl : `${ location . href . split ( "/" ) . slice ( 0 , location . href . split ( "/" ) . length - 1 ) . join ( "/" ) } /vscode-web/dist/out` ,
8585 recordStats : true ,
8686 trustedTypesPolicy : window . trustedTypes ?. createPolicy ( 'amdLoader' , {
8787 createScriptURL ( value ) {
You can’t perform that action at this time.
0 commit comments