提交 40fc0b17 编写于 作者: M Matt Bierner

Enable semantic features in interactive playground

Fixes #109190
上级 16075cc2
......@@ -9,10 +9,10 @@ export interface DocumentSelector {
/**
* Selector for files which only require a basic syntax server.
*/
readonly syntax: vscode.DocumentFilter[];
readonly syntax: readonly vscode.DocumentFilter[];
/**
* Selector for files which require semantic server support.
*/
readonly semantic: vscode.DocumentFilter[];
readonly semantic: readonly vscode.DocumentFilter[];
}
......@@ -13,6 +13,7 @@ export const walkThroughSnippet = 'walkThroughSnippet';
export const semanticSupportedSchemes = [
file,
untitled,
walkThroughSnippet,
];
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册