This commit is contained in:
Bob Brown 2022-02-15 08:43:36 -08:00 коммит произвёл GitHub
Родитель 3815f67bea
Коммит 2c4a15f3c0
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 5 удалений

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

@ -8,10 +8,7 @@ It also provides convenient commands to build, debug, and run your targets.
### Activating the extension
The extension will activate when it finds a Makefile in your `${workspaceFolder}`. If your Makefile does not
reside in the root of your folder, use the `makefile.makefilePath` (which generates the make switch -f)
or `makefile.makeDirectory` (which generates thet make swich -C) settings to instruct the extension where to find it.
> Note: the extension will not activate automatically if your Makefile is not in the root of your workspace
folder. If this is the case, you will need to manually activate it by running one of the `Makefile:` commands
from VS Code's command palette.
or `makefile.makeDirectory` (which generates the make switch -C) settings to instruct the extension where to find it.
### Pre-configuring your project
If you need any environment variables to be set or any terminal operations to be run before configure/build
@ -94,4 +91,4 @@ contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additio
## Data and telemetry
This extension collects usage data and sends it to Microsoft to help improve our products and services. Collection of telemetry is controlled via the same setting provided by Visual Studio Code: `"telemetry.enableTelemetry"`. Read our [privacy statement](https://privacy.microsoft.com/en-us/privacystatement) to learn more.
This extension collects usage data and sends it to Microsoft to help improve our products and services. Collection of telemetry is controlled via the same setting provided by Visual Studio Code: `"telemetry.enableTelemetry"`. Read our [privacy statement](https://privacy.microsoft.com/en-us/privacystatement) to learn more.