-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exception when using livePreview.start.preview.atFile
with an argument
#384
Comments
It seems it also affects Coverage Gutters extension that uses live-preview as a dependency. |
A commit a while ago (d8630f6) changed the argument to |
It looks like there's currently no way to pass a URI as an argument in |
@andreamah Thanks for the idea but it has no use on my scenario. |
I think you have a valid use-case (and I wasn't too aware of using the command like that before) so I created #388. |
closes ryanluker#381 convert file path string to vscode.Uri to support changes in live preview resovles the exception mentioned in microsoft/vscode-livepreview#384
I get the following error message when I try to use the command
livePreview.start.preview.atFile
with one string argument representing a workspace file. Either absolute or relative path doesn't work.Window log
Extension Host log
Steps to recreate
Create the following
tasks.json
:Run task "test"
The text was updated successfully, but these errors were encountered: