Microsoft/vscode

Custom editors cannot be opened when a single-folder workspace has Been Extended To A Multi-Folder Workspace

开放

#98,603 创建于 2020年5月26日

 (3 条评论) (0 个反应) (1 位负责人)TypeScript (39,847 个派生)batch import
bugcustom-editorshelp wantedwebview

仓库指标

星标
 (184,936 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

  • VSCode Version: 1.45.1 / Insiders 2020-05-26T15:51:05.752Z
  • OS Version: Windows 10 / Mac

Steps to Reproduce:

  1. Check out Cat Customs Sample
  2. Install the extension
  3. Copy the exampleFiles folder to exampleFiles2
  4. Open a new VS Code Instance with exampleFiles as root folder
  5. (Custom Editor works as intended)
  6. Add exampleFiles2 to the workspace.
  7. Open example.cscratch in exampleFile2 folder.
  8. It crashes.

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

You can see this happening with my draw.io extension too: https://github.com/hediet/vscode-drawio/issues/61

贡献者指南