]> gitweb.fluxo.info Git - puppet-sshkeys_core.git/commitdiff
(maint) Update Puppet VS Code Extension ID
authorJames Pogran <jpogran@outlook.com>
Thu, 4 Jun 2020 14:51:56 +0000 (10:51 -0400)
committerJames Pogran <jpogran@outlook.com>
Thu, 4 Jun 2020 14:51:56 +0000 (10:51 -0400)
This commit updates the configuration file to point to the official Puppet VS Code Extension `puppet.puppet-vscode`

.vscode/extensions.json

index 6177782746993899cff3bba9ca165f39f9d4004e..2f1e4f73a56f0d7cec69242da71c204461ceeee5 100644 (file)
@@ -1,6 +1,6 @@
 {
   "recommendations": [
-    "jpogran.puppet-vscode",
+    "puppet.puppet-vscode",
     "rebornix.Ruby"
   ]
 }