mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Merge from vscode ec07311dab2556c9d66a4cb3eecdc21c524202e1 (#6739)
This commit is contained in:
4
src/vs/vscode.d.ts
vendored
4
src/vs/vscode.d.ts
vendored
@@ -5208,7 +5208,7 @@ declare module 'vscode' {
|
||||
*/
|
||||
export enum TaskScope {
|
||||
/**
|
||||
* The task is a global task
|
||||
* The task is a global task. Global tasks are currrently not supported.
|
||||
*/
|
||||
Global = 1,
|
||||
|
||||
@@ -5237,7 +5237,7 @@ declare module 'vscode' {
|
||||
* Creates a new task.
|
||||
*
|
||||
* @param definition The task definition as defined in the taskDefinitions extension point.
|
||||
* @param scope Specifies the task's scope. It is either a global or a workspace task or a task for a specific workspace folder.
|
||||
* @param scope Specifies the task's scope. It is either a global or a workspace task or a task for a specific workspace folder. Global tasks are currently not supported.
|
||||
* @param name The task's name. Is presented in the user interface.
|
||||
* @param source The task's source (e.g. 'gulp', 'npm', ...). Is presented in the user interface.
|
||||
* @param execution The process or shell execution.
|
||||
|
||||
Reference in New Issue
Block a user