mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-12 19:48:47 +00:00
26508c3c7b
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.
8 lines
177 B
JSON
8 lines
177 B
JSON
{
|
|
"recommendations": [
|
|
"redhat.ansible",
|
|
"redhat.vscode-yaml",
|
|
"tamasfe.even-better-toml",
|
|
"ybaumes.highlight-trailing-white-spaces"
|
|
]
|
|
}
|