Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filtering in xlf editor doesn't work in Workspace #466

Open
nikolajovicic opened this issue Sep 20, 2024 · 2 comments
Open

Filtering in xlf editor doesn't work in Workspace #466

nikolajovicic opened this issue Sep 20, 2024 · 2 comments
Labels
bug Something isn't working needs more info Issue requires more information from poster

Comments

@nikolajovicic
Copy link

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

image

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:

  1. Open workspace with multiple extensions where folders and workspace file are not in same root, such as described in Describe the bug section.
  2. Open one XLF file in some of this extensions
  3. Open Xliff editor
  4. try to apply some filters
  5. See error

Expected behavior
Filter is working

Screenshots
image

  • Does it happen all the time? Yes
  • Did it used to work? I think yes, but I'm not sure.
@nikolajovicic nikolajovicic added the bug Something isn't working label Sep 20, 2024
@nikolalazovic1
Copy link

The same thing happens to me.

@jwikman
Copy link
Owner

jwikman commented Sep 20, 2024

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

@jwikman jwikman added the needs more info Issue requires more information from poster label Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs more info Issue requires more information from poster
Projects
None yet
Development

No branches or pull requests

3 participants