From f8e992bfc35113af5f7931fd00b0a82c609ec5c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= <sumneko@hotmail.com> Date: Sat, 21 Mar 2020 17:22:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=9C=8D=E5=8A=A1=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- publish.lua | 6 ++++++ server | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/publish.lua b/publish.lua index 866e527..c56591f 100644 --- a/publish.lua +++ b/publish.lua @@ -140,6 +140,12 @@ local count = copyFiles(ROOT , out) { ['package-lock.json'] = true, ['package.json'] = true, ['tsconfig.json'] = true, + ['3rd'] = { + ['vscode-lua-doc'] = { + ['doc'] = true, + ['extension.js'] = true, + }, + }, }, ['server'] = { ['bin'] = true, diff --git a/server b/server index 5cb11fe..eef0f61 160000 --- a/server +++ b/server @@ -1 +1 @@ -Subproject commit 5cb11fec575ef35576ad467910d79d1cb035532d +Subproject commit eef0f61c8ee023550d4de3bcad0c5e2b8a16be07 -- GitLab