New-VSCodeTask
1.0.0
The script makes VSCode tasks from Invoke-Build tasks. It creates tasks.cmd
and tasks.json in .\.vscode. The existing files are overridden. Change to
the VSCode workspace directory before invoking the script.
Do not edit tasks.json directly. Edit the build script instead. When you
add, remove, rename, reorder tasks, change tags or Invoke-Build location
then regenerat
and tasks.json in .\.vscode. The existing files are overridden. Change to
the VSCode workspace directory before invoking the script.
Do not edit tasks.json directly. Edit the build script instead. When you
add, remove, rename, reorder tasks, change tags or Invoke-Build location
then regenerat
The script makes VSCode tasks from Invoke-Build tasks. It creates tasks.cmd
and tasks.json in .\.vscode. The existing files are overridden. Change to
the VSCode workspace directory before invoking the script.
Do not edit tasks.json directly. Edit the build script instead. When you
add, remove, rename, reorder tasks, change tags or Invoke-Build location
then regenerate VSCode tasks.
The default task becomes a so called VSCode build task (Ctrl-Shift-B).
The default task is '.' if it exists, otherwise it is the first task.
In order to invoke another task from VSCode use Ctrl-P and type 'task'.
Then type a task name or select it from the opened list of all tasks.
Only tasks with certain names are included. They contain alphanumeric
characters, '_', '.', and '-', with the first character other than '-'.
In order to invoke some tasks in a console host outside VSCode specify the
tag #ConsoleHost in a comment preceding the task definition. Note that all
parent tasks in the task trees get this tag automatically.
Show more
and tasks.json in .\.vscode. The existing files are overridden. Change to
the VSCode workspace directory before invoking the script.
Do not edit tasks.json directly. Edit the build script instead. When you
add, remove, rename, reorder tasks, change tags or Invoke-Build location
then regenerate VSCode tasks.
The default task becomes a so called VSCode build task (Ctrl-Shift-B).
The default task is '.' if it exists, otherwise it is the first task.
In order to invoke another task from VSCode use Ctrl-P and type 'task'.
Then type a task name or select it from the opened list of all tasks.
Only tasks with certain names are included. They contain alphanumeric
characters, '_', '.', and '-', with the first character other than '-'.
In order to invoke some tasks in a console host outside VSCode specify the
tag #ConsoleHost in a comment preceding the task definition. Note that all
parent tasks in the task trees get this tag automatically.
Installation Options
Owners
Copyright
(c) 2011-2016 Roman Kuzmin
Package Details
Author(s)
- Roman Kuzmin
Tags
Invoke Task Invoke-Build VSCode
Functions
Add-Text Add-Line Test-ConsoleHost
Dependencies
This script has no dependencies.
FileList
- New-VSCodeTask.nuspec
- New-VSCodeTask.ps1
Version History
Version | Downloads | Last updated |
---|---|---|
1.3.2 | 539 | 11/22/2020 |
1.3.1 | 76 | 7/29/2020 |
1.3.0 | 151 | 12/29/2019 |
1.2.0 | 28 | 12/19/2019 |
1.1.7 | 283 | 5/13/2018 |
1.1.6 | 41 | 3/20/2018 |
1.1.5 | 191 | 11/9/2017 |
1.1.4 | 32 | 11/1/2017 |
1.1.3 | 29 | 10/28/2017 |
1.1.2 | 129 | 7/12/2017 |
1.1.0 | 35 | 5/29/2017 |
1.0.1 | 34 | 3/2/2017 |
1.0.0 (current version) | 64 | 6/20/2016 |