Sha256: 62a75d18319877f2284b295e63ebe4eb9650b50bed8efd0f2ed990912a47eaea
Contents?: true
Size: 1.79 KB
Versions: 5
Compression:
Stored size: 1.79 KB
Contents
{ "name": "ruby-typeprof", "displayName": "Ruby TypeProf", "version": "0.20.1", "publisher": "mame", "author": { "name": "Yusuke Endoh" }, "repository": { "type": "git", "url": "https://github.com/ruby/typeprof/tree/master/vscode" }, "license": "MIT", "categories": [ "Programming Languages" ], "keywords": [ "Ruby", "language server" ], "engines": { "vscode": "^1.54.0" }, "extensionKind": [ "workspace" ], "activationEvents": [ "onLanguage:ruby" ], "contributes": { "commands": [ { "command": "typeprof.restart", "title": "Restart", "category": "TypeProf" } ], "configuration": [ { "title": "Ruby TypeProf", "properties": { "typeprof.server.path": { "type": [ "null", "string" ], "default": null, "description": "Path to typeprof executable. (e.g. /usr/local/bin/bundle)" } } } ] }, "main": "./out/src/extension", "scripts": { "vscode:prepublish": "tsc -p ./", "compile": "tsc -watch -p ./", "postinstall": "node ./node_modules/vscode/bin/install", "test": "node ./node_modules/vscode/bin/test", "package": "vsce package" }, "devDependencies": { "@types/node": "^14.14.37", "typescript": "^4.2.3", "vsce": "^1.103.1", "vscode": "^1.1.37" }, "dependencies": { "vscode-languageclient": "^7.0.0" } }
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
typeprof-0.21.2 | vscode/package.json |
typeprof-0.21.1 | vscode/package.json |
typeprof-0.21.0 | vscode/package.json |
typeprof-0.20.4 | vscode/package.json |
typeprof-0.20.3 | vscode/package.json |