Skip to content

Commit

Permalink
Add VSCode extension recommendations
Browse files Browse the repository at this point in the history
  • Loading branch information
PJB3005 committed Jan 19, 2020
1 parent aaf0b7a commit 812654f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,8 @@ __pycache__/
*.pyc

# Visual Studio Code workspace settings.
.vscode/
.vscode/*
!.vscode/extensions.json

# Release package files go here:
release/
Expand Down
6 changes: 6 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"recommendations": [
"ms-vscode.csharp",
"editorconfig.editorconfig"
]
}

0 comments on commit 812654f

Please sign in to comment.