Small edits
This commit is contained in:
Родитель
f568b04979
Коммит
4d015df856
|
@ -67,7 +67,7 @@ You might want to clone the repo without the 1.6GB images. Here are the steps:
|
|||
- `git lfs pull -I "release-notes/images/1_3*/*"`
|
||||
- You can do `git lfs pull -I <PATTERN>`, as long as `<PATTERN>` is comma-separated glob strings. For more patterns, see [Git LFS: Include and Exclude](https://github.com/git-lfs/git-lfs/blob/master/docs/man/git-lfs-fetch.1.ronn#include-and-exclude).
|
||||
|
||||
The history of this repo before we adopt LFS can be found at [microsoft/vscode-docs-archive](https://github.com/Microsoft/vscode-docs-archive).
|
||||
The history of this repo before we adopted LFS can be found at [microsoft/vscode-docs-archive](https://github.com/Microsoft/vscode-docs-archive).
|
||||
|
||||
## Publishing
|
||||
|
||||
|
|
|
@ -229,7 +229,7 @@ In addition to the global menu bar, task commands can be accessed using the **Co
|
|||
|
||||
### Compound tasks
|
||||
|
||||
You can also compose tasks out of simpler tasks with the `dependsOn` property. For example, if you have a workspace with a client and server folder and both contain a build script, you can create a task that starts both build scripts in separate terminals. If you list more than one task in the dependsOn property they are executed in parallel.
|
||||
You can also compose tasks out of simpler tasks with the `dependsOn` property. For example, if you have a workspace with a client and server folder and both contain a build script, you can create a task that starts both build scripts in separate terminals. If you list more than one task in the `dependsOn` property, they are executed in parallel.
|
||||
|
||||
The `tasks.json` file looks like this:
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче