Skip to content

Commit

Permalink
chore: Update appRecommendation settings key
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhaeberle committed Jun 25, 2024
1 parent af6f0c0 commit 32c0793
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions inlang/source-code/ide-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -211,19 +211,9 @@
"type": "boolean",
"default": true
},
"sherlock.appRecommendations": {
"type": "object",
"properties": {
"ninja": {
"type": "object",
"properties": {
"enabled": {
"type": "boolean",
"default": true
}
}
}
}
"sherlock.appRecommendations.ninja.enabled": {
"type": "boolean",
"default": true
}
}
}
Expand Down

0 comments on commit 32c0793

Please sign in to comment.