feat: Update VSCode to (^1.101.0) (main) #1870
Annotations
6 errors
lint
Process completed with exit code 2.
|
lint:
src/vscode/ResourceMap.ts#L90
Property '[Symbol.iterator]' in type 'ResourceMap<T>' is not assignable to the same property in base type 'Map<Uri, T>'.
|
lint:
src/vscode/ResourceMap.ts#L84
Property 'entries' in type 'ResourceMap<T>' is not assignable to the same property in base type 'Map<Uri, T>'.
|
lint:
src/vscode/ResourceMap.ts#L78
Property 'keys' in type 'ResourceMap<T>' is not assignable to the same property in base type 'Map<Uri, T>'.
|
lint:
src/vscode/ResourceMap.ts#L74
Property 'values' in type 'ResourceMap<T>' is not assignable to the same property in base type 'Map<Uri, T>'.
|
lint:
src/vscode-mock.ts#L241
Type '{ version: string; CallHierarchyIncomingCall: typeof CallHierarchyIncomingCall; CallHierarchyItem: typeof CallHierarchyItem; CallHierarchyOutgoingCall: typeof CallHierarchyOutgoingCall; ... 85 more ...; WorkspaceEdit: typeof WorkspaceEdit; }' is missing the following properties from type 'VSCodeMock': McpStdioServerDefinition, McpHttpServerDefinition
|