-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
2.0 Backlogs #85
Comments
@johnsoncodehk , why #93 and vuejs/language-tools#3751 are now marked has strikethrough in the refactors checklist? Does it mean that .vue declaration files with project references support is not going to be in a 2.0 release? |
@vidal7 Please track vuejs/language-tools#4196. |
I believe those PRs may not be needed with 2.0+, im currently testing 2.0 with our codebase and will address any issues as i find them. |
@blake-newman, if it helps, you can also try on my reproduction repo I created for the issue vuejs/language-tools#3526 that is surely much much simple than your codebase |
Cheers will take a look soon and try to resolve if still an issue. |
@blake-newman I updated my repo with all the latest versions of typescript, vue and vue-tsc and still, it doesn't seem to work. Do you see the same thing? |
Refactors
refactor(language-core): decouple from filename format #86VirtualFile.id
abstract #102TypeScriptProjectHost
#90VirtualFile
#91perf(typescript): support vue files with project reference delcaration #93perf(tsc): support vue files with project reference delcaration vuejs/language-tools#3751CodeInformation
interface #96provideDocumentDropEdits
#97TextDocuments
correctly #98Service
interface #100serverMode
andcancellationPipeName
options #103startServer
abstraction #113fileName
property forVirtualFile
#124Integrations
@volar/monaco
and@vue/language-service
v2 nuxt/learn.nuxt.com#150The text was updated successfully, but these errors were encountered: