### Version ```sh rstest-vscode 0.7.1 ``` ### Details VSCode position offset when code starts with comments <img width="1168" height="488" alt="Image" src="https://github.com/user-attachments/assets/229a43b5-8b02-4ee5-95fc-6f153ac54eba" /> ### Reproduce link none ### Reproduce Steps ``` /* eslint-disable max-lines */ /* eslint-disable max-lines-per-function */ describe('outer', () => { it('inner', () => {}); it('inner-1', () => {}); }); ```