Vimrc file path can't use vscode's predefined variables
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 15.2k
- Forks
- 1.5k
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 6
Description
Describe the bug
Vimrc file path can't use vscode's predefined variables
To Reproduce
Steps to reproduce the behavior:
- Create .vimrc file in "{workspace root}/.vimrc"
- Open "{workspace root}/.vscode/settings.json"
- Set "vim.vimrc.enable": true
- Set "vim.vimrc.path": "${workspaceFolder}/.vimrc"
Expected behavior
Screenshots


Environment (please complete the following information):
- Extension (VsCodeVim) version: 1.23.2
- VSCode version: 1.71.0
- OS: win10 20H2
Additional context
Add any other context about the problem here.
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 reproducing the issue with vim.vimrc.enable and vim.vimrc.path set to ${workspaceFolder}/.vimrc in .vscode/settings.json, using the reported VS Code and extension versions. Trace how the extension resolves vim.vimrc.path and add coverage for the predefined variable; done means the workspace-root .vimrc is loaded successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript, vscode
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100