Olivier FAURE
Olivier FAURE
Quick bikeshed: a lot of people have expressed that the name "object-safe" is a little confusing. If we do go the attribute approach, it would be nice to brainstorm an...
Hold on, that's hasty. I'm not suggesting we systematically detect every single occurrence of a command creating a folder. I'm suggesting we can use heuristics to guess when a recent...
I guess you could inotify the current directory for changes. When you run `cd`, remove the previous watch and add a watch of the current directory. I don't know how...
I guess the question becomes "how expensive are stat calls?". Like, is there a risk of adding input latency? Even if there isn't, if you're in a directory with a...
I think the overall question for whichever strategy we pick is "how does it scale"? Like, checking lstat for all files in a directory seems easy enough if the directory...
Alright, sticking to the basics, noted. I'll do an implementation at some point if I find the time.
> Can you try 1.12.0 (pre-release)? This sounds like fixed bug https://github.com/microsoft/vscode-cpptools/issues/9628 . You're missing the point, though. The underlying problem is that the language server fails with a message...
> I don't understand -- there was a bug in processing of the compilerFragments. If the bug is fixed, then there's no need to output information on what caused it....
For what it's worth, I would really like this option as well. Not being able to enable cross-origin isolation, and therefore wasm threads, was a dealbreaker for me, and made...
Seconded. This is an essential feature for my use-case.