Ben FrantzDale

Results 34 comments of Ben FrantzDale

> @arunparkugan it is, it is not an issue but an enhancement suggestion. That's right. LRU cache was what got me thinking about this sort of caching, which lead me...

I'm getting this too. I'm also on WSL2 (remoted to a different Linux box). It seems like restarting with `> Developer: Reload Window` may have fixed it? clangd Extension Version...

It looks like the change would be in (`tryCompileFile`)[https://github.com/microsoft/vscode-cmake-tools/blob/596735847cd20bf39a78b007da24f7032be13eb0/src/cmakeProject.ts#L2168]: ```ts async tryCompileFile(filePath: string): Promise { const configResult = await this.ensureConfigured(); if (configResult === null || configResult !== 0) { //...

One solution is to add `-DFMT_HEADER_ONLY=1` https://godbolt.org/z/zfofxdrao I don't know if there's a way to automagically either visibly or behind the scenes, or if we should be having it link...