Skip to content
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

v1.0.0 Preview Download #1880

Closed
johnsoncodehk opened this issue Sep 16, 2022 · 18 comments
Closed

v1.0.0 Preview Download #1880

johnsoncodehk opened this issue Sep 16, 2022 · 18 comments

Comments

@johnsoncodehk
Copy link
Member

johnsoncodehk commented Sep 16, 2022

Because VSCode marketplace do not support prerelease semver versions yet, you need to manually install a extension packaged for now. I will upload each preview version to this issue.

How to install: https://code.visualstudio.com/docs/editor/extension-marketplace#_install-from-a-vsix (In short, unzip and drag the .vsix to VSCode "Extensions" Side Bar)

@ahnpnl
Copy link
Contributor

ahnpnl commented Sep 16, 2022

Can we change alpha.0 version to be in next tag instead of latest?

@johnsoncodehk
Copy link
Member Author

@ahnpnl Done, thanks for reminding!

@baixiaoyu2997
Copy link

thanks for you work, i'm not sure, beat.1 is still deploy or just missing in this place

@johnsoncodehk
Copy link
Member Author

@baixiaoyu2997 just updated it, but beta.1 accidentally bundled the language server dependency in the language client (increased the package size, but not causing any problems), and I didn't find an easy fix yet.

@satrong
Copy link

satrong commented Oct 4, 2022

图片
图片

I'm not sure if it's a Volar's problem.

vscode: 1.71.2, win 10, volar: 1.0.0-beta.4

Not work fine for me from 1.0.0-beta.3

@johnsoncodehk
Copy link
Member Author

@satrong could you show LSP logs in this out window by setting "vue-syntactic-server.trace.server": "verbose"?

@satrong
Copy link

satrong commented Oct 4, 2022

Now I cannot get these errors again. This is LSP logs:

[Trace - 10:49:01] Sending request 'textDocument/linkedEditingRange - (363)'.
Params: {
    "textDocument": {
        "uri": "file:///c%3A/Users/2/code/vite-project/src/components/HelloWorld.vue"
    },
    "position": {
        "line": 13,
        "character": 0
    }
}


[Trace - 10:49:01] Received response 'textDocument/linkedEditingRange - (363)' in 1ms.
No result returned.

图片

@satrong
Copy link

satrong commented Oct 4, 2022

And maybe a new problem, tooltip not working after file was saved

video.mp4

@johnsoncodehk
Copy link
Member Author

And maybe a new problem, tooltip not working after file was saved

Fixed by 91f137f

@johnsoncodehk
Copy link
Member Author

Just updated beta.5.

@yaegassy
Copy link
Collaborator

yaegassy commented Oct 4, 2022

@johnsoncodehk it looks like 1.0.0-beta.5 is not published in npm.

@satrong
Copy link

satrong commented Oct 4, 2022

Hi @johnsoncodehk , I found a new error in 1.0.0-beta.5

Element is missing end tag.vue(24)
video.mp4

@johnsoncodehk
Copy link
Member Author

@johnsoncodehk it looks like 1.0.0-beta.5 is not published in npm.

Please use beta.6.

@johnsoncodehk
Copy link
Member Author

johnsoncodehk commented Oct 4, 2022

Hi @johnsoncodehk , I found a new error in 1.0.0-beta.5

Element is missing end tag.vue(24)

Can you reproduce this problem in https://github.com/johnsoncodehk/volar-starter? This is beta.3 ~ beta.4 bug but it should be fixed in beta.5.

@satrong
Copy link

satrong commented Oct 4, 2022

Hi @johnsoncodehk , I found a new error in 1.0.0-beta.5

Element is missing end tag.vue(24)

Can you reproduce this problem in https://github.com/johnsoncodehk/volar-starter?

Works fine in beta.6

Thank you.

@satrong
Copy link

satrong commented Oct 6, 2022

Hi @johnsoncodehk , I don't know how to describe this problem, maybe useful for you after watch the video below

Volar: 1.0.0-rc.3

video.mp4

@johnsoncodehk
Copy link
Member Author

@satrong thanks to report, but I can't reproduce this problem, could you try can it reproduce in https://github.com/johnsoncodehk/volar-starter?

@johnsoncodehk
Copy link
Member Author

@satrong I just found that this problem is only occur when disabled takeover mode, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants