diff options
author | sumneko <sumneko@hotmail.com> | 2019-05-29 10:02:12 +0800 |
---|---|---|
committer | sumneko <sumneko@hotmail.com> | 2019-05-29 10:02:12 +0800 |
commit | fa6b20cbd4c563bb2d92e2054b962e1ecdc493ad (patch) | |
tree | 53a5807647334197a37facec9640dff55e1506ea | |
parent | 200797454ab208ac1fbaa9d6766ad117b4243c22 (diff) | |
download | lua-language-server-fa6b20cbd4c563bb2d92e2054b962e1ecdc493ad.zip |
还是加上吧,免得每次都重新生成
-rw-r--r-- | package.json | 5 | ||||
-rw-r--r-- | server/test/build_package.lua | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/package.json b/package.json index f1a701c9..c377006e 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,9 @@ { + "__metadata": { + "id": "3a15b5a7-be12-47e3-8445-88ee3eabc8b2", + "publisherDisplayName": "sumneko", + "publisherId": "fb626675-24cf-4881-8c13-b465f29bec2f" + }, "activationEvents": [ "onLanguage:lua" ], diff --git a/server/test/build_package.lua b/server/test/build_package.lua index 8d7117fe..85b93dde 100644 --- a/server/test/build_package.lua +++ b/server/test/build_package.lua @@ -129,6 +129,11 @@ local package = { scripts = { ["vscode:prepublish"] = "cd client && npm run update-vscode && cd .." }, + __metadata = { + id = "3a15b5a7-be12-47e3-8445-88ee3eabc8b2", + publisherDisplayName = "sumneko", + publisherId = "fb626675-24cf-4881-8c13-b465f29bec2f", + }, } local DiagSeverity = package.contributes.configuration.properties["Lua.diagnostics.severity"].properties |