Skip to content

Commit

Permalink
[Code] Upgrade ctags langserver (elastic#43252)
Browse files Browse the repository at this point in the history
* [Code] Upgrade ctags langserver

* Disable yaml and xml support
  • Loading branch information
Pengcheng Xu authored and chrisronline committed Aug 15, 2019
1 parent 31eb4ad commit f5d6951
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 0 additions & 2 deletions x-pack/legacy/plugins/code/common/language_server.ts
Expand Up @@ -48,8 +48,6 @@ export const CTAGS_SUPPORT_LANGS = [
'sql',
'tcl',
'typescript',
'xml',
'yaml',
'java',
'javascript',
];
2 changes: 1 addition & 1 deletion x-pack/package.json
Expand Up @@ -183,7 +183,7 @@
"@babel/polyfill": "7.4.4",
"@babel/register": "7.4.4",
"@babel/runtime": "7.4.5",
"@elastic/ctags-langserver": "^0.1.4",
"@elastic/ctags-langserver": "^0.1.5",
"@elastic/datemath": "5.0.2",
"@elastic/eui": "13.1.1",
"@elastic/javascript-typescript-langserver": "^0.2.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -1611,10 +1611,10 @@
ts-debounce "^1.0.0"
uuid "^3.3.2"

"@elastic/ctags-langserver@^0.1.4":
version "0.1.4"
resolved "https://registry.yarnpkg.com/@elastic/ctags-langserver/-/ctags-langserver-0.1.4.tgz#35b82497c11c6bd992eabd2e1935877619fd7ccb"
integrity sha512-DxCJuTD10M1drqO6yK5B7ZJP0WGdHF2vhbHIBt8kXgLIKIa+ONLkYkrobFbcIggfgMYMjsTLYkMyJ65XN6OacA==
"@elastic/ctags-langserver@^0.1.5":
version "0.1.5"
resolved "https://registry.yarnpkg.com/@elastic/ctags-langserver/-/ctags-langserver-0.1.5.tgz#3d2691245ddb47c121178ebcdbf21a2adb74b3c2"
integrity sha512-Wx+1hv9u54ypEKGP1ZR/hp6z8nyjheGeOZRucO2LuMwaxNx8M8K/tDGQmAGRmXytW8f42QFAWo7PHFRht+fdSQ==
dependencies:
"@elastic/lsp-extension" "^0.1.1"
"@elastic/node-ctags" "1.0.2"
Expand Down

0 comments on commit f5d6951

Please sign in to comment.