You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The VSBrowser.instance.openResources(path...) is very convenient to open VS Code instance with a specific folder or workpsace. it would be convenient having also a method to open VS Code without any folder or workspace.
I initially tried using VSBrowser.instance.openResources() (with no parameters) but it is not doing this. I'm wondering if it would be a good way to add this behavior to openResources or to provide a specific method.
The text was updated successfully, but these errors were encountered:
djelinek
changed the title
Provide method to open VS Code without workspace or folder
[Request] Provide method to open VS Code without workspace or folder
Jun 9, 2023
djelinek
changed the title
[Request] Provide method to open VS Code without workspace or folder
[🚀 Request] Provide method to open VS Code without workspace or folder
Oct 17, 2023
The
VSBrowser.instance.openResources(path...)
is very convenient to open VS Code instance with a specific folder or workpsace. it would be convenient having also a method to open VS Code without any folder or workspace.I initially tried using
VSBrowser.instance.openResources()
(with no parameters) but it is not doing this. I'm wondering if it would be a good way to add this behavior to openResources or to provide a specific method.The text was updated successfully, but these errors were encountered: