Skip to content

Test using VS Code remote support / dev containers #1677

Closed
@DanTup

Description

@DanTup

https://code.visualstudio.com/blogs/2019/05/02/remote-development
https://code.visualstudio.com/api/advanced-topics/remote-extensions
https://code.visualstudio.com/docs/remote/containers

"Dev Containers" are apparently the most restrictive, so we should start there to find most issues. We'll definitely need to fix the openInBrowser calls to call openExternal (in a way we can still stub for testing).

Things likely to be broken in this setup:

  • calls to openInBrowser
  • having webdev launch browsers
  • having DevTools launch browsers
  • launching emulators
  • running 'Open in Xcode' / 'Open in Android Studio'
  • connecting to devices on the local machine

Mostly blocked by:

Metadata

Metadata

Assignees

No one assigned

    Labels

    in remoteRelates to running the extension in a remote setting using VS Code's remote dev supportis enhancement

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions