Skip to content
Snippets Groups Projects
Commit ac728a10 authored by 最萌小汐's avatar 最萌小汐
Browse files

change to inlayHint

parent 06a39f81
Branches
Tags
No related merge requests found
...@@ -168,8 +168,8 @@ function start(context: ExtensionContext, documentSelector: DocumentSelector, fo ...@@ -168,8 +168,8 @@ function start(context: ExtensionContext, documentSelector: DocumentSelector, fo
client.start(); client.start();
client.onReady().then(() => { client.onReady().then(() => {
onCommand(client); onCommand(client);
onDecorations(client) //onDecorations(client)
//onInlayHint(client); onInlayHint(client);
statusBar(client); statusBar(client);
}); });
......
...@@ -1488,6 +1488,7 @@ ...@@ -1488,6 +1488,7 @@
}, },
"description": "Lua Language Server coded by Lua", "description": "Lua Language Server coded by Lua",
"displayName": "Lua", "displayName": "Lua",
"enableProposedApi": true,
"engines": { "engines": {
"vscode": "^1.23.0" "vscode": "^1.23.0"
}, },
......
...@@ -5,6 +5,7 @@ return { ...@@ -5,6 +5,7 @@ return {
author = "sumneko", author = "sumneko",
icon = "images/logo.png", icon = "images/logo.png",
license = "MIT", license = "MIT",
enableProposedApi = true,
repository = { repository = {
type = "git", type = "git",
url = "https://github.com/sumneko/lua-language-server" url = "https://github.com/sumneko/lua-language-server"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment