Skip to content

Commit

Permalink
Replace deprecated extension
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
AlexMills0 committed Aug 17, 2023
1 parent 91725cb commit 26508c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}

0 comments on commit 26508c3

Please sign in to comment.