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

Custom preference node ,set wrong windows path. #11153

Closed
chakraborty-slx opened this issue May 13, 2022 · 1 comment
Closed

Custom preference node ,set wrong windows path. #11153

chakraborty-slx opened this issue May 13, 2022 · 1 comment
Labels
filesystem issues related to the filesystem OS/Windows issues related to the Windows OS

Comments

@chakraborty-slx
Copy link

Bug Description:

Preference browser folder /file button is setting path string which is not Windows Path.

selection.path.toString() => '/x:/component_released/installs/nt64/test'

Should be
selection.path.fsPath() => 'X:\component_released\installs\nt64\test'

Steps to Reproduce:

Checkout 7b8d3b7

  1. Open theia windows
  2. Go to preference page
  3. see use the browser button to select a folder

Additional Information

  • Operating System: Windows 10
  • Theia Version: v 1.25.0
@msujew
Copy link
Member

msujew commented May 13, 2022

@chakraborty-slx I added this particular issue to our tracker (see #10830). I'll close this issue in favor of fixing the other one.

@msujew msujew closed this as completed May 13, 2022
@msujew msujew added filesystem issues related to the filesystem OS/Windows issues related to the Windows OS labels May 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
filesystem issues related to the filesystem OS/Windows issues related to the Windows OS
Projects
None yet
Development

No branches or pull requests

2 participants