mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 03:54:24 +01:00
Use isRemote instead of remote authority to determine where to load from
This commit is contained in:
@@ -8,7 +8,10 @@ import { URI } from 'vs/base/common/uri';
|
||||
import type * as vscode from 'vscode';
|
||||
|
||||
export interface WebviewInitData {
|
||||
readonly remote: { readonly authority: string | undefined };
|
||||
readonly remote: {
|
||||
readonly isRemote: boolean;
|
||||
readonly authority: string | undefined
|
||||
};
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user