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

Explorer folding and moving randomly when opening a file #104613

Closed
toxinu opened this issue Aug 14, 2020 · 5 comments
Closed

Explorer folding and moving randomly when opening a file #104613

toxinu opened this issue Aug 14, 2020 · 5 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s) file-explorer Explorer widget issues info-needed Issue requires more information from poster

Comments

@toxinu
Copy link

toxinu commented Aug 14, 2020

  • VSCode Version:1.48.0
  • OS Version:Darwin x64 19.6.0

Version: 1.48.0
Commit: db40434
Date: 2020-08-13T08:03:27.059Z (18 hrs ago)
Electron: 7.3.2
Chrome: 78.0.3904.130
Node.js: 12.8.1
V8: 7.8.279.23-electron.0
OS: Darwin x64 19.6.0

Steps to Reproduce:

  1. Create a directory structure like that:
$ tree -a .
.
├── .vscode
│   └── settings.json
├── folder-01
│   ├── another-folder-01
│   │   └── file-01.md
│   ├── another-folder-02
│   │   └── file-01.md
│   ├── another-folder-03
│   │   └── file-01.md
│   ├── file-01.md
│   └── file-02.md
├── folder-02
│   ├── file-01.md
│   └── file-02.md
└── workspace.code-workspace

6 directories, 9 files

With .vscode/settings.json:

{
  "files.exclude": {
      "folder-01/": true,
      "folder-02/": true,
  },
}

And workspace.code-workspace like:

{
  "folders": [
    { "path": "folder-01" },
    { "path": "folder-02" },
    {
        "path": ".",
	"name": "project root"
    }
  ],
}
  1. Open the workspace with code workspace.code-workspace
  2. Clicking randomly on files and you should see the explorer jumping, folding, unfolding everything randomly

  1. It really looks like the combination of files.exlude +
{
    "path": ".",
    "name": "project root"
}

is driving VSCode like crazy.

Does this issue occur when all extensions are disabled?: Yes/No

@vscodebot
Copy link

vscodebot bot commented Aug 14, 2020

(Experimental duplicate detection)
Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:

@isidorn
Copy link
Contributor

isidorn commented Aug 14, 2020

Thanks for filling this issue. Can you reproduce using Visual Studio Code Insiders https://code.visualstudio.com/insiders/

@isidorn isidorn added file-explorer Explorer widget issues info-needed Issue requires more information from poster labels Aug 14, 2020
@toxinu
Copy link
Author

toxinu commented Aug 14, 2020

@isidorn Thanks for your reply. And yes I just tested and I can reproduce it with the Insiders build.

Version: 1.49.0-insider
Commit: bd08768fd310d34cdd4423a53e5f3ca77340fea5
Date: 2020-08-14T06:47:57.598Z (1 hr ago)
Electron: 9.2.0
Chrome: 83.0.4103.122
Node.js: 12.14.1
V8: 8.3.110.13-electron.0
OS: Darwin x64 19.6.0

@vennekilde
Copy link

Sounds like a duplicate of #95056
Only fix i know right now is to downgrade to < 1.44

@isidorn isidorn added the *duplicate Issue identified as a duplicate of another issue(s) label Aug 17, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Oct 1, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s) file-explorer Explorer widget issues info-needed Issue requires more information from poster
Projects
None yet
Development

No branches or pull requests

4 participants
@toxinu @vennekilde @isidorn and others