ansible-nas/.vscode/extensions.json
Alex Mills 26508c3c7b
Replace deprecated extension
There was a warning appearing in VSCode regarding a deprecated extension. I have resolved the issue by replacing the deprecated extension with the alternative suggested by VSCode.
2023-08-17 20:11:03 +10:00

8 lines
177 B
JSON

{
"recommendations": [
"redhat.ansible",
"redhat.vscode-yaml",
"tamasfe.even-better-toml",
"ybaumes.highlight-trailing-white-spaces"
]
}