From: Shane F. Carr Date: Thu, 3 Nov 2022 23:29:12 +0000 (-0700) Subject: Improve update-index command X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d8f659ea063edd706804499be8b3f4b947e8cf27;p=icu Improve update-index command --- diff --git a/docs/ide4j/vscode/README.md b/docs/ide4j/vscode/README.md index 1c247a7eb05..b1360880f40 100644 --- a/docs/ide4j/vscode/README.md +++ b/docs/ide4j/vscode/README.md @@ -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: