File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
src/extension/completions-core/vscode-node/extension/src/panelShared Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -152,14 +152,6 @@ export abstract class BaseSuggestionsPanel<TPanelCompletion extends BasePanelCom
152152 private _getWebviewContent ( ) {
153153 const nonce = getNonce ( ) ;
154154 const scriptUri = this . _buildExtensionUri ( 'dist' , this . config . webviewScriptName ) ;
155- const codiconsUri = this . _buildExtensionUri (
156- 'dist' ,
157- 'node_modules' ,
158- '@vscode' ,
159- 'codicons' ,
160- 'dist' ,
161- 'codicon.css'
162- ) ;
163155
164156 return `
165157 <!DOCTYPE html>
@@ -172,7 +164,6 @@ export abstract class BaseSuggestionsPanel<TPanelCompletion extends BasePanelCom
172164 content="default-src 'none'; font-src ${ this . webviewPanel . webview . cspSource } ; style-src 'unsafe-inline' ${ this . webviewPanel . webview . cspSource } ; script-src 'nonce-${ nonce } ';"
173165 />
174166 <title>${ this . config . panelTitle } </title>
175- <link href="${ codiconsUri . toString ( ) } " rel="stylesheet" />
176167 <style>
177168 .solutionHeading {
178169 margin-top: 40px;
You can’t perform that action at this time.
0 commit comments