sig/steep/server/master.rbs in steep-1.5.3 vs sig/steep/server/master.rbs in steep-1.6.0.pre.1
- old
+ new
@@ -223,10 +223,12 @@
attr_reader initialize_params: untyped
attr_accessor typecheck_automatically: bool
+ attr_reader start_type_checking_queue: DelayQueue
+
def initialize: (project: Project, reader: untyped, writer: untyped, interaction_worker: WorkerProcess?, typecheck_workers: Array[WorkerProcess], ?queue: Thread::Queue) -> void
# Start the Steep language server
#
# Returns after the language server shutdown.
@@ -249,9 +251,11 @@
| () -> Enumerator[WorkerProcess, void]
def pathname: (String uri) -> Pathname?
def work_done_progress_supported?: () -> bool
+
+ def file_system_watcher_supported?: () -> bool
def process_message_from_client: (untyped message) -> void
def process_message_from_worker: (untyped message, worker: WorkerProcess) -> void