mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 11:10:48 +00:00
move vscode.env.uriScheme to stable
This commit is contained in:
parent
b7b9d3321a
commit
67c28b3f03
2 changed files with 5 additions and 5 deletions
5
src/vs/vscode.d.ts
vendored
5
src/vs/vscode.d.ts
vendored
|
@ -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`.
|
||||
*/
|
||||
|
|
5
src/vs/vscode.proposed.d.ts
vendored
5
src/vs/vscode.proposed.d.ts
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue