Skip to content

Removed IDE problems - java version alignment#125

Open
chrisjonez wants to merge 2 commits intomicrosoft:mainfrom
chrisjonez:main
Open

Removed IDE problems - java version alignment#125
chrisjonez wants to merge 2 commits intomicrosoft:mainfrom
chrisjonez:main

Conversation

@chrisjonez
Copy link
Copy Markdown

There were a number of items in the VSCODE.PROBLEMS tab:

  1. Project expected JAVA 11, but the dev container is on JAVA 21.
  2. cspell complained about mycompany in java package names.

I removed the problems: they were getting in the way of my evolution of VSCODE in Codespaces.

I've fixed these issues based on my chats with copilot - I figured others shouldn't waste time removing IDE problems.

- Updated pom.xml to use Java 21 instead of Java 11
- Added .cspell.json to handle 'mycompany' spelling in code files
- Updated Eclipse project configurations for encoding and filtering
@chrisjonez
Copy link
Copy Markdown
Author

@microsoft-github-policy-service agree

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant