diff options
Diffstat (limited to 'server/test')
-rw-r--r-- | server/test/build_package.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/server/test/build_package.lua b/server/test/build_package.lua index 2fadac93..fa250bfc 100644 --- a/server/test/build_package.lua +++ b/server/test/build_package.lua @@ -135,11 +135,6 @@ 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 |