File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 3232 * Ensure unique file paths for non-file Uris (PR: [ #12037 ] ( https://github.com/dotnet/razor/pull/12037 ) )
3333 * Fix completion of hyphenated items (PR: [ #12035 ] ( https://github.com/dotnet/razor/pull/12035 ) )
3434 * Allow completion items to add using directives (PR: [ #12034 ] ( https://github.com/dotnet/razor/pull/12034 ) )
35+ * Default ` dotnet.projects.enableFileBasedPrograms ` to ` true ` (PR: [ #8587 ] ( https://github.com/dotnet/vscode-csharp/pull/8587 )
3536
3637# 2.86.x
3738* Bump Roslyn to 5.0.0-1.25361.2 (PR: [ #8416 ] ( https://github.com/dotnet/vscode-csharp/pull/8416 ) )
Original file line number Diff line number Diff line change 15281528 },
15291529 "dotnet.projects.enableFileBasedPrograms" : {
15301530 "type" : " boolean" ,
1531- "default" : false ,
1531+ "default" : true ,
15321532 "description" : " %configuration.dotnet.projects.enableFileBasedPrograms%" ,
15331533 "tags" : [
15341534 " preview"
You can’t perform that action at this time.
0 commit comments