add SymbolTag, make tag a propertiy, #23927

This commit is contained in:
Johannes Rieken
2019-08-23 09:03:18 +02:00
parent f7fe25dcfc
commit 62c31b7154
15 changed files with 71 additions and 40 deletions

View File

@@ -330,7 +330,7 @@ export class MainThreadLanguageFeatures implements MainThreadLanguageFeaturesSha
return {
label: data.a,
kind: data.b,
kindTags: data.n,
tags: data.n,
detail: data.c,
documentation: data.d,
sortText: data.e,