Community
Participate
Working Groups
this.localSettings = EditorSettings ? new EditorSettings({local: true, editor: editor, themePreferences: this.themePreferences, preferences: this.editorPreferences}) : null;
}
var liveEditSession = new LiveEditSession(serviceRegistry, editor);
var recordListener = function() {
var recordListener = function(evt) {
that.loadSession(evt);
that.recordSession();
};
inputManager.addEventListener("InputChanging", recordListener); //$NON-NLS-0$
this.reportStatus("");
this._setInputContents(input, fileURI, null, this._fileMetadata, this._isText(this._fileMetadata));
} else {
this.processParameters(input);
if (!this.processParameters(input)) {
if (evt.session) {
evt.session.apply();
this._input = fileURI;