Skip to content

Commit

Permalink
Fix #43701
Browse files Browse the repository at this point in the history
  • Loading branch information
sandy081 committed Feb 19, 2018
1 parent 0b6a56f commit 982abc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/platform/extensions/common/extensionsRegistry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ const schema: IJSONSchema = {
uniqueItems: true,
items: {
type: 'string',
enum: ['Languages', 'Snippets', 'Linters', 'Themes', 'Debuggers', 'Other', 'Keymaps', 'Formatters', 'Extension Packs', 'SCM Providers', 'Azure']
enum: ['Languages', 'Snippets', 'Linters', 'Themes', 'Debuggers', 'Other', 'Keymaps', 'Formatters', 'Extension Packs', 'SCM Providers', 'Azure', 'Language Packs']
}
},
galleryBanner: {
Expand Down

0 comments on commit 982abc5

Please sign in to comment.