]> granicus.if.org Git - icu/commitdiff
Improve update-index command
authorShane F. Carr <shane@unicode.org>
Thu, 3 Nov 2022 23:29:12 +0000 (16:29 -0700)
committerGitHub <noreply@github.com>
Thu, 3 Nov 2022 23:29:12 +0000 (16:29 -0700)
docs/ide4j/vscode/README.md

index 1c247a7eb05a9efe41a3b516db1ce31bf89657c7..b1360880f401dd4f5f923f8c97b19c88f6fbea58 100644 (file)
@@ -57,7 +57,7 @@ To get ICU4J running in VSCode, including JUnit support:
 6. To prevent your changes to `.classpath` from accidentally being committed, you can run:
 
 ```bash
-$ git update-index --assume-unchanged icu4j/main/tests/core/.classpath
+$ git update-index --assume-unchanged main/tests/*/.classpath
 ```
 
 7. If VSCode also tries changing your `org.eclipse.jdt.core.prefs` files, you can ignore those, too: