-
Notifications
You must be signed in to change notification settings - Fork 22
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
Previewer is not available after successful build of project on Linux #117
Comments
@Apisteftos would you like to try a workaround? I had a similar issue in MacOS. you can edit directly the extension inside the .vscode folder |
I updated the post at the end |
Same here.
I have tried a workaround suggested by @tofferteves, and it doesn't work. I have added a line, calling async execute(mainUri, allUris) {
const activeFile = mainUri ?? vscode.window.activeTextEditor?.document.uri;
await vscode.commands.executeCommand(Utilities_1.AppConstants.previewerAssetsCommand); // <<-- test to force update the workspace I had to add After adding this line, on the first attempt, there was a rotating indicator on the status line of VSCode in the bottom. However, no preview has appeared, and the Command palette now doesn't show log
|
Bug
Hello I am trying to preview just a simple
welcome to Avalonia
project but it seems that preview button doesn't work.To Reproduce
Steps to reproduce the behavior:
dotnet build
Show Preview
Previewer is not available. Build the project first.
dotnet run
works fine.Expected behavior
Working Show Preview
Environment
The text was updated successfully, but these errors were encountered: