Open nikolajovicic opened 2 months ago
The same thing happens to me.
Hi @nikolajovicic,
I cannot reproduce this behavior... Are you sure that there are no settings that are different in the two .code-workspace files? Are they identical, except from the structure of the workspace projects?
The two screenshots above are identical, from what I can see, is that intentional?
In step 5 you say that there is an error, can you provide the error message?
Thanks, Johannes
Describe the bug When we open more BC extensions together in wokrkspace, but our code-workspace file isn't in same root as extension folders, so we in Workspace have this structure:
"folders": [ { "name": "Extension 1", "path": "Extension 1/app" }, { "name": "Test Extension 1", "path": "Extension 1/test" }, { "name": "Extension 2", "path": "Extension 2/app" }, { "name": "Test Extension 2", "path": "Extension 2/test" } ]
When we go to XLF file for any of this extensions, call command NAB:EDIT Xliff Dokument
Clicking on filtering options does not apply. When we open project as folder or as workspace were app folders and code-workspace file are in same root, then works.
Versions used VSCode: 1.93.1 NAB AL Tools: 1.32.0
To Reproduce Steps to reproduce the behavior:
Expected behavior Filter is working
Screenshots