Skip to content

Commit 2effc41

Browse files
authored
Default file-based programs support to true in release (#8587)
2 parents 681c2ab + aa1dd87 commit 2effc41

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
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))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1528,7 +1528,7 @@
15281528
},
15291529
"dotnet.projects.enableFileBasedPrograms": {
15301530
"type": "boolean",
1531-
"default": false,
1531+
"default": true,
15321532
"description": "%configuration.dotnet.projects.enableFileBasedPrograms%",
15331533
"tags": [
15341534
"preview"

0 commit comments

Comments
 (0)