From 26508c3c7b03004208af9948726c01d731c974dd Mon Sep 17 00:00:00 2001 From: Alex Mills <96640492+AlexMills0@users.noreply.github.com> Date: Thu, 17 Aug 2023 20:11:03 +1000 Subject: [PATCH] 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. --- .vscode/extensions.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 4586e1a484..993d74a7e0 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -2,7 +2,7 @@ "recommendations": [ "redhat.ansible", "redhat.vscode-yaml", - "ybaumes.highlight-trailing-white-spaces", - "bungcip.better-toml" + "tamasfe.even-better-toml", + "ybaumes.highlight-trailing-white-spaces" ] }