Skip to content

Commit a468dd7

Browse files
authored
Merge pull request #1703 from bstaletic/new_completer
Upgrade gopls, tsserver, tern and rust-analyzer
2 parents be7441c + 8992a36 commit a468dd7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

build.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def Exit( self ):
9595
'ba5fe5ee3b2a8395287e24aef20ce6e17834cf8e877117e6caacac6a688a6c53'
9696
)
9797

98-
DEFAULT_RUST_TOOLCHAIN = 'nightly-2023-05-11'
98+
DEFAULT_RUST_TOOLCHAIN = 'nightly-2023-08-18'
9999
RUST_ANALYZER_DIR = p.join( DIR_OF_THIRD_PARTY, 'rust-analyzer' )
100100

101101
BUILD_ERROR_MESSAGE = (
@@ -939,7 +939,7 @@ def EnableGoCompleter( args ):
939939
new_env.pop( 'GOROOT', None )
940940
new_env[ 'GOBIN' ] = p.join( new_env[ 'GOPATH' ], 'bin' )
941941

942-
gopls = 'golang.org/x/tools/gopls@v0.9.4'
942+
gopls = 'golang.org/x/tools/gopls@v0.13.2'
943943
CheckCall( [ go, 'install', gopls ],
944944
env = new_env,
945945
quiet = args.quiet,
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"description": "ycmd tern runtime area with required tern version and plugins",
33
"dependencies": {
4-
"tern": "0.21.0"
4+
"tern": "0.24.3"
55
}
66
}

third_party/tsserver/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"description": "ycmd tern runtime area with required typescript version and plugins",
2+
"description": "ycmd tsserver runtime area with required typescript version and plugins",
33
"dependencies": {
4-
"typescript": "4.7.4"
4+
"typescript": "5.1.6"
55
}
66
}

0 commit comments

Comments
 (0)