File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -330,7 +330,7 @@ export class RemoteService extends Disposable implements IRemoteService {
330
330
331
331
try {
332
332
let extensionsJson : IStoredProfileExtension [ ] = [ ] ;
333
- const extensionsDir = path . posix . dirname ( this . context . extensionMode === vscode . ExtensionMode . Production ? this . context . extensionPath : vscode . extensions . getExtension ( 'ms-vscode-remote.remote-ssh' ) ! . extensionPath ) ;
333
+ const extensionsDir = path . dirname ( this . context . extensionMode === vscode . ExtensionMode . Production ? this . context . extensionPath : vscode . extensions . getExtension ( 'ms-vscode-remote.remote-ssh' ) ! . extensionPath ) ;
334
334
const extensionFile = path . join ( extensionsDir , 'extensions.json' ) ;
335
335
try {
336
336
const rawContent = await vscode . workspace . fs . readFile ( vscode . Uri . file ( extensionFile ) ) ;
You can’t perform that action at this time.
0 commit comments