UNPKG

@inst/vscode-bin-darwin

Version:

BINARY ONLY - VSCode binary deployment for macOS

20 lines (18 loc) 915 B
"use strict"; /*--------------------------------------------------------- * Copyright (C) Microsoft Corporation. All rights reserved. *--------------------------------------------------------*/ Object.defineProperty(exports, "__esModule", { value: true }); const vscode_chrome_debug_core_1 = require("vscode-chrome-debug-core"); const path = require("path"); const os = require("os"); const nodeDebugAdapter_1 = require("./nodeDebugAdapter"); vscode_chrome_debug_core_1.ChromeDebugSession.run(vscode_chrome_debug_core_1.ChromeDebugSession.getSession({ logFilePath: path.join(os.tmpdir(), 'vscode-node-debug2.txt'), adapter: nodeDebugAdapter_1.NodeDebugAdapter, extensionName: 'node-debug2', enableSourceMapCaching: true })); /* tslint:disable:no-var-requires */ vscode_chrome_debug_core_1.logger.log('node-debug2: ' + require('../../package.json').version); //# sourceMappingURL=nodeDebug.js.map