Skip to content

Commit

Permalink
Modify closeOnFileDelete default to agree with VSCode
Browse files Browse the repository at this point in the history
Signed-off-by: Colin Grant <[email protected]>
  • Loading branch information
colin-grant-work committed Jul 9, 2021
1 parent 2a5c157 commit dc02028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/browser/core-preferences.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const corePreferenceSchema: PreferenceSchema = {
'type': 'boolean',
// eslint-disable-next-line max-len
'description': 'Controls whether editors showing a file that was opened during the session should close automatically when getting deleted or renamed by some other process. Disabling this will keep the editor open on such an event. Note that deleting from within the application will always close the editor and that dirty files will never close to preserve your data.',
'default': true
'default': false
},
'application.confirmExit': {
type: 'string',
Expand Down

0 comments on commit dc02028

Please sign in to comment.