denis-shienkov

Results 20 comments of denis-shienkov

Hmm.. Is it possible at all to set a null path? Because the [vscode.DiagnosticCollection](https://code.visualstudio.com/api/references/vscode-api#DiagnosticCollection) expects the the method `set(uri: Uri, diagnostics: readonly Diagnostic[]): void` use an `vscode.Uri` type. I'm not...

Sorry, but I'm can't reproduce your issue with the extension v2.1.4. Please provide a more info and the minimal example project.

Could you please provide a minimal project example to reproduce an issue?

Sorry, for delay. So, could you please test it now? And what exactly settings are not picked up?

Agreed, but seems, it is hard to do (I can't find any examples for this)... AFAIK, this feature is not implemented even in the CMake Tools extension.

Does the additional extension (e.g. the https://marketplace.visualstudio.com/items?itemName=adelphes.android-dev-ext) work?

Hi, to be honest, I don't know. )) Maybe it is impossible, you may look how it looks e.g. in CMake extension as an example. If there are a more...

AFAIK, it is impossible to do something like yo want, because the format of `vscode.Diagnostic` is different... E.g. this code: ```typescript collection.set(vscode.Uri.file("/opt/cloud/projects/xyz.cpp"), [{ code: 'code-123', message: 'Hello, Im error message',...

Maybe yes, maybe no, it depends on the used compiler. You can provide some simple compiled error output (just for an example), and also provide a current QtC and VScode...