VSCodeVim / VSCodeVim/Vim

Vimrc file path can't use vscode's predefined variables

Open
#7,960 0 comments 2 reactions 0 assignees View on GitHub

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:

  1. Create .vimrc file in "{workspace root}/.vimrc"
  2. Open "{workspace root}/.vscode/settings.json"
  3. Set "vim.vimrc.enable": true
  4. Set "vim.vimrc.path": "${workspaceFolder}/.vimrc"

Expected behavior

Screenshots
image
image

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.