@inst/vscode-bin-darwin
Version:
BINARY ONLY - VSCode binary deployment for macOS
10 lines (9 loc) • 513 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var CommitType;
(function (CommitType) {
CommitType[CommitType["Current"] = 0] = "Current";
CommitType[CommitType["Incoming"] = 1] = "Incoming";
CommitType[CommitType["Both"] = 2] = "Both";
})(CommitType = exports.CommitType || (exports.CommitType = {}));
//# sourceMappingURL=https://ticino.blob.core.windows.net/sourcemaps/b813d12980308015bcd2b3a2f6efa5c810c33ba5/extensions/merge-conflict/out/interfaces.js.map