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

still not work

parent ac728a10
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);
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment