提交 67c28b3f 编写于 作者: P Peng Lyu

move vscode.env.uriScheme to stable

上级 b7b9d332
......@@ -5973,6 +5973,11 @@ declare module 'vscode' {
*/
export const appRoot: string;
/**
* The custom uri scheme the editor registers to in the operating system.
*/
export const uriScheme: string;
/**
* Represents the preferred user-language, like `de-CH`, `fr`, or `en-US`.
*/
......
......@@ -616,11 +616,6 @@ declare module 'vscode' {
* An [event](#Event) that fires when the log level has changed.
*/
export const onDidChangeLogLevel: Event<LogLevel>;
/**
* The custom uri scheme the editor registers to in the operating system, like 'vscode', 'vscode-insiders'.
*/
export const uriScheme: string;
}
//#endregion
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册