Closed as not planned
Description
Environment data
dotnet --info
output:
.NET Command Line Tools (2.0.0-preview2-006497)
Product Information:
Version: 2.0.0-preview2-006497
Commit SHA-1 hash: 06a2093335
Runtime Environment:
OS Name: Windows
OS Version: 10.0.15063
OS Platform: Windows
RID: win10-x64
Base Path: C:\Program Files\dotnet\sdk\2.0.0-preview2-006497\
Microsoft .NET Core Shared Framework Host
Version : 2.0.0-preview2-25407-01
Build : 40c565230930ead58a50719c0ec799df77bddee9
VS Code version: Code 1.14.2 (cb82febafda0c8c199b9201ad274e25d9a76874e, 2017-07-19T23:34:09.706Z)
C# Extension version: csharp|ms-|1.11.0
Steps to reproduce
Open VSCode on a directory that has projects (mine are in subfolders) that are excluded by files.exclude
(I'm doing it from .vscode/settings.json
).
Expected behavior
OmniSharp does not try to process projects within excluded folders.
Actual behavior
OmniSharp tries to process projects within excluded folders.
Other Details
I'm transitioning a large project (50+ libraries, 5+ apps) from MSBuild (Visual Studio) to dotnet (VSCode). I have configured VSCode to ignore all the projects that have not been transitioned yet. OmniSharp is trying to process the un-transitioned projects.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment