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",