-
Notifications
You must be signed in to change notification settings - Fork 73
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
[Bug] Not able to find setting extension-id.title.path
#861
Comments
@ashish-gawali-adi Hello and thank you for raising the issue. If I am correct, you are using Node 20 probably? but vscode-extension-tester is currently supporting only Node 16 Could you reproduce this problem also with Node 16? |
I was using Node 18. I reproduced the issue with Node 16, still breaking. |
Could you paste also screenshot of settings you are trying to reach out? it should be provided by extester on failure |
so code below is not working for you right?
|
Yes that would be correct. |
I am sorry but I am not able to reproduce locally so without more information about your codebase and test setup I dont know how to help more. Note: I would give a try to use latest release of vscode-extension-tester which is 5.8.0 Our test codebase which is covering also settings editor seems to be working fine. You can take a look. |
@djelinek I was trying to upgrade vscode-extension-tester to 5.8.0, I keep running into the following problem:
Did you face a similar issue and if so, how did you resolve it? |
@ashish-gawali-adi I did not. Does it happen locally or on CI ? Did you tried to remove |
I was able to figure it out, it was due to the |
and what about the root issue? is |
It is working for one of the setting I have but not another, the one it is not working on, I think it might be due to the setting not being on the visible part of screen. I am trying to work on an example and will try and post a link to the project so you can have a look at the code by Wednesday at the latest. |
Hi @djelinek, Extremely sorry for the delay. I created a github repo. You can clone the main branch, you can run |
Hi @djelinek any updates on this? |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
Hello @ashish-gawali-adi, I am sorry for such a late response. I had to slowdown for a while on this project so I am now catching up things here again. anyway... thank you for your sample project. I tried locally and I was able to reproduce that test is failing because the vscode settings filter, in this case of similar naming in settings definitions, is not working very well and I was not able even manually to achieve results where I would get only one requested setting which I was looking for... so for this cases I have implemented new method which will enable to use setting ID to filter results. I hope it will suits your needs and unlock your testing project. |
**Trying to get a setting defined as
extension-id.title.path
, unable to do so using function **Steps to Reproduce
undefined
.Expected behavior
setting
should be defined, but it shows up asundefined
.Environment information
The text was updated successfully, but these errors were encountered: