提交 3f99a49f 编写于 作者: M Matt Bierner

Mark fields readonly

上级 645c459c
......@@ -5,11 +5,10 @@
import { extensions } from 'vscode';
export interface TypeScriptServerPlugin {
path: string;
name: string;
languages: string[];
readonly path: string;
readonly name: string;
readonly languages: string[];
}
export function getContributedTypeScriptServerPlugins(): TypeScriptServerPlugin[] {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册