@codingame/monaco-vscode-task-service-override 13.1.4 → 13.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codingame/monaco-vscode-task-service-override",
3
- "version": "13.1.4",
3
+ "version": "13.1.6",
4
4
  "private": false,
5
5
  "description": "VSCode public API plugged on the monaco editor - task service-override",
6
6
  "keywords": [],
@@ -15,15 +15,15 @@
15
15
  },
16
16
  "type": "module",
17
17
  "dependencies": {
18
- "@codingame/monaco-vscode-0b087f42-a5a3-5eb9-9bfd-1eebc1bba163-common": "13.1.4",
19
- "@codingame/monaco-vscode-219d9a5f-b446-507b-a188-1178a0867c75-common": "13.1.4",
20
- "@codingame/monaco-vscode-2448342b-297f-5823-9f41-f18eef0f6ee8-common": "13.1.4",
21
- "@codingame/monaco-vscode-37e80bf5-92f5-5e4c-8b6d-98e0bb89dbef-common": "13.1.4",
22
- "@codingame/monaco-vscode-56402b83-4a60-5b15-86f9-71fe99c32744-common": "13.1.4",
23
- "@codingame/monaco-vscode-625898ab-0e33-5b7f-a3ae-29c10271dc1c-common": "13.1.4",
24
- "@codingame/monaco-vscode-7bbc9e7d-eeae-55fc-8bf9-dc2f66e0dc73-common": "13.1.4",
25
- "@codingame/monaco-vscode-api": "13.1.4",
26
- "@codingame/monaco-vscode-bf94ddb5-e436-506a-9763-5ab86b642508-common": "13.1.4"
18
+ "@codingame/monaco-vscode-0b087f42-a5a3-5eb9-9bfd-1eebc1bba163-common": "13.1.6",
19
+ "@codingame/monaco-vscode-219d9a5f-b446-507b-a188-1178a0867c75-common": "13.1.6",
20
+ "@codingame/monaco-vscode-2448342b-297f-5823-9f41-f18eef0f6ee8-common": "13.1.6",
21
+ "@codingame/monaco-vscode-37e80bf5-92f5-5e4c-8b6d-98e0bb89dbef-common": "13.1.6",
22
+ "@codingame/monaco-vscode-56402b83-4a60-5b15-86f9-71fe99c32744-common": "13.1.6",
23
+ "@codingame/monaco-vscode-625898ab-0e33-5b7f-a3ae-29c10271dc1c-common": "13.1.6",
24
+ "@codingame/monaco-vscode-7bbc9e7d-eeae-55fc-8bf9-dc2f66e0dc73-common": "13.1.6",
25
+ "@codingame/monaco-vscode-api": "13.1.6",
26
+ "@codingame/monaco-vscode-bf94ddb5-e436-506a-9763-5ab86b642508-common": "13.1.6"
27
27
  },
28
28
  "main": "index.js",
29
29
  "module": "index.js",
@@ -3129,7 +3129,7 @@ let AbstractTaskService = class AbstractTaskService extends Disposable {
3129
3129
  else if (CustomTask.is(task)) {
3130
3130
  this.openConfig(task);
3131
3131
  }
3132
- else if (ConfiguringTask.is(task)) ;
3132
+ else ;
3133
3133
  }
3134
3134
  _handleSelection(selection) {
3135
3135
  if (!selection) {
@@ -19,8 +19,8 @@ import { Extensions, registerWorkbenchContribution2, WorkbenchPhase } from '@cod
19
19
  import { RunAutomaticTasks, ManageAutomaticTaskRunning } from './runAutomaticTasks.js';
20
20
  import { KeybindingsRegistry, KeybindingWeight } from '@codingame/monaco-vscode-api/vscode/vs/platform/keybinding/common/keybindingsRegistry';
21
21
  import { KeyMod, KeyCode } from '@codingame/monaco-vscode-api/vscode/vs/base/common/keyCodes';
22
- import schema$1 from '../common/jsonSchema_v1.js';
23
- import schema$2, { updateProblemMatchers, updateTaskDefinitions } from '../common/jsonSchema_v2.js';
22
+ import schema$2 from '../common/jsonSchema_v1.js';
23
+ import schema$1, { updateProblemMatchers, updateTaskDefinitions } from '../common/jsonSchema_v2.js';
24
24
  import { ConfigureTaskAction, AbstractTaskService } from './abstractTaskService.js';
25
25
  import { tasksSchemaId } from '@codingame/monaco-vscode-37e80bf5-92f5-5e4c-8b6d-98e0bb89dbef-common/vscode/vs/workbench/services/configuration/common/configuration';
26
26
  import { Extensions as Extensions$4 } from '@codingame/monaco-vscode-api/vscode/vs/platform/configuration/common/configurationRegistry';
@@ -378,10 +378,10 @@ const schema = {
378
378
  }
379
379
  };
380
380
  schema.definitions = {
381
- ...schema$1.definitions,
382
381
  ...schema$2.definitions,
382
+ ...schema$1.definitions,
383
383
  };
384
- schema.oneOf = [...(schema$2.oneOf || []), ...(schema$1.oneOf || [])];
384
+ schema.oneOf = [...(schema$1.oneOf || []), ...(schema$2.oneOf || [])];
385
385
  const jsonRegistry = ( Registry.as(Extensions$3.JSONContribution));
386
386
  jsonRegistry.registerSchema(tasksSchemaId, schema);
387
387
  class TaskRegistryContribution extends Disposable {
@@ -7,7 +7,7 @@ import { generateUuid } from '@codingame/monaco-vscode-api/vscode/vs/base/common
7
7
  import { ProblemMatcherParser, isNamedProblemMatcher, ProblemMatcherRegistry } from './problemMatcher.js';
8
8
  import { RunOnOptions as RunOnOptions$1, RevealKind, RevealProblemKind, PanelKind, ExecutionEngine as ExecutionEngine$1, ShellQuoting as ShellQuoting$1, JsonSchemaVersion as JsonSchemaVersion$1, RuntimeType, TaskGroup, USER_TASKS_GROUP_KEY, TaskDefinition, DependsOrder as DependsOrder$1, TaskSourceKind, ConfiguringTask as ConfiguringTask$1, CUSTOMIZED_TASK_TYPE, CustomTask as CustomTask$1, CommandString as CommandString$1 } from '@codingame/monaco-vscode-api/vscode/vs/workbench/contrib/tasks/common/tasks';
9
9
  import { TaskDefinitionRegistry } from '@codingame/monaco-vscode-api/vscode/vs/workbench/contrib/tasks/common/taskDefinitionRegistry';
10
- import { ShellExecutionSupportedContext, ProcessExecutionSupportedContext } from '@codingame/monaco-vscode-625898ab-0e33-5b7f-a3ae-29c10271dc1c-common/vscode/vs/workbench/contrib/tasks/common/taskService';
10
+ import { ProcessExecutionSupportedContext, ShellExecutionSupportedContext } from '@codingame/monaco-vscode-625898ab-0e33-5b7f-a3ae-29c10271dc1c-common/vscode/vs/workbench/contrib/tasks/common/taskService';
11
11
 
12
12
  var ShellQuoting;
13
13
  (function (ShellQuoting) {