mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 18:19:12 +01:00
search APIs- deep links to interface fields do not resolve
Fixes #227478
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user