The Roslyn LSP will automatically discover and load file-based apps in the opened workspace folders. The user can opt out of this discovery process by setting "dotnet.fileBasedApps.enableAutomaticDiscovery": false.
For the first release of the feature in the VS Code C# extension, the setting will be disabled-by-default in the stable release channel and enabled-by-default in the prerelease channel.
Feature doc: https://github.com/RikkiGibson/roslyn/blob/entry-point-discovery/docs/features/file-based-programs-vscode.md#automatic-discovery
Impl PR: dotnet/roslyn#82863
The Roslyn LSP will automatically discover and load file-based apps in the opened workspace folders. The user can opt out of this discovery process by setting
"dotnet.fileBasedApps.enableAutomaticDiscovery": false.For the first release of the feature in the VS Code C# extension, the setting will be disabled-by-default in the stable release channel and enabled-by-default in the prerelease channel.
Feature doc: https://github.com/RikkiGibson/roslyn/blob/entry-point-discovery/docs/features/file-based-programs-vscode.md#automatic-discovery
Impl PR: dotnet/roslyn#82863