microsoft / microsoft/vscode

`git.d.ts`: Module '"vscode"' has no exported member 'SourceControlHistoryItem'

Open
#329,772 0 comments 0 reactions 1 assignee Claimed by @lszomoru View on GitHub
Dominant language
TypeScript
Stars
193k
Forks
42.4k
PR merge metrics
PR metrics pending

Description

On this line:
https://github.com/microsoft/vscode/blob/9361d8d050734220bb20a37aa05669a1a9bc300f/extensions/git/src/api/git.d.ts#L6

I get an error on `SourceControlHistoryItem`:

```
'SourceControlHistoryItem' is declared but its value is never read.ts(6133)
Module '"vscode"' has no exported member 'SourceControlHistoryItem'.
```

Using `"@types/vscode": "^1.125.0"` (`index.d.ts` header is 1.125).

Was it moved, removed or what?
Removing this import fix the problem since this file wasn't using it.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.