aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorJames Pogran <jpogran@outlook.com>2020-06-04 10:51:30 -0400
committerJames Pogran <jpogran@outlook.com>2020-06-04 10:51:30 -0400
commite106a39ccd615a6cc41dedbf2f6a32009ff62373 (patch)
tree0df3e180c0a477ddffc48f6ad82025805e9b4242 /.vscode
parent13a4af05ed6210e1d8d484560a16e2525b1369ff (diff)
downloadpuppet-augeas_core-e106a39ccd615a6cc41dedbf2f6a32009ff62373.tar.gz
puppet-augeas_core-e106a39ccd615a6cc41dedbf2f6a32009ff62373.tar.bz2
(maint) Update Puppet VS Code Extension ID
This commit updates the configuration file to point to the official Puppet VS Code Extension `puppet.puppet-vscode`
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/extensions.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/extensions.json b/.vscode/extensions.json
index 6177782..2f1e4f7 100644
--- a/.vscode/extensions.json
+++ b/.vscode/extensions.json
@@ -1,6 +1,6 @@
{
"recommendations": [
- "jpogran.puppet-vscode",
+ "puppet.puppet-vscode",
"rebornix.Ruby"
]
}