Skip to content

SkipFiles still opens the file to skip temporarily, causing slowness  #126102

@JustinGrote

Description

@JustinGrote

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

  • VS Code Version: 1.58-insider
  • OS Version: Windows 10 Insiders

Steps to Reproduce:

  1. Use the sample extension template (in my case the test adapter api)
  2. Define skipfiles with "**/app/out/vs/**" or "C:/users/<username>/AppData/Local/Programs/Microsoft VS Code Insiders/**/*.js"
  3. Launch an extension debug session with F5
  4. Step into a vscode.test api call
  5. Will still open extensionHostProcess.js and take forever to load before then "skipping" it.
  6. Expected: It would skip immediately.
Video.mp4

Confirmed the file is in skipfiles:
image

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesinsiders-releasedPatch has been released in VS Code InsidersverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions