()
| 198 | } |
| 199 | |
| 200 | public getStorageUri(): vscode.Uri { |
| 201 | // We have to override the scheme because it defaults to |
| 202 | // 'vscode-userdata' which breaks UNC paths. |
| 203 | return this.extensionContext.globalStorageUri.with({ scheme: "file" }); |
| 204 | } |
| 205 | |
| 206 | public getLogUri(): vscode.Uri { |
| 207 | return this.extensionContext.logUri.with({ scheme: "file" }); |