Lennon
Lennon
@bobbrow Hi Bob, do you know who is the owner of CMake Tools Project? It seems that many issues don't get replied.
> Hi @Lennon925, we try to add tags or respond to issues within a day of being posted. However, right now it is the holiday season in the United States,...
I clone CMake-Tools source code and found: ``` const new_db = await CompilationDatabase.fromFilePath(compdb_path);//514 line of src\cmake-tools.ts const data = await fs.readFile(dbpath); // 69 line of src\compdb.ts ``` This line results...
In addition, how to debug extensions using remote-ssh when you develop remote extensions. It seems that extensions can't be actived on remote-ssh debug mode. I reported this issue on https://github.com/microsoft/vscode-remote-release/issues/1830
> Hi @Lennon925 , thank you for your understanding with our slow reply over the holidays break. I was not on vacation, but indeed as @sean-mcmanus said (on issue [microsoft/vscode-cpptools#4768](https://github.com/microsoft/vscode-cpptools/issues/4768))...
> So, just to confirm, the issue here is that it takes too long to parse the `compile_commands.json` file? Yes. It's fs.readFile. I tried to use stream to read file...
> Yeah, it could be the JSON.parse call (I didn't see that before, and "readFile" was mentioned so I just assumed that was the cause) -- changing it to use...
> Hi @Lennon925 , thank you for your understanding with our slow reply over the holidays break. I was not on vacation, but indeed as @sean-mcmanus said (on issue [microsoft/vscode-cpptools#4768](https://github.com/microsoft/vscode-cpptools/issues/4768))...
可以使用中间价dble,这个问题dble已经解决了。我们已经在用了。 发自我的 iPhone 在 2018年11月22日,下午5:57,suse 写道: 确实没有发现有这个参数,并且我老是会莫名的出现 proxy-plugin.c.1450: I have no server backend, closing connection 2018-11-22 14:17:57: (critical) network-mysqld.c.1387: plugin_call(CON_STATE_READ_QUERY) failed 这样的问题。 — You are receiving this because you authored...
@sean-mcmanus Any plan about this recently?