UNPKG

vscode-kubernetes-tools-api

Version:

Documents and encapsulates the API for the Kubernetes extension for Visual Studio Code

7 lines 251 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * The ID of the Kubernetes extension. */ exports.MS_KUBERNETES_EXTENSION_ID = "ms-kubernetes-tools.vscode-kubernetes-tools"; //# sourceMappingURL=constants.js.map