Giulia Stocco

Results 234 comments of Giulia Stocco

I just remembered this is possible using conditions. Here I just set the initial pattern to something that matches everything, and then leverage the `negate_finding` feature of the condition mechanism....

You should be able to substitute any pattern you want (including ymlpath etc) in the initial pattern for what you would want highlighted - I just left it very broad...

In order to perform xpath computation, first we have to try to parse the file as XML, which is failing, as expect for a json document, but there's no way...

I double checked and do receive this error with a file with that particular name which seems to be due to the ".config" portion of the filename. If I swap...

The DevSkim CLI has a `verify` command that does some checks for consistency/correctness, but there isn't an entrypoint to that in the VsCode extension at this point. The VsCode extension...

Sorry! I understand the frustration. I can definitely note this as a feature request to add hot-reload when custom rules are changed - as a workaround you can cause the...

FWIW, the example rule I shared in the other thread does seem to be working in VS Code. Resharing here: ```json [{ "name": "YamlPathValidate", "id": "YmlPath", "tags": ["test"], "description": "values...

I tested with the rule you were testing above and it seems to be working for me in VS Code as well. ![Image](https://github.com/user-attachments/assets/635b17b9-183e-4dc5-add0-97842708c84c)

Thanks for the references. I believe we are using the language client library mentioned in 76405, I'll try to take a look and see how this could fit in. The...

I think this unfortunately comes down to a VSCode architecture limitation - even if you restart the extension process the files themselves needs to be processed again to get new...