Insert final new line doesn't work with format JSON on save (fixes #17078)

This commit is contained in:
Benjamin Pasero
2016-12-13 10:45:27 +01:00
parent 58b2af5de3
commit d80c577f1d

View File

@@ -251,8 +251,8 @@ export class SaveParticipant implements ISaveParticipant {
this._saveParticipants = [
instantiationService.createInstance(TrimWhitespaceParticipant),
instantiationService.createInstance(FinalNewLineParticipant),
instantiationService.createInstance(FormatOnSaveParticipant),
instantiationService.createInstance(FinalNewLineParticipant),
instantiationService.createInstance(ExtHostSaveParticipant)
];