#41752 Add default value for translations folder

This commit is contained in:
Sandeep Somavarapu
2018-01-22 18:02:14 +01:00
parent b25c1947c6
commit d1c2e526f0

View File

@@ -58,7 +58,8 @@ namespace schema {
},
translations: {
description: localize('vscode.extension.contributes.localizations.translations', 'A relative path to the folder containing all translation files for the contributed language.'),
type: 'string'
type: 'string',
default: 'translations'
}
}
}