@sprucelabs/spruce-cli
Version:
Command line interface for building Spruce skills.
12 lines • 444 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const schema_1 = require("@sprucelabs/schema");
const vscodeNotInstalledSchema = {
id: 'vscodeNotInstalled',
namespace: 'SpruceCli',
name: 'vscode not installed',
fields: {}
};
schema_1.SchemaRegistry.getInstance().trackSchema(vscodeNotInstalledSchema);
exports.default = vscodeNotInstalledSchema;
//# sourceMappingURL=vscodeNotInstalled.schema.js.map