pester/vscode-adapter

Multi-Workspace Support

Closed this issue · 0 comments

Implement

  • Move the main starting point to filewatchers and initialize a filewatcher set per workspace
  • Upon detection of a relevant pester file, don't initialize a testController unless a valid Pester file is detected (untitled documents may count)
  • One testController per workspace

Issues

  • How do we interact with the PSIC (or do we) in multi-workspace. Change the working directory? Only allow debug in the same workspace the PSIC is operational?