This is a low-level system for registering LSP code actions. Developers can register their own code actions. In future commits I am going to add features on top of this.
10 lines
284 B
Text
10 lines
284 B
Text
/-
|
|
Copyright (c) 2020 Marc Huisinga. All rights reserved.
|
|
Released under Apache 2.0 license as described in the file LICENSE.
|
|
|
|
Authors: Marc Huisinga, Wojciech Nawrocki
|
|
-/
|
|
import Lean.Server.Watchdog
|
|
import Lean.Server.FileWorker
|
|
import Lean.Server.Rpc
|
|
import Lean.Server.CodeActions
|