8 lines
340 B
JavaScript
8 lines
340 B
JavaScript
"use strict";
|
|
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
// Licensed under the MIT License.
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.EXTENSION_ROOT_DIR = void 0;
|
|
const path = require("path");
|
|
exports.EXTENSION_ROOT_DIR = path.join(__dirname, '..', '..');
|
|
//# sourceMappingURL=constants.js.map
|