Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Language-specific setting results in settings editor search #78457

Closed
jabacchetta opened this issue Aug 4, 2019 · 1 comment
Closed

Language-specific setting results in settings editor search #78457

jabacchetta opened this issue Aug 4, 2019 · 1 comment
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@jabacchetta
Copy link

jabacchetta commented Aug 4, 2019

Expected Behavior

wordWrap, [markdown], and [] should produce language-specific results in the UI editor. In other words, the [markdown] setting ID should appear, with the "Edit in settings.json" link.

Actual Behavior

Searching for language-specific settings is inconsistent.

In Insiders, it looks like the only way to get language-specific settings to appear in the settings UI editor is to search for a specific setting that is included for that language (e.g. search for wordWrap and [markdown] shows up). You can't search for [markdown] in the UI editor for example. But you can in the JSON editor (with split mode enabled).

In Stable, the results are similar, with one notable exception: you can also search for [] in the JSON editor (with split mode enabled) to get all language-specific settings to appear.

Steps to Reproduce:

  1. Open the settings UI editor
  2. Search for [markdown] (note that there aren't any results)
  3. Open the settings JSON editor (with split mode enabled)
  4. Search for [markdown] (note the target result appears)

Environment:

VSCode Version: 1.37.0-insider
OS Version: macOS 10.14.4
Occurs when all extensions are disabled?: Yes

@joaomoreno joaomoreno assigned deepak1556 and roblourens and unassigned deepak1556 Aug 5, 2019
@roblourens
Copy link
Member

Yes this is not really supported in the GUI, got #58995 and #74195 for this

@roblourens roblourens added the *duplicate Issue identified as a duplicate of another issue(s) label Aug 5, 2019
@vscodebot vscodebot bot locked and limited conversation to collaborators Sep 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

3 participants