Split some configuration to support multiple OS in the same time
Open
Nobody has claimed this yet.
area/configuration
- Dominant language
- TypeScript
- Stars
- 15.2k
- Forks
- 1.5k
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 6
Description
Hello,
Is your feature request related to a problem? Please describe.
I'm using multiple OS (Windows and Linux) and I found there is only one setting for NeoVim.
"vim.neovimPath"
Describe the solution you'd like
I would like to have separate config for Windows, Linux, Mac, for example:
"vim.neovimPath.Windows"
"vim.neovimPath.Linux"
"vim.neovimPath.Mac"
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the VS Code configuration schema and the code that reads the vim.neovimPath setting. Determine how OS-specific values should be selected for Windows, Linux, and macOS; done means each supported OS can use its own Neovim path without affecting the others.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript, vscode
- Domain
- developer-experience
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100