Skip to content

Commit

Permalink
Merge pull request #139 from seesharprun/add-devcontainer-config
Browse files Browse the repository at this point in the history
Add baseline GitHub Codespaces devcontainer configuration
  • Loading branch information
JillGrant615 authored Sep 12, 2024
2 parents 43c9271 + 03fcf19 commit a8f20f5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "Content contributor environment",
"customizations": {
"vscode": {
"extensions": [
"docsmsft.learnlinter",
"docsmsft.docs-authoring-pack"
]
}
}
}

0 comments on commit a8f20f5

Please sign in to comment.