Skip to content

Commit

Permalink
[code] Update download URLs for go lsp. (#44581)
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Wong authored Sep 2, 2019
1 parent 5d47a56 commit 25c168d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x-pack/legacy/plugins/code/server/lsp/language_servers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ export const GO: LanguageServerDefinition = {
installationFolderName: 'golsp',
downloadUrl: (version: string, devMode?: boolean) =>
devMode!
? `https://snapshots.elastic.co/downloads/go-langserver-plugins/go-langserver/go-langserver-${version}-SNAPSHOT-$OS.zip`
: `https://artifacts.elastic.co/downloads/go-langserver-plugins/go-langserver/go-langserver-${version}-$OS.zip`,
? `https://snapshots.elastic.co/downloads/kibana-plugins/go-langserver/go-langserver-${version}-SNAPSHOT-$OS.zip`
: `https://artifacts.elastic.co/downloads/kibana-plugins/go-langserver/go-langserver-${version}-$OS.zip`,
};
export const CTAGS: LanguageServerDefinition = {
name: 'Ctags',
Expand Down

0 comments on commit 25c168d

Please sign in to comment.