Correct wording to reflect actual text (#2334)

This commit is contained in:
Julien Staub 2022-01-20 17:16:41 +01:00 коммит произвёл GitHub
Родитель 99cc4bff27
Коммит 281529ba7b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -85,7 +85,7 @@ CMake Tools is designed to work well with an external CMake process. If you choo
## Clean configure
To get CMake Tools to do a clean configure, run **CMake: Delete cached built settings and reconfigure** from the command palette in VS Code.
To get CMake Tools to do a clean configure, run **CMake: Delete Cache and Reconfigure** from the command palette in VS Code.
A clean configure deletes the `CMakeCache.txt` file and `CMakeFiles` directory from the build directory. This resets all of CMake's default state.
@ -97,4 +97,4 @@ CMake Tools will do a clean configure automatically if you change the active kit
- Explore how to build at [Build with CMake Tools](build.md)
- Learn how kits work at [CMake Kits](kits.md)
- Explore the [CMake Tools documentation](README.md)
- Explore the [CMake Tools documentation](README.md)