ToBoMi
ToBoMi
The libraries are delivered as a package from a package manager. They contain the lib and the source code. Not much around it. Definetly no `compile_commands.json`. To get that file...
I made it work using the external index by * using yaml as format for the index * changing the encoding from UTF-16 LE to UTF-8 and * have some...
No (and a bit yes). I had a `compile_commands.json` in my project root. This is used for the background indexing the sources of the main project (not the libs). I...
I want to say that I started using code - OSS (vscode/vscodium) for cmake based projects. (beeing sad about leaving eclipse - sure - and missing eclipse at many places)...
I try to use `${activeConfigurePresetName}` in `.vscode/settings.json` and it is not getting evaluated. `${workspaceFolder}` expansion works. I use it as an argument to the clangd startup and it passes the...
Already tried that and many variations after reading the docs. None of them worked. Here is the current output: This: ```json "clangd.arguments": [ "--compile-commands-dir=${workspaceFolder}/${command:cmake.activeConfigurePresetName}", ] ``` leads to the following...
Observed in ``` Version: 1.74.2 (user setup) Commit: e8a3071ea4344d9d48ef8a4df2c097372b0c5161 Date: 2022-12-20T10:29:14.590Z Electron: 19.1.8 Chromium: 102.0.5005.167 Node.js: 16.14.2 V8: 10.2.154.15-electron.0 OS: Windows_NT x64 10.0.19044 Sandboxed: No ``` Conditional breakpoint using a...
Great. Thanks. The clangd releases don't need to be installed at all. I thought I need a LLVM installation. Should we leave this issue open to suggest a feature request:...
I have a similar issue (let me know if you would like to have a separate issue here) running Theia on Windows 10 in a corporate network. Searching for extensions...
From the commandline Theia prints: ``` [...] 2024-04-03T14:41:52.042Z root ERROR Error: unable to get local issuer certificate at TLSSocket.onConnectSecure (node:_tls_wrap:1538:34) at TLSSocket.emit (node:events:513:28) at TLSSocket._finishInit (node:_tls_wrap:952:8) at ssl.onhandshakedone (node:_tls_wrap:733:12) [...]...