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

OS specific settings #243544

Closed
Jarrio opened this issue Mar 14, 2025 · 2 comments
Closed

OS specific settings #243544

Jarrio opened this issue Mar 14, 2025 · 2 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@Jarrio
Copy link

Jarrio commented Mar 14, 2025

I want a way to specify OS specific settings in vscode. Something that would look like the following:

"[linux]": {
   "importantSetting": "../path/on/linux"
},
"[windows]": {
   "importantSetting": "../path/on/windows"
},
"[mac]": {...}

Profiles does not cover this usecase because it is a per project specific setting. I need this because my project is being tested on multiple platforms and syncing the project between platforms becomes a bit of a pain when we have to constantly reset the settings

@IllusionMH
Copy link
Contributor

/duplicate of #5595
Please upvote that issue

@vs-code-engineering vs-code-engineering bot added the *duplicate Issue identified as a duplicate of another issue(s) label Mar 14, 2025
Copy link

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 similar existing issues. See also our issue reporting guidelines.

Happy Coding!

@vs-code-engineering vs-code-engineering bot closed this as not planned Won't fix, can't repro, duplicate, stale Mar 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
*duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

4 participants