From ab0276f5eec8cf402ba3a07e7709517bd98b236e Mon Sep 17 00:00:00 2001 From: Maruf Rasully <100434800+marufrasully@users.noreply.github.com> Date: Tue, 15 Oct 2024 16:34:11 +0200 Subject: [PATCH] fix: update readme file --- packages/vscode-ui5-language-assistant/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/vscode-ui5-language-assistant/README.md b/packages/vscode-ui5-language-assistant/README.md index 7d0f2224..d779bcf5 100644 --- a/packages/vscode-ui5-language-assistant/README.md +++ b/packages/vscode-ui5-language-assistant/README.md @@ -95,9 +95,9 @@ and cannot be configured by the end user. - References to filter bars that cannot be found in current file - Use of context paths that do not lead to the annotations of types expected for the given building block -#### Relevant User/Workspace settings for Duplicate ID tags +#### Relevant User/Workspace -- `UI5LanguageAssistant.LimitUniqueIdDiagnostics` Set this setting to `true` to limit diagnostics reporting for unique IDs on a single file. +- `UI5LanguageAssistant.LimitUniqueIdDiagnostics` is set off by default to check all `*.fragment.xml` and `*.view.xml` files for unique IDs. If you like to limit this validation to the current file, set it on. ### XML View Quick Fix