Thanks to visit codestin.com
Credit goes to github.com

Skip to content

feat(lang-service): add ts lang service proxy #225

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

Merged
merged 1 commit into from
Mar 3, 2025

Conversation

ShenQingchuan
Copy link
Member

Description

Why we need a proxy for TypeScript language service ??
Because we don't want to expose some variables that injected in virtual code by Volar, like __createVineVLSCtx, __VINE_VLS_...

and we also implement a proxy method for "Go to definition", like Vue language tools vuejs/language-tools#5221, then users can drop extension antfu's "Goto definitions".

@ShenQingchuan ShenQingchuan merged commit d15d9e6 into main Mar 3, 2025
5 checks passed
@ShenQingchuan ShenQingchuan deleted the feat/add-ts-lang-service-proxy branch March 3, 2025 15:06
Copy link

netlify bot commented Mar 3, 2025

Deploy Preview for vue-vine ready!

Name Link
🔨 Latest commit 51ae26b
🔍 Latest deploy log https://app.netlify.com/sites/vue-vine/deploys/67c5c58460d6be0008857cdc
😎 Deploy Preview https://deploy-preview-225--vue-vine.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

pkg-pr-new bot commented Mar 3, 2025

Open in Stackblitz

@vue-vine/compiler

npm i https://pkg.pr.new/vue-vine/vue-vine/@vue-vine/compiler@225

create-vue-vine

npm i https://pkg.pr.new/vue-vine/vue-vine/create-vue-vine@225

@vue-vine/eslint-parser

npm i https://pkg.pr.new/vue-vine/vue-vine/@vue-vine/eslint-parser@225

@vue-vine/eslint-plugin

npm i https://pkg.pr.new/vue-vine/vue-vine/@vue-vine/eslint-plugin@225

@vue-vine/eslint-config

npm i https://pkg.pr.new/vue-vine/vue-vine/@vue-vine/eslint-config@225

@vue-vine/language-server

npm i https://pkg.pr.new/vue-vine/vue-vine/@vue-vine/language-server@225

@vue-vine/language-service

npm i https://pkg.pr.new/vue-vine/vue-vine/@vue-vine/language-service@225

@vue-vine/nuxt

npm i https://pkg.pr.new/vue-vine/vue-vine/@vue-vine/nuxt@225

vue-vine-tsc

npm i https://pkg.pr.new/vue-vine/vue-vine/vue-vine-tsc@225

@vue-vine/vite-plugin

npm i https://pkg.pr.new/vue-vine/vue-vine/@vue-vine/vite-plugin@225

vue-vine

npm i https://pkg.pr.new/vue-vine/vue-vine@225

commit: 51ae26b

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

Successfully merging this pull request may close these issues.

1 participant