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

Same, same but different completions. Fixes #15096

上级 1090ce33
......@@ -116,14 +116,6 @@ export class ExtensionPoint<T> implements IExtensionPoint<T> {
const schemaId = 'vscode://schemas/vscode-extensions';
const schema: IJSONSchema = {
default: {
'name': '{{name}}',
'description': '{{description}}',
'author': '{{author}}',
'version': '{{1.0.0}}',
'main': '{{pathToMain}}',
'dependencies': {}
},
properties: {
engines: {
properties: {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册