Skip to content

Commit 0860a17

Browse files
authored
Default file-based programs support to true in release
1 parent 681c2ab commit 0860a17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)