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

Containers window's Files tree item can not be able to display subdirectories of a directory that contains a space character #2739

Closed
cilerler opened this issue Feb 27, 2021 · 0 comments · Fixed by #2748
Labels
Milestone

Comments

@cilerler
Copy link

cilerler commented Feb 27, 2021

Containers window's Files tree item can not be able to display subdirectories of a directory that contains a space character.

Containers window

image

Terminal entries

root@464e72604dab:/app# ls
root@464e72604dab:/app# cd data
root@464e72604dab:/app/data# cd d
root@464e72604dab:/app/data/d# ls
# 'Upload Repository'
root@464e72604dab:/app/data/d# cd 'Upload Repository'
root@464e72604dab:/app/data/d/Upload Repository# ls
# AL
root@464e72604dab:/app/data/d/Upload Repository# cd AL
root@464e72604dab:/app/data/d/Upload Repository/AL# ls
# MyFolder
root@464e72604dab:/app/data/d/Upload Repository/AL# cd MyFolder
root@464e72604dab:/app/data/d/Upload Repository/AL/MyFolder# ls
# 'Copy of MyFile1.txt'  'Copy of MyFile2.txt'

As you may see in the terminal there are additional directories and files there.

@dbreshears dbreshears added this to the 1.11.0 milestone Mar 3, 2021
@bwateratmsft bwateratmsft removed their assignment Mar 3, 2021
@vscodebot vscodebot bot locked and limited conversation to collaborators Apr 17, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants