未验证 提交 8cad3f29 编写于 作者: A Alex Dima

Fixes #94716: Remove usage of public

上级 cde23d51
......@@ -3158,11 +3158,11 @@ declare module 'vscode' {
/**
* The possible token types.
*/
public readonly tokenTypes: string[];
readonly tokenTypes: string[];
/**
* The possible token modifiers.
*/
public readonly tokenModifiers: string[];
readonly tokenModifiers: string[];
constructor(tokenTypes: string[], tokenModifiers?: string[]);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册