Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
README.md | D | 12-May-2024 | 412 | 11 | 5 | |
launch.json | D | 12-May-2024 | 4.2 KiB | 100 | 100 | |
tasks.json | D | 12-May-2024 | 1.2 KiB | 38 | 37 |
README.md
1<!--- © 2020 and later: Unicode, Inc. and others. ---> 2<!--- License & terms of use: http://www.unicode.org/copyright.html#License ---> 3 4# Configuring VS Code for ICU4C 5 6 - create `.vscode` folder in icu4c/source 7 - Copy `tasks.json` and `launch.json` files into `.vscode` folder 8 9NOTE 10 Before you build `icu4c` from vs code. run [`./runConfigureICU` command first](http://userguide.icu-project.org/icufaq). 11