提交 0af80d70 编写于 作者: M Martin Aeschlimann

Use 'vscode' URI for snippet schema

上级 f2047b14
...@@ -129,7 +129,7 @@ workbenchActionsRegistry.registerWorkbenchAction(new SyncActionDescriptor(OpenSn ...@@ -129,7 +129,7 @@ workbenchActionsRegistry.registerWorkbenchAction(new SyncActionDescriptor(OpenSn
snippetsTracker.SnippetsTracker snippetsTracker.SnippetsTracker
); );
let schemaId = 'local://schemas/snippets'; let schemaId = 'vscode://schemas/snippets';
let schema : IJSONSchema = { let schema : IJSONSchema = {
'id': schemaId, 'id': schemaId,
'default': { '{{snippetName}}': { 'prefix': '{{prefix}}', 'body': '{{snippet}}', 'description': '{{description}}' } }, 'default': { '{{snippetName}}': { 'prefix': '{{prefix}}', 'body': '{{snippet}}', 'description': '{{description}}' } },
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册