Skip to content

Commit

Permalink
fix: Make thirdPartyToolsCredentials section in config file optional
Browse files Browse the repository at this point in the history
Fixes #600
  • Loading branch information
mountaindude committed Aug 22, 2023
1 parent 18b64e2 commit c20927b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"recommendations": [
"github.copilot"
]
}
2 changes: 1 addition & 1 deletion src/lib/config-file-schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const confifgFileSchema = {
},
},

thirdPartyToolsCredentials: {
'thirdPartyToolsCredentials?': {
newRelic: [
{
accountName: 'string',
Expand Down

0 comments on commit c20927b

Please sign in to comment.