We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 191dffa commit 8c0e697Copy full SHA for 8c0e697
src/api.ts
@@ -43,14 +43,12 @@ const unsupported = <any>undefined
43
44
const api: typeof vscode = {
45
version: VSCODE_VERSION,
46
-
47
- tasks: unsupported,
48
- notebooks: unsupported,
49
- scm: unsupported,
50
- comments: unsupported,
51
- authentication: unsupported,
52
- tests: unsupported,
53
+ tasks: createProxy('tasks'),
+ notebooks: createProxy('notebooks'),
+ scm: createProxy('scm'),
+ comments: createProxy('comments'),
+ authentication: createProxy('authentication'),
+ tests: createProxy('tests'),
54
extensions: createProxy('extensions'),
55
debug: createProxy('debug'),
56
env: createProxy('env'),
0 commit comments