-
Notifications
You must be signed in to change notification settings - Fork 297
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cherry picking #6041 to pass unit test … (#6041) VSCode's configuration setting parsing will split dotted names where they appear at the top level. Retrieving will walk nested property names concatenated by a dot ...but not dotted property names. See the unit tests for details. ## Test plan ``` pnpm -C agent test ``` --------- ## Test plan <!-- Required. See https://docs-legacy.sourcegraph.com/dev/background-information/testing_principles. --> ## Changelog <!-- OPTIONAL; info at https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c --> Co-authored-by: Dominic Cooney <[email protected]> Co-authored-by: Piotr Kukielka <[email protected]>
- Loading branch information
1 parent
3e31877
commit 70db14a
Showing
2 changed files
with
114 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters