You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by ni...@apache.org on 2019/08/07 22:26:19 UTC

[lucenenet] 22/42: Added .vscode/settings.json file to locate tests and ignore docs path in Visual Studio Code

This is an automated email from the ASF dual-hosted git repository.

nightowl888 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet.git

commit 5c75fabaf276afc4e895ff7a2b59999476f1db27
Author: Shad Storhaug <sh...@shadstorhaug.com>
AuthorDate: Sat Aug 3 20:56:36 2019 +0700

    Added .vscode/settings.json file to locate tests and ignore docs path in Visual Studio Code
---
 .vscode/settings.json | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644
index 0000000..d47ddde
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,7 @@
+{
+    "files.exclude": {
+        "**/.git": true,
+        "**/docs": true
+    },
+    "dotnet-test-explorer.testProjectPath": "src/**/*.Tests.*.csproj"
+}
\ No newline at end of file