Describe the bug
When VS Code starts up, the error message "No .vimrc found. Please set vim.vimrc.path." is shown. Nothing I can do seems to make it find this file.
To Reproduce
Steps to reproduce the behaviour:
vim.vimrc.path."Expected behaviour
No error should be seen when launching with v1.17.0 of the extension.
Screenshots

Environment (please complete the following information):
CPUs | Intel(R) Core(TM) i7-4790S CPU @ 3.20GHz (8 x 3193)
-- | --
GPU Status | 2d_canvas: enabled flash_3d: enabled flash_stage3d: enabled flash_stage3d_baseline: enabled gpu_compositing: enabled multiple_raster_threads: enabled_on oop_rasterization: disabled_off opengl: enabled_on protected_video_decode: unavailable_off rasterization: enabled skia_renderer: disabled_off_ok video_decode: enabled vulkan: disabled_off webgl: enabled webgl2: enabled
Load (avg) | 聽
Memory (System) | 15.89GB (7.24GB free)
Process Argv | 聽
Screen Reader | no
VM | 0%
Additional context
I don't know if 1.49.1 resolved the issue, but I'm going to try that now.
Same here. Looks like it add an '.' in the end of the file name somehow?
I caught it doing this last night, then I immediately switched back to 1.16 and turned off VSCode's automatic extension update.
Same here. Looks like it add an '.' in the end of the file name somehow?
I think that's just the dot for ending the sentence.
That's what I thought but I'm not so sure. It's within the quote marks.
It's possible that something else could be behind this, of course.
Also seeing this after updating to v1.17.0. Downgrading to v1.16.0 has fixed the issue.
Also seeing this issue after updating to 1.17.0.
I think it was most likely in c900a7eaa8f276c2062c61f7ceb071b694ce8a08 of vimrc.ts
change of using ../util/fs to platform/fs