提交 f2047b14 编写于 作者: M Martin Aeschlimann

Use 'vscode' URI for launch schema

上级 c3abc676
......@@ -117,7 +117,7 @@ export var debuggersExtPoint = pluginsRegistry.PluginsRegistry.registerExtension
// debug general schema
export var schemaId = 'local://schemas/launch';
export var schemaId = 'vscode://schemas/launch';
const schema: IJSONSchema = {
id: schemaId,
type: 'object',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册