Remove unnecessay doc

This commit is contained in:
Kartik Raj
2023-08-22 21:08:09 +00:00
parent b1d5542cfd
commit 252a9df9b5
+1 -1
View File
@@ -11449,7 +11449,7 @@ declare module 'vscode' {
export type EnvironmentVariableScope = {
/**
* Any specific workspace folder to get collection for. If unspecified, collection applicable to all workspace folders is returned.
* Any specific workspace folder to get collection for.
*/
workspaceFolder?: WorkspaceFolder;
};