Merge pull request #427 from microsoft/dev/gcampbell/READMeTypo

fix typo in readme
This commit is contained in:
Garrett Campbell 2023-03-08 08:28:06 -05:00 коммит произвёл GitHub
Родитель 360ea2cf07 cc952eeecf
Коммит f0a69eedd7
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -15,7 +15,7 @@ If you need any environment variables to be set or any terminal operations to be
(like the usual `./autogen.sh`, `./configure` or `vcvarsall.bat`), you need to launch VSCode from a terminal
that is already set up according to your project requirements OR you can point the `makefile.preConfigureSript`
setting to a batch script file and invoke it at any time via the command `makefile.preconfigure` in the pallette.
By seting `makefile.alwaysPreConfigure` to true, you don't need to run the pre-configure command separately.
By setting `makefile.alwaysPreConfigure` to true, you don't need to run the pre-configure command separately.
The extension is going to invoke the script before every configure operation.
### Configuring your project