Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 20 additions & 3 deletions vscode-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,26 @@
"name": "vscode-ecs",
"displayName": "EasyCon for VS Code",
"description": "EasyCon伊机控vscode插件,纯AI打造",
"version": "0.0.2",
"version": "0.0.3",
"publisher": "easycon",
"icon": "images/favicon.ico",
"repository": {
"type": "git",
"url": "https://github.com/EasyConNS/EasyCon"
},
"engines": {
"vscode": "^1.75.0"
"vscode": "^1.82.0"
},
"categories": [
"Programming Languages"
],
"activationEvents": [
"onLanguage:easycon-script"
],
"main": "src/extension.js",
"dependencies": {
"vscode-languageclient": "^9.0.1"
},
"contributes": {
"languages": [
{
Expand Down Expand Up @@ -67,6 +73,17 @@
"key": "f5",
"when": "resourceExtname == .ecs"
}
]
],
"configuration": {
"type": "object",
"title": "EasyCon Script",
"properties": {
"easycon.languageServer.path": {
"type": "string",
"default": "",
"description": "Path to the ecs-lsp executable. Leave empty to use 'python -m easycon_script_lsp'."
}
}
}
}
}
Loading
Loading