You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Slight refactorings and remove maven-model dependency (#1365) (#1366)
* trying to allow manual trigger for publishing vscode pre-releases
* remove usage of proposed chat variable resolver api for now
* remove maven-model dependency and clean up code
---------
Co-authored-by: Udayani Vaka <[email protected]>
Co-authored-by: Martin Lippert <[email protected]>
Copy file name to clipboardExpand all lines: headless-services/commons/commons-rewrite/src/main/java/org/springframework/ide/vscode/commons/rewrite/ORDocUtils.java
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,6 @@ public static Optional<TextDocumentEdit> computeTextDocEdit(TextDocument doc, St
117
117
log.error("Diff conversion failed", ex);
118
118
}
119
119
}
120
-
System.out.println("edits "+ edit);
121
120
returnOptional.of(edit);
122
121
}
123
122
returnOptional.empty();
@@ -170,7 +169,6 @@ public static Optional<WorkspaceEdit> createWorkspaceEdit(SimpleTextDocumentServ
Copy file name to clipboardExpand all lines: headless-services/spring-boot-language-server/src/main/java/org/springframework/ide/vscode/boot/java/copilot/CopilotAgentCommandHandler.java
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -63,8 +63,7 @@ private CompletableFuture<Object> enhanceResponseHandler(ExecuteCommandParams pa
Copy file name to clipboardExpand all lines: headless-services/spring-boot-language-server/src/main/java/org/springframework/ide/vscode/boot/java/copilot/ProjectArtifactEditGenerator.java
Copy file name to clipboardExpand all lines: headless-services/spring-boot-language-server/src/main/java/org/springframework/ide/vscode/boot/java/copilot/util/PomReader.java
Copy file name to clipboardExpand all lines: headless-services/spring-boot-language-server/src/main/java/org/springframework/ide/vscode/boot/java/rewrite/RewriteRecipeRepository.java
0 commit comments