mirror of
https://github.com/enso-org/enso.git
synced 2024-12-18 19:41:32 +03:00
Schedule rename symbol job after compilation (#11780)
Ensures that the rename job is scheduled after the compilation job.
This commit is contained in:
parent
98605b01b9
commit
af4f922bce
@ -32,13 +32,13 @@ class RenameSymbolCmd(
|
||||
.map(module => Seq(new File(module.getPath)))
|
||||
.orElseGet(() => Seq())
|
||||
|
||||
val ensureCompiledJob = ctx.jobProcessor.run(
|
||||
def ensureCompiledJob = ctx.jobProcessor.run(
|
||||
new EnsureCompiledJob(
|
||||
(ctx.state.pendingEdits.files ++ moduleFile).distinct,
|
||||
isCancellable = false
|
||||
)
|
||||
)
|
||||
val refactoringRenameJob = ctx.jobProcessor.run(
|
||||
def refactoringRenameJob = ctx.jobProcessor.run(
|
||||
new RefactoringRenameJob(
|
||||
maybeRequestId,
|
||||
request.module,
|
||||
|
Loading…
Reference in New Issue
Block a user