Flo
Flo
This is the latest version. It's too new for the extension.
Attention: The dependency redhat.vscode-yaml is not compatible. I'd start there.... Please ping me if you need someone for testing 👍🏼
I'm currently debugging a bit: ```log [2022-10-07 16:04:06.610] [renderer6] [trace] RequestService#request (browser) - success https://marketplace.visualstudio.com/_apis/public/gallery/extensionquery [2022-10-07 16:04:06.613] [renderer6] [trace] RequestService#request (browser) - begin https://redhat.gallerycdn.vsassets.io/extensions/redhat/vscode-yaml/1.10.20220805/1659702463686/Microsoft.VisualStudio.Code.Manifest?targetPlatform=win32-ia32 [2022-10-07 16:04:06.621] [renderer6] [trace] RequestService#request (browser)...
@rgrunber Mhm... those dates look odd. Like the prerelease is older than the last stable... (semantic versioning probably...)
@ganeshrn Can you remove the broken prerelease of the `yaml`-extension from the store to keep vscode from using it?
Hello there! Sorry for the late reply, I missed the related pull request. But: I have good news. `v1.0.93` seems to use ansible-lint properly. The message is different and the...
@priyamsahoo absolutely! Have a look at https://github.com/max06/ansible-lint-debug. If you remove the comments in Lines 4 and 5 in the test role, the yaml is broken enough to show the issue.
@yaegassy I think you're right. ```json [{ "resource": "/workspaces/redacted/ansible/roles/testing/tasks/main.yml", "owner": "_generated_diagnostic_collection_name_#1", "code": { "value": "load-failure", "target": { "$mid": 1, "external": "https://ansible-lint.readthedocs.io/rules/load-failure/", "path": "/rules/load-failure/", "scheme": "https", "authority": "ansible-lint.readthedocs.io" } }, "severity":...
Sorry to jump in here: Imho the ssh-agent is doing the right thing here. It's testing all available keys until there's a matching one. It's not user aware since users...
Alternative: Install the necessary files from an encrypted git repository, like as dotfiles. VSCode handles them automatically. It's not nice or clean, or something I would consider as save, but...