• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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