How to use @theia/variable-resolver - 1 common examples

To help you get started, we’ve selected a few @theia/variable-resolver examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github eclipse-theia / theia / packages / task / src / browser / task-schema-updater.ts View on Github external
getTaskSchema(): IJSONSchema {
        return {
            type: 'object',
            properties: {
                version: {
                    type: 'string'
                },
                tasks: {
                    type: 'array',
                    items: {
                        ...deepClone(taskConfigurationSchema)
                    }
                },
                inputs: inputsSchema.definitions!.inputs
            },
            additionalProperties: false
        };
    }

@theia/variable-resolver

Theia - Variable Resolver Extension

EPL-2.0
Latest version published 2 days ago

Package Health Score

89 / 100
Full package analysis