iljapostnovs / VSCodeUI5Plugin

Visual Studio Code Extension for UI5 Development
Apache License 2.0
61 stars 6 forks source link

Issue: Will it check for the same ID in different views? #422

Closed zoukun-shin closed 1 week ago

zoukun-shin commented 1 week ago

Describe the bug These IDs are automatically generated through commands. If we check for duplication, should we consider this situation when generating IDs? How to disable duplicate verification?

Screenshots image

Desktop (please complete the following information):

SAPUI5 Extension v1.19.1

iljapostnovs commented 1 week ago

Hi,

I am not sure what exactly is your question here. If we check for duplication, should we consider this situation when generating IDs? I don't know. Technically it should not cause any issues if stable IDs are used, because even if there are same IDs in views, full generated ID will be different because view itself has a different ID.

How to disable duplicate verification? It is not generated by my extension.

zoukun-shin commented 1 week ago

Sorry, this issue is caused by 'UI5 Language Assistant', which may be a plugin that comes with BAS. I remember seeing related issues before, but after browsing through your issues, I couldn't find them. It was my mistake. https://github.com/SAP/ui5-language-assistant/issues/646