From d816f15339aad0d07c8d5ca8aae9b9fa2d51371f Mon Sep 17 00:00:00 2001 From: Gregg Miskelly Date: Mon, 22 May 2017 11:30:29 -0700 Subject: [PATCH] Add more files to .vscodeignore This adds more files to the .vscodeignore file. Most importantly this excludes gulpfile.js as Windows Defender doesn't like it. --- .vscodeignore | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.vscodeignore b/.vscodeignore index b1f9ecfada..72116c06e2 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -8,6 +8,9 @@ src/** .gitignore .travis.yml tsconfig.json +ISSUE_TEMPLATE +tslint.json +gulpfile.js **/.nyc_output/** **/coverage/** diff --git a/package.json b/package.json index 0a2417c38a..b9fc3c5014 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "csharp", "publisher": "ms-vscode", - "version": "1.10.0-beta4", + "version": "1.10.0-beta5", "description": "C# for Visual Studio Code (powered by OmniSharp).", "displayName": "C#", "author": "Microsoft Corporation",