提交 adf837e7 编写于 作者: R Rob Lourens

Fix #55598

上级 e69e4d3a
......@@ -70,18 +70,18 @@ declare module 'vscode' {
* Whether external files that exclude files, like .gitignore, should be respected.
* See the vscode setting `"search.useIgnoreFiles"`.
*/
useIgnoreFiles?: boolean;
useIgnoreFiles: boolean;
/**
* Whether symlinks should be followed while searching.
* See the vscode setting `"search.followSymlinks"`.
*/
followSymlinks?: boolean;
followSymlinks: boolean;
/**
* The maximum number of results to be returned.
*/
maxResults?: number;
maxResults: number;
}
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册