commit vscode settings

pull/5/head
Evan Hemsley 2019-06-13 16:37:01 -07:00
parent d6c50a7778
commit 4e2aa1ac98
2 changed files with 3 additions and 3 deletions

3
.gitignore vendored
View File

@ -208,9 +208,6 @@ project.lock.json
# Rider
.idea/
# Visual Studio Code
.vscode/
# Output folder used by Webpack or other FE stuff
**/node_modules/*
**/wwwroot/*

3
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"dotnet-test-explorer.testProjectPath": "test"
}