提交 14e2178b 编写于 作者: J Johannes Rieken

fix #83762

上级 3d8a7492
......@@ -25,6 +25,8 @@ const getSymbolKind = (kind: string): vscode.SymbolKind => {
case PConst.Kind.localVariable: return vscode.SymbolKind.Variable;
case PConst.Kind.function: return vscode.SymbolKind.Function;
case PConst.Kind.localFunction: return vscode.SymbolKind.Function;
case PConst.Kind.constructSignature: return vscode.SymbolKind.Constructor;
case PConst.Kind.constructorImplementation: return vscode.SymbolKind.Constructor;
}
return vscode.SymbolKind.Variable;
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册