fox

Results 19 comments of fox

I found **textDocument/didOpen** event get wrong params like: ```json { jsonrpc: '2.0', method: 'textDocument/didOpen', params: { textDocument: { uri: 'inmemory://model/1',

here is the repo about thi question: [repo](https://github.com/FoxDaxian/lsp-adventure)

here is related [issue](https://github.com/TypeFox/monaco-languageclient/issues/15)

anybody? help~ @HerringtonDarkholme @yoyo930021 sorry to disturb~ 🙏🏻

@redbullmarky thanks for reply very much. 😊 and i'll try this way what you mention. and wish me luck. 😭

try [this](https://rollupjs.org/guide/en/#outputmanualchunks)? maybe it can do what you want

I think `acorn` do not support annotations node type. ![image](https://user-images.githubusercontent.com/19708789/143440561-e5d22944-7f80-402b-8f54-7494f14c15ab.png) maybe need some acorn|rollup plugins to support this. ![image](https://user-images.githubusercontent.com/19708789/143440735-6de8d009-fdc2-4c75-9421-16f5fce42a55.png)

> I tried it, but it still doesn't work > > `const Vue3LottieImport = async () => ( (await import(/* webpackChunkName: "vue-lottie" */ "vue3-lottie/dist/index.js")).Vue3Lottie );` > > `[vite:resolve] Missing "./dist/index.js"...