-
比如说我一个 docker 中启动一个 opensumi 的 node server |
Beta Was this translation helpful? Give feedback.
Answered by
yantze
Apr 23, 2023
Replies: 1 comment 4 replies
-
export interface ICodeWindowOptions {
extensionDir?: string;
extensionCandidate?: ExtensionCandidate[];
query?: {
[key: string]: string | string[];
};
/**
* 指定当前是否通过 remote 模式连接到远程的 Server 端
* 如果为 true,则会在启动时停止启动本地的服务器,并且在启动时会连接到远程的服务器
*/
isRemote?: boolean;
} 我看到在 |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
这里有示例 #311