summaryrefslogtreecommitdiff
path: root/client/out
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2019-08-29 00:49:23 +0800
committer最萌小汐 <sumneko@hotmail.com>2019-08-29 00:49:23 +0800
commitc67ca05d847d06a601972a74560be79187f9e109 (patch)
tree6d959643d466a11a4606130228785c0e1bb6b511 /client/out
parentccb333f608c79d16c51d1718859ae26229728c87 (diff)
downloadlua-language-server-c67ca05d847d06a601972a74560be79187f9e109.zip
应该叫macOS
Diffstat (limited to 'client/out')
-rw-r--r--client/out/extension.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/out/extension.js b/client/out/extension.js
index 38f1b83d..8029df43 100644
--- a/client/out/extension.js
+++ b/client/out/extension.js
@@ -30,7 +30,7 @@ function activate(context) {
command = context.asAbsolutePath(path.join('server', 'Linux', 'bin', 'lua-language-server'));
break;
case "darwin":
- command = context.asAbsolutePath(path.join('server', 'Macos', 'bin', 'lua-language-server'));
+ command = context.asAbsolutePath(path.join('server', 'macOS', 'bin', 'lua-language-server'));
break;
}
let serverOptions = {
@@ -53,4 +53,4 @@ function deactivate() {
return client.stop();
}
exports.deactivate = deactivate;
-//# sourceMappingURL=extension.js.map \ No newline at end of file
+//# sourceMappingURL=extension.js.map