Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.

Commit fd8d69f

Browse files
author
MikhailArkhipov
committed
Remove unused command
1 parent 4b7745c commit fd8d69f

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

  • src/LanguageServer/Impl/Implementation

src/LanguageServer/Impl/Implementation/Server.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@
3636

3737
namespace Microsoft.Python.LanguageServer.Implementation {
3838
public sealed partial class Server : ServerBase, ILogger, IPythonLanguageServer, IDisposable {
39-
private const string completionItemCommand = "completion/itemSelected";
40-
4139
/// <summary>
4240
/// Implements ability to execute module reload on the analyzer thread
4341
/// </summary>
@@ -148,11 +146,6 @@ public void TraceMessage(IFormattable message) {
148146
workspaceSymbolProvider = true,
149147
documentSymbolProvider = true,
150148
renameProvider = true,
151-
executeCommandProvider = new ExecuteCommandOptions {
152-
commands = new[] {
153-
completionItemCommand
154-
}
155-
}
156149
}
157150
};
158151

0 commit comments

Comments
 (0)