mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 01:29:04 +01:00
rename allowTrailingsCommas -> allowTrailingCommas
This commit is contained in:
@@ -238,7 +238,7 @@ function validateProperties(configuration: IConfigurationNode, extension: IExten
|
||||
const jsonRegistry = Registry.as<IJSONContributionRegistry>(JSONExtensions.JSONContribution);
|
||||
jsonRegistry.registerSchema('vscode://schemas/workspaceConfig', {
|
||||
allowComments: true,
|
||||
allowsTrailingCommas: true,
|
||||
allowTrailingCommas: true,
|
||||
default: {
|
||||
folders: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user