@@ -27,7 +27,7 @@ export const allToolsInformation: { [key: string]: Tool } = {
27
27
name : 'go-outline' ,
28
28
importPath : 'github.com/ramya-rao-a/go-outline' ,
29
29
modulePath : 'github.com/ramya-rao-a/go-outline' ,
30
- replacedByGopls : false , // TODO(github.com/golang/vscode-go/issues/1020): replace with Gopls.
30
+ replacedByGopls : true ,
31
31
isImportant : true ,
32
32
description : 'Go to symbol in file' // GoDocumentSymbolProvider, used by 'run test' codelens
33
33
} ,
@@ -195,10 +195,10 @@ export const allToolsInformation: { [key: string]: Tool } = {
195
195
description : 'Language Server from Google' ,
196
196
usePrereleaseInPreviewMode : true ,
197
197
minimumGoVersion : semver . coerce ( '1.13' ) ,
198
- latestVersion : semver . parse ( 'v0.8.0 ' ) ,
199
- latestVersionTimestamp : moment ( '2022-03-03 ' , 'YYYY-MM-DD' ) ,
200
- latestPrereleaseVersion : semver . parse ( 'v0.8.0 ' ) ,
201
- latestPrereleaseVersionTimestamp : moment ( '2022-03-03 ' , 'YYYY-MM-DD' )
198
+ latestVersion : semver . parse ( 'v0.8.3 ' ) ,
199
+ latestVersionTimestamp : moment ( '2022-04-07 ' , 'YYYY-MM-DD' ) ,
200
+ latestPrereleaseVersion : semver . parse ( 'v0.8.3 ' ) ,
201
+ latestPrereleaseVersionTimestamp : moment ( '2022-04-07 ' , 'YYYY-MM-DD' )
202
202
} ,
203
203
'dlv' : {
204
204
name : 'dlv' ,
0 commit comments