File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,6 @@ export class WelcomePanel {
136
136
// Local path to css styles and images
137
137
const scriptPathOnDisk = joinPath ( this . dataroot , 'welcome.js' ) ;
138
138
const stylePath = joinPath ( this . dataroot , 'welcome.css' ) ;
139
- const announcePath = vscode . Uri . joinPath ( this . dataroot , 'announce.png' ) ;
140
139
const gopherPath = joinPath ( this . dataroot , 'go-logo-blue.png' ) ;
141
140
const goExtension = vscode . extensions . getExtension ( extensionId ) ! ;
142
141
const goExtensionVersion = goExtension . packageJSON . version ;
@@ -145,7 +144,6 @@ export class WelcomePanel {
145
144
const scriptURI = webview . asWebviewUri ( scriptPathOnDisk ) ;
146
145
const stylesURI = webview . asWebviewUri ( stylePath ) ;
147
146
const gopherURI = webview . asWebviewUri ( gopherPath ) ;
148
- const announceURI = webview . asWebviewUri ( announcePath ) ;
149
147
150
148
// Use a nonce to only allow specific scripts to be run
151
149
const nonce = getNonce ( ) ;
You can’t perform that action at this time.
0 commit comments