Skip to content

Commit

Permalink
Allow trailing comma (microsoft/vscode-remote-release#2231)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrmarti committed Jan 30, 2020
1 parent d9e8e29 commit c27b6b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Configures an attached to container",
"allowComments": true,
"allowTrailingCommas": true,
"type": "object",
"definitions": {
"attachContainer": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Defines a dev container",
"allowComments": true,
"allowTrailingCommas": true,
"type": "object",
"definitions": {
"devContainerCommon": {
Expand Down

0 comments on commit c27b6b0

Please sign in to comment.