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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,12 +79,12 @@ We want our Javadocs to be concise and meaningful.
79
79
80
80
## IDEs
81
81
82
-
### VSC
82
+
### VS Code
83
83
84
-
This project includes recommended VSC[extensions](.vscode/extensions.json) and minimal required [settings](.vscode/settings.json).
84
+
This project includes recommended VS Code[extensions](.vscode/extensions.json) and minimal required [settings](.vscode/settings.json).
85
85
86
86
Those minimal settings are required, and not just a recommendation or preference.
87
-
More specifically, they make sure that working with this code in VSC matches the [code format](#format) expectations of the Maven build.
87
+
More specifically, they make sure that working with this code in VS Code matches the [code format](#format) expectations of the Maven build.
88
88
89
-
You may also have other VSC settings which are your "personal preferences" instead of "project requirements".
90
-
We recommend that you keep personal settings in your VSC User Settings instead (`~/.config/Code/User/settings.json`).
89
+
You may also have other VS Code settings which are your "personal preferences" instead of "project requirements".
90
+
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).
0 commit comments