zhuzongzhen

Results 5 comments of zhuzongzhen

我的vscode是在windowns下运行的,而我的lua代码是在wsl或远程linux中运行的,使用的都是.so的库,在调试lua代码时,能不能使用远程调试? 能不能提供个远程调试的示例?

我尝试使用remote-wsl 和 remote-ssh, 调试lua,在设置好,F5启动调试,发现调试器闪退了。 不启用remote调试,在本机可以调试。 以下是截图 ![使用remote-ssh](https://github.com/Austzhu/photos/blob/master/tmp/1.png) ![启动调试,debuger闪退](https://github.com/Austzhu/photos/blob/master/tmp/2.png) ![使用remote-wsl](https://github.com/Austzhu/photos/blob/master/tmp/3.png)

缺少什么函数呢?我可以去安装。

跟新到最新,使用wsl调试,还是会出现闪退,无法调试。

希望能够支持markmap的插件,在marktext中科院内嵌进去, 写法类型下面 ``` ```markmap # test ## Links - - [GitHub](https://github.com/gera2ld/markmap) ## Related - [coc-markmap](https://github.com/gera2ld/coc-markmap) - [gatsby-remark-markmap](https://github.com/gera2ld/gatsby-remark-markmap) ` ` ` ``` 效果图如下: ![image](https://user-images.githubusercontent.com/21327212/153314267-b01911b3-10b6-452c-9a1f-0cfd0fbb25a5.png)