Colen Garoutte-Carson
Colen Garoutte-Carson
Hi @billgan1024 . When you activate a file, that initiates an IntelliSense pass on that file (even if it has not changed). This is partly a failsafe to accommodate for...
I'm not able to repro this issue as described. My understanding is that Windows file system uses NFC, and while the underlying file system on macOS is NFD, macOS returns...
It's valid for there to be spaces in directory or file names. It seems wrong to me to trim whitespace from a user-provided path, and prevent a valid scenario, regardless...
Hi @piterzhang . Does your `compile_commands.json` file contain an entry with a `file` field set to `init.c`? The configuration warning would seem to indicate that none was found. If there...
Hi @piterzhang . Are you trying to open this workspace folder on Windows directly, or via a WSL Remote instance of VS Code? You indicated your OS as Windows, but...
Hi @piterzhang . I don't see any evidence of any errors in the log you provided. I assume this also reproduced the `not found in compile_commands.json` config warning? That warning...
Hi @piterzhang . Based on your log, it looks like the file you opened was `/home/piter/lk/platform/or1ksim/platform.c`. Looking in the `compile_commands.json` in `lk.zip`, I do not see any entry for `/home/piter/lk/platform/or1ksim/platform.c`....
Hi @BluTree . The C/C++ Extension leverages the EDG compiler front-end and is equivalent to the `EDG eccp` column in this table: https://en.cppreference.com/w/cpp/compiler_support/23 We'll keep this issue open for tracking,...
Hi @shenjiangqiu . I'm trying to make sense of your logs. I see that the crash seems to be happening here: ``` LSP: (received) cpptools/getDocumentSymbols: file:///home/sjq/Docs/main.cc (id: 8) LSP: (invoked)...
Aha. I'm glad you figured it out. This would appear to be the same issue as: https://github.com/microsoft/vscode-cpptools/issues/8386 Note that we may still have a bug here that could be fixed....