diff --git a/devspaces/README.md b/devspaces/README.md index 387845c..2b48c7b 100644 --- a/devspaces/README.md +++ b/devspaces/README.md @@ -65,4 +65,19 @@ Your Git user name and email should appear in the output. 4) Provide a token name, select the provider, update the provider endpoint, and enter in your token -5) Click Add \ No newline at end of file +5) Click Add + +# Auto Install Extensions: + +1) At the root of your repository, create a .vscode folder with a file called extensions.json + +2) Add any desired extensions with the full extension name + +``` +{ + "recommendations": [ + "redhat.ansible", + "redhat.vscode-yaml" + ] +} +``` \ No newline at end of file