Skip to content

Commit bd734e3

Browse files
authored
refactor(cs): remove workspace & folder from types (#49)
1 parent 0fd21e4 commit bd734e3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/vs/server/@types/code-server-lib/index.d.ts

-2
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@ declare global {
8383
'builtin-extensions-dir'?: string;
8484

8585
// web
86-
workspace: string;
87-
folder: string;
8886
'web-user-data-dir'?: string;
8987
'enable-sync'?: boolean;
9088
'github-auth'?: string;

0 commit comments

Comments
 (0)