vscode-languageserver-protocol 3.17.2-next.4 → 3.17.2-next.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/common/protocol.d.ts +1 -1
- package/package.json +1 -1
package/lib/common/protocol.d.ts
CHANGED
|
@@ -1687,7 +1687,7 @@ export declare namespace WatchKind {
|
|
|
1687
1687
|
*/
|
|
1688
1688
|
const Delete: 4;
|
|
1689
1689
|
}
|
|
1690
|
-
export declare type WatchKind =
|
|
1690
|
+
export declare type WatchKind = uinteger;
|
|
1691
1691
|
/**
|
|
1692
1692
|
* The publish diagnostic client capabilities.
|
|
1693
1693
|
*/
|
package/package.json
CHANGED