jbenden / vscode-c-cpp-flylint

A VS Code extension for advanced, modern, static analysis of C/C++ that supports a number of back-end analyzer programs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting "Incoming request for isTrusted property. Have false." on trusted workspace

JSurf opened this issue · comments

commented

This is NOT a duplicate of #112

My workspace is trusted, but I still get:
Incoming request for isTrusted property. Have false.
Will not analyze an untrusted workspace.

I work with a ssh remote workspace, but also tried a local workspace and a WSL Ubuntu workspace, all with the same result even they are all trusted

image

Using release 1.9.3 and vscode version 1.58.2

Any Idea on how to get this extension to recognize the trusted state correctly

Hi,

I see you've marked the actual VS Code as trusted; however, did you also mark the C/C++ project as trusted? Under Ctrl+Shift+P and "C/C++ Flylint: Toggle Workspace Trust" or similar?

I know that sounds silly, but there's a transition period going on with this whole trusted folder thing...

Thanks,
-Joe

commented

That did the trick, thanks

Fixed in 1.10.0.

Thanks!