VScode quick fix should not suggest removing @Autowired
annotation from JUnit tests
#786
Labels
for: eclipse
something that is specific for Eclipse
for: vscode
something that is specific for VSCode
status: assigned
status: in-progress
theme: refactoring
type: bug
Milestone
Describe the bug
After a recent update of Spring Boot extension for VSCode, it starts to suggest removing
@Autowired
annotation from JUnit testsHowever, after the annotation is removed, test is unable to get launched:
To Reproduce
Build a simple Spring Boot test in an existing Spring Boot project:
Then try to launch the test from VSCode
The text was updated successfully, but these errors were encountered: