mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 19:44:25 +01:00
Add explicit "inherit" setting for fragments links (#162231)
Fixes #162129
This commit is contained in:
@@ -26,7 +26,7 @@ interface Settings {
|
||||
};
|
||||
readonly fileLinks: {
|
||||
readonly enabled: ValidateEnabled;
|
||||
readonly markdownFragmentLinks: ValidateEnabled;
|
||||
readonly markdownFragmentLinks: ValidateEnabled | 'inherit';
|
||||
};
|
||||
readonly ignoredLinks: readonly string[];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user