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

Per-host / per-os settings #50754

Closed
jacobdufault opened this issue May 30, 2018 · 4 comments
Closed

Per-host / per-os settings #50754

jacobdufault opened this issue May 30, 2018 · 4 comments
Assignees
Labels
config VS Code configuration, set up issues *duplicate Issue identified as a duplicate of another issue(s)

Comments

@jacobdufault
Copy link
Contributor

Currently, settings can be customized per-language

{
  "[cpp]": {
    "editor.codeLens": true
  }
}

It'd be great to extend this to also support hostname and os name, ie,

{
  "[host:home]": {
    "cquery.launch.command": "cquery.exe"
  },

  "[os:linux]": {
    "editor.smoothScrolling": true
  }
}

Making this work with arbitrary context-keys would be great as well, but host/os should get most of the cases.

@oneslash
Copy link
Contributor

what is the use case for this option?

@jacobdufault
Copy link
Contributor Author

Maintaining a single settings file for use across multiple computers

@octref octref added the config VS Code configuration, set up issues label May 30, 2018
@sandy081
Copy link
Member

Duplicate of #17619

@sandy081 sandy081 marked this as a duplicate of #17619 Sep 12, 2018
@sandy081 sandy081 added the *duplicate Issue identified as a duplicate of another issue(s) label Sep 12, 2018
@vscodebot
Copy link

vscodebot bot commented Sep 12, 2018

Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for existing issues here. See also our issue reporting guidelines.

Happy Coding!

@vscodebot vscodebot bot closed this as completed Sep 12, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Oct 27, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
config VS Code configuration, set up issues *duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

4 participants