UNPKG

@inst/vscode-bin-darwin

Version:

BINARY ONLY - VSCode binary deployment for macOS

21 lines (20 loc) 1 kB
"use strict"; /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ Object.defineProperty(exports, "__esModule", { value: true }); const nls = require("vscode-nls"); nls.config(process.env.VSCODE_NLS_CONFIG)(__filename); const services_1 = require("./services"); function activate(context) { // Register disposables const services = new services_1.default(context); services.begin(); context.subscriptions.push(services); } exports.activate = activate; function deactivate() { } exports.deactivate = deactivate; //# sourceMappingURL=https://ticino.blob.core.windows.net/sourcemaps/b813d12980308015bcd2b3a2f6efa5c810c33ba5/extensions/merge-conflict/out/extension.js.map