mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-15 03:23:08 -06:00
Add type annotation into services so _services_ API baseline is stable post-LKG (#42028)
This commit is contained in:
parent
2a736a88e3
commit
052d7308e6
@ -559,7 +559,7 @@ namespace ts.server {
|
||||
}
|
||||
}
|
||||
|
||||
getLatestVersion() {
|
||||
getLatestVersion(): string {
|
||||
// Ensure we have updated snapshot to give back latest version
|
||||
this.textStorage.getSnapshot();
|
||||
return this.textStorage.getVersion();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user