Skip to content

Commit a3e53fc

Browse files
authored
Disable file based program support by default in release (#8342)
2 parents ad71a36 + 5dbddb4 commit a3e53fc

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
@@ -1509,7 +1509,7 @@
15091509
},
15101510
"dotnet.projects.enableFileBasedPrograms": {
15111511
"type": "boolean",
1512-
"default": true,
1512+
"default": false,
15131513
"description": "%configuration.dotnet.projects.enableFileBasedPrograms%",
15141514
"tags": [
15151515
"preview"

0 commit comments

Comments
 (0)