mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 17:48:56 +01:00
* Provide API to get access to the workspace configuration file (#37421) * fix untitled ID * update docs
This commit is contained in:
@@ -65,6 +65,7 @@ export interface IStaticWorkspaceData {
|
||||
id: string;
|
||||
name: string;
|
||||
configuration?: UriComponents | null;
|
||||
isUntitled?: boolean | null;
|
||||
}
|
||||
|
||||
export interface IWorkspaceData extends IStaticWorkspaceData {
|
||||
|
||||
Reference in New Issue
Block a user