Files
discord-clone/node_modules/vscode-languageclient/lib/common/protocolCodeLens.js
2023-01-03 09:29:04 -06:00

14 lines
641 B
JavaScript

"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 code = require("vscode");
class ProtocolCodeLens extends code.CodeLens {
constructor(range) {
super(range);
}
}
exports.default = ProtocolCodeLens;
//# sourceMappingURL=protocolCodeLens.js.map