提交 6ca770ec 编写于 作者: A Alex Ross

Move some tasks files to common

上级 9017c546
...@@ -10,7 +10,7 @@ import { IJSONSchema, IJSONSchemaMap } from 'vs/base/common/jsonSchema'; ...@@ -10,7 +10,7 @@ import { IJSONSchema, IJSONSchemaMap } from 'vs/base/common/jsonSchema';
import commonSchema from './jsonSchemaCommon'; import commonSchema from './jsonSchemaCommon';
import { ProblemMatcherRegistry } from 'vs/workbench/contrib/tasks/common/problemMatcher'; import { ProblemMatcherRegistry } from 'vs/workbench/contrib/tasks/common/problemMatcher';
import { TaskDefinitionRegistry } from '../common/taskDefinitionRegistry'; import { TaskDefinitionRegistry } from './taskDefinitionRegistry';
import * as ConfigurationResolverUtils from 'vs/workbench/services/configurationResolver/common/configurationResolverUtils'; import * as ConfigurationResolverUtils from 'vs/workbench/services/configurationResolver/common/configurationResolverUtils';
import { inputsSchema } from 'vs/workbench/services/configurationResolver/common/configurationResolverSchema'; import { inputsSchema } from 'vs/workbench/services/configurationResolver/common/configurationResolverSchema';
......
...@@ -2696,8 +2696,8 @@ let schema: IJSONSchema = { ...@@ -2696,8 +2696,8 @@ let schema: IJSONSchema = {
} }
}; };
import schemaVersion1 from './jsonSchema_v1'; import schemaVersion1 from '../common/jsonSchema_v1';
import schemaVersion2, { updateProblemMatchers } from './jsonSchema_v2'; import schemaVersion2, { updateProblemMatchers } from '../common/jsonSchema_v2';
schema.definitions = { schema.definitions = {
...schemaVersion1.definitions, ...schemaVersion1.definitions,
...schemaVersion2.definitions, ...schemaVersion2.definitions,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册