Skip to content

Commit c9cfe74

Browse files
authored
Remove extra space in comment in vscode.d.ts
1 parent 140d867 commit c9cfe74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/vscode.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11569,7 +11569,7 @@ declare module 'vscode' {
1156911569
*/
1157011570
export interface AuthenticationGetSessionOptions {
1157111571
/**
11572-
* Whether login should be performed if there is no matching session. Defaults to false.
11572+
* Whether login should be performed if there is no matching session. Defaults to false.
1157311573
*/
1157411574
createIfNone?: boolean;
1157511575

0 commit comments

Comments
 (0)