Closed ogios closed 4 months ago
1274?
@so1ve i don't think it's related to this error, i know there maybe some restricts especially set for node_modules
.
but this happens in a normal workspace
Please check if this issue has been resolved in 2.x. If not, feel free to create a new one.
Process
https://github.com/vuejs/language-tools/assets/96933655/b51c4029-fefb-4cc3-b046-be6bf18d113e
in the video, i first add a function called
sussybot()
inhubs.ts
, and the suggestion works in theApp.vue
. then i delete it and get back toApp.vue
, the function's suggestion is still there, but with an error aside of it:then i create a new file called
new.ts
and add a function calledyou()
head back toApp.vue
, thesussybot()
suggestion is goneEnv
i'm currently using
NVIM v0.9.1
withNvChad
. lsp: volar takeover mode ( disabledtsserver
), and i've searched through https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/ , set everything available incapabilities.workspace
'sdynamicRegistration
totrue
.but still, it raise this warning:
here's my nvim config file: https://github.com/ogios/nvim-config-nvchad