Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Java and Groovy are so much alike #4

Open
doggy8088 opened this issue Aug 8, 2021 · 0 comments
Open

Java and Groovy are so much alike #4

doggy8088 opened this issue Aug 8, 2021 · 0 comments
Assignees
Labels
accuracy bug Issue identified by VS Code Team member as probable bug
Milestone

Comments

@doggy8088
Copy link

I paste a Java code, but VSCode recognize as a Groovy language. I think these two languages are almost the same, but how can I configure prefer Java over Groovy?

package com.example.demo4;

import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;

@SpringBootApplication
public class Demo4Application {

	public static void main(String[] args) {
		SpringApplication.run(Demo4Application.class, args);
	}

}
@TylerLeonhardt TylerLeonhardt added bug Issue identified by VS Code Team member as probable bug accuracy labels Dec 12, 2022
@TylerLeonhardt TylerLeonhardt added this to the Backlog milestone Dec 13, 2022
@TylerLeonhardt TylerLeonhardt self-assigned this Dec 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accuracy bug Issue identified by VS Code Team member as probable bug
Projects
None yet
Development

No branches or pull requests

2 participants