Skip to content

Commit 83d82b5

Browse files
committed
Remove unsupported showMessage message... oops
1 parent 4b8b569 commit 83d82b5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: ls/ls.go

-1
Original file line numberDiff line numberDiff line change
@@ -1246,7 +1246,6 @@ func (ls *INOLanguageServer) TextDocumentRenameReqFromIDE(ctx context.Context, l
12461246

12471247
// Check if all edits belongs to the sketch
12481248
for ideURI := range ideWorkspaceEdit.Changes {
1249-
go ls.showMessage(logger, lsp.MessageTypeError, "Could not rename symbol, it requires changes outside the sketch.")
12501249
if !ls.ideURIIsPartOfTheSketch(ideURI) {
12511250
return nil, &jsonrpc.ResponseError{Code: jsonrpc.ErrorCodesInvalidParams, Message: "Could not rename symbol, it requires changes outside the sketch."}
12521251
}

0 commit comments

Comments
 (0)