Skip to content

Commit 084f0ce

Browse files
Fixed proposed api error (Close #327)
1 parent edcbe13 commit 084f0ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export function camelcase(name: string) {
107107

108108
/* tslint:disable:no-empty */
109109

110-
let hasDecorationProvider = true;
110+
let hasDecorationProvider = false;
111111
export function hasSupportToDecorationProvider() {
112112
return hasDecorationProvider;
113113
}

0 commit comments

Comments
 (0)