Settings used by FocusChangeAutoSaveTracker.updateSettings

interface IFocusChangeAutoSaveSettings {
    active: boolean;
    exclude: string[];
    saveOnCellFocusChange: boolean;
}

Properties

active: boolean

Whether or not the extension is activated.

exclude: string[]

Glob patterns to exclude files from autosaving.

saveOnCellFocusChange: boolean

Whether or not to save when cell focus changed.

MMNEPVFCICPMFPCPTTAAATR