@elastic/ctags-langserver
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -107,2 +107,8 @@ "use strict"; | ||
} | ||
else if (def.fields.namespace) { | ||
symbolInformation.containerName = def.fields.namespace; | ||
} | ||
else if (def.fields.module) { | ||
symbolInformation.containerName = def.fields.module; | ||
} | ||
} | ||
@@ -109,0 +115,0 @@ switch (def.kind) { |
{ | ||
"name": "@elastic/ctags-langserver", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "An all-languages language server built on top of ctags", | ||
@@ -5,0 +5,0 @@ "author": "Elastic", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
881723
875