张小白

Results 73 comments of 张小白

Hey, this may not be a Windows related issue, I can install both dockerfile and vue extentions. Not familiar with vue, am I downloading the right extensions? ![Screenshot 2024-05-20 160350](https://github.com/zed-industries/zed/assets/14981363/8f6381ff-3eb3-40d6-8716-4fdcad95ede9)...

> 目前确实可以下载扩展,不清楚您这边可以正常运行docker,vue等插件的lsp提示么?我这边windows10会因为路径错误启动lsp失败 Ahh, no. ```rust Cannot find module 'C:\\C:\\Users\.. ```

The change will require the underlying `Rope` structure to be grapheme aware, which I gave a quick test, approx 3 times slower than current implementation.

I guess you are in China, and require a proxy.

I have tested, it is the proxy issue. You can try the latest build with a proxy setting: ```rust "proxy": "http://127.0.0.1:10809" ```

https://github.com/zed-industries/zed/assets/14981363/144a964e-ea31-4adb-a950-04100dfa5921

It seems that I made a mistake. I actually downloaded and installed `TypeScriptLspAdapter` not the `EsLintLspAdapter`. I retested, the pkg can be downloaded via a proxy, but can not install....

@bengda Counld you try #12087 ?

> Could we consider passing the proxy into `npm` too? There seem to be some issues related to that though, but seems to be very helpful to do along the...

`npm` only uses the proxy `HttpClient` we created for downloading `npm`. The `npm install` commands do not use the proxy client. So, I write a `proxy_settings()` function to get the...