Skip to content

Commit 26f046c

Browse files
disable autosave by default
1 parent 19911d0 commit 26f046c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

product.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
"nameLong": "Visual Studio Code",
55
"applicationName": "code-web-sample",
66
"dataFolderName": ".vscode-web-sample",
7-
"version": "1.91.1",
7+
"version": "1.98.1",
8+
"configurationDefaults": {
9+
"files.autoSave": "off"
10+
},
811
"extensionsGallery": {
912
"serviceUrl": "https://open-vsx.org/vscode/gallery",
1013
"itemUrl": "https://open-vsx.org/vscode/item",

0 commit comments

Comments
 (0)