Skip to content

Commit

Permalink
added extensions instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
adworjan committed Dec 6, 2023
1 parent bec9312 commit d5f4228
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion devspaces/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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"
]
}
```

0 comments on commit d5f4228

Please sign in to comment.