search APIs- deep links to interface fields do not resolve

Fixes #227478
This commit is contained in:
andreamah
2024-10-30 10:38:10 -07:00
parent e30352e170
commit a563e80b42
5 changed files with 20 additions and 20 deletions

View File

@@ -42,11 +42,11 @@ declare module 'vscode' {
*/
local: boolean;
/**
* Use ignore files at the parent directory. If set, {@link FileSearchProviderOptions.useIgnoreFiles.local} should also be `true`.
* Use ignore files at the parent directory. If set, `local` in {@link FileSearchProviderOptions.useIgnoreFiles} should also be `true`.
*/
parent: boolean;
/**
* Use global ignore files. If set, {@link FileSearchProviderOptions.useIgnoreFiles.local} should also be `true`.
* Use global ignore files. If set, `local` in {@link FileSearchProviderOptions.useIgnoreFiles} should also be `true`.
*/
global: boolean;
};