Skip to content

Commit 217d96b

Browse files
authored
Merge pull request #328 from JohnstonCode/edgardmessias-patch-1
fix: Proposed api error (Close #327)
2 parents edcbe13 + 084f0ce commit 217d96b

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)