Skip to content

Commit

Permalink
✨ Add extension recommendations (#208)
Browse files Browse the repository at this point in the history
* 📝 Update gitignore to track .vscode folder

* ✨ Add extension recommendation
Adds the comment-translate extension as a recommendation for the koans
  • Loading branch information
vexx32 committed Jun 29, 2019
1 parent 21f8e42 commit 3070afd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.vscode/
.vs/
*.temppoint.*
PSKoans.psproj
PSKoans.psproj
5 changes: 5 additions & 0 deletions PSKoans/Koans/.vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"recommendations": [
"intellsmi.comment-translate"
]
}

0 comments on commit 3070afd

Please sign in to comment.