diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2018-11-20 10:46:25 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2018-11-20 10:46:25 +0800 |
commit | 1e9c157d8fbe7b4952211c304a491309412a55b0 (patch) | |
tree | 38f378b2d34383ed6aa30f232de4165b3c4a9ffb /build | |
parent | 04241f6cab772ebb11a7b9bdc80807fbe4da47e8 (diff) | |
download | lua-language-server-1e9c157d8fbe7b4952211c304a491309412a55b0.zip |
当前路径去掉一层
Diffstat (limited to 'build')
-rw-r--r-- | build/extension/client/src/extension.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/extension/client/src/extension.ts b/build/extension/client/src/extension.ts index ab0f6173..13899f2a 100644 --- a/build/extension/client/src/extension.ts +++ b/build/extension/client/src/extension.ts @@ -30,7 +30,7 @@ export function activate(context: ExtensionContext) { ], options: { cwd: context.asAbsolutePath( - path.join('server', 'bin') + path.join('server') ), } }; |