Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ target/
*.iws
out/

# VS Code files
.vscode/settings.json

# OS-specific junk
.DS_Store
Thumbs.db
File renamed without changes.
14 changes: 13 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,16 @@ adk-python for validation.

### Javadocs

We want our Javadocs to be concise and meaningful.
We want our Javadocs to be concise and meaningful.

## IDEs

### VS Code

This project includes recommended VS Code [extensions](.vscode/extensions.json) and minimal required [settings](.vscode/settings.json).

Those minimal settings are required, and not just a recommendation or preference.
More specifically, they make sure that working with this code in VS Code matches the [code format](#format) expectations of the Maven build.

You may also have other VS Code settings which are your "personal preferences" instead of "project requirements".
We recommend that you keep personal settings in your VS Code User Settings instead. The location of this file varies by platform (e.g., `~/.config/Code/User/settings.json` on Linux).