Sha256: f7339bd64a1d78493ed136f48d40195b828824d2f127821a57509aa61291c009

Contents?: true

Size: 1.8 KB

Versions: 3

Compression:

Stored size: 1.8 KB

Contents

{
    "name": "yoda",
    "displayName": "yoda",
    "description": "Static analytics tool for Ruby",
    "version": "0.0.1",
    "publisher": "tomoasleep",
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "https://github.com/tomoasleep/yoda"
    },
    "engines": {
        "vscode": "^1.52.0"
    },
    "categories": [
        "Other"
    ],
    "activationEvents": [
        "onLanguage:ruby"
    ],
    "main": "./out/extension.js",
    "contributes": {
        "configuration": {
            "title": "Yoda",
            "properties": {
                "yoda.path": {
                    "type": [
                        "string",
                        "null"
                    ],
                    "default": null,
                    "description": "Specifies the path of yoda."
                },
                "yoda.trace.server": {
                    "type": "string",
                    "enum": ["off", "messages", "compact", "verbose"],
                    "default": "off",
                    "description": "Message level of yoda server."
                }
            }
        }
    },
    "scripts": {
        "vscode:prepublish": "npm run compile",
        "compile": "tsc -p ./",
        "watch": "tsc -watch -p ./",
        "test": "npm run compile && node ./out/test/runTest.js",
        "package": "vsce package"
    },
    "dependencies": {
        "semver": "^7.3.5",
        "vscode-languageclient": "^7.0"
    },
    "devDependencies": {
        "@types/chai": "^4.3",
        "@types/mocha": "^9.1",
        "@types/node": "^8.10",
        "@types/semver": "^7.3.9",
        "@types/vscode": "^1.52",
        "@vscode/test-electron": "^2.1",
        "chai": "^4.3",
        "glob": "^7.1",
        "mocha": "^9.1",
        "typescript": "^4",
        "vsce": "^2.6.0"
    }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
yoda-language-server-0.10.1 client/vscode/package.json
yoda-language-server-0.10.0 client/vscode/package.json
yoda-language-server-0.9.0 client/vscode/package.json