vic
vic
4 months passed
> Swift also supports linux, so what's wrong with it? Or are the devs just following the trend of rewriting everything in rust? > @YU5Z8X2CvH1fv4ep And probably more months will...
ok thanks Jinbo Wang ***@***.***> 于2022年5月30日周一 16:48写道: > @acodervic > 如果你指的是让debugger通过网络代理连接到远程机器,你需要把网络代理信息设置在vscode settings > java.jdt.ls.vmargs里面。参考下面的页面关于怎么为java插件配置代理。 > > https://github.com/redhat-developer/vscode-java/wiki/Using-a-Proxy > > — > Reply to this email directly, view it on GitHub...
> @acodervic 如果你指的是让debugger通过网络代理连接到远程机器,你需要把网络代理信息设置在vscode settings `java.jdt.ls.vmargs`里面。参考下面的页面关于怎么为java插件配置代理。 > > https://github.com/redhat-developer/vscode-java/wiki/Using-a-Proxy 兄弟试过没,我试了一下指定http/https代理没用啊,还是连接不上 ```bash [Error - 11:15:48 AM] Aug 1, 2022, 11:15:48 AM [error response][attach]: org.eclipse.jdi.TimeoutException null org.eclipse.jdi.TimeoutException at org.eclipse.jdi.internal.connect.SocketTransportService.attach(SocketTransportService.java:163) at org.eclipse.jdi.internal.connect.SocketTransportImpl.attach(SocketTransportImpl.java:49) at org.eclipse.jdi.internal.connect.SocketAttachingConnectorImpl.attach(SocketAttachingConnectorImpl.java:139)...
The methods and internal functions of the java object support static analysis. Can you read the type from ruby and then request the API of the java language server to...
Theoretically achievable
> It's definitely theoretically achievable, but it's beyond the scope of Solargraph itself. TruffleRuby support would have to be accomplished in a plugin. I would rather not try to support...
i find some docment in https://solargraph.org/guides/plugins. but i dont know how can i get a type of ruby variable . if i can get ruby object type , work will...
> You probably want your plugin to modify the ApiMap with a Convention. You can see existing implementations in `lib/solargraph/convention` and the [solargraph-rails](https://github.com/iftheshoefritz/solargraph-rails) plugin. thanksi will try it on free...
I switch my haxe to latest(4.3.3) ,The problem still exists.