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