Skip to content

Commit a548619

Browse files
committed
chore(esdk): add knownBugOverrides scaffold to commons-configuration
1 parent e2bb625 commit a548619

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

test-server/commons-configuration.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
"branch": "lucmcdon/esdk-test-server-all-languages"
66
},
77
"product": "esdk",
8+
"knownBugOverrides": {
9+
"_comment": "Override of the commons base known-bug ledger for this repository's own Language_Server target. 'present' adds bug ids this target exhibits that the base ledger omits; 'absent' removes base-declared bug ids this target no longer exhibits (the lever to PR an exception away, watch the row fail, then fix it green). Empty = the base ledger applies unchanged.",
10+
"present": [],
11+
"absent": []
12+
},
813
"supportedFeatures": [
914
"streaming",
1015
"hierarchical",

0 commit comments

Comments
 (0)