mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
add 'configuration' (read uri/path) of workspace config file, #41408
This commit is contained in:
@@ -71,6 +71,7 @@ export interface IWorkspaceData {
|
||||
id: string;
|
||||
name: string;
|
||||
folders: { uri: UriComponents, name: string, index: number }[];
|
||||
configuration: UriComponents;
|
||||
}
|
||||
|
||||
export interface IInitData {
|
||||
|
||||
Reference in New Issue
Block a user