question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Issues with large files

See original GitHub issue
  1. Open a new file
  2. enter a gibberish first line, then yy210p to duplicate it
  3. G to get to the bottom of the file.

What ends up happening: The cursor stops at line: 201. Pressing k updates vscode to show the cursor near the end of the file.

Hang at >>200 lines

  1. Open a new file
  2. enter gibberish first line, then yy800p to duplicate it
  3. G to get to bottom. (VSCode correctly jumps to bottom of file)
  4. Use kj to move the cursor up and down once.
  5. Use gg to get to the top

What ends up happening: Hangs.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
borringcommented, Jan 16, 2020

Quick work! Btw, the first scenario was caused by this aesthetic setting

set cursorline

Workaround was to just set nocursorline if vscode is detected

1reaction
lacostenycodercommented, May 10, 2020

I’m having this problem now making this extension unusable. NVIM v0.4.3 VSCODE Version: 1.45.0 MacOS Version: 10.14.6 (18G103)

Steps to reproduce: Open any file > 200 lines. do SHIFT + G file stops and line 201

Expected behavior: go to the bottom of the file. I have no idea how or why this stopped working was working yesterday. I even tried with set nocursorline

Read more comments on GitHub >

github_iconTop Results From Across the Web

8 Common Problems For Large File Transfer | Raysync
8 Common Problems For Large File Transfer · Time limit · Solution: · Lack of visibility · Solution: · Restricted file type ·...
Read more >
Common problems with large file uploads - Filestack Blog
Common problems with large file uploads · Browser limitations: · Server configuration issues: · Memory issues: · Timeout issues:.
Read more >
TOP 8 LARGE FILE TRANSFER PROBLEMS - DropSend
TOP 8 LARGE FILE TRANSFER PROBLEMS ; 1. Time restrictions: ; 2. Lack of Visibility: ; 4. Support Issues: ; 5. Data Security...
Read more >
Problems with Large Files (multi-gigabyte)
I had problems with a program that stores data in its program directory using the zip format. Integrity checks of the files would...
Read more >
7 Problems Faced While Managing Large Video Files
7 Problems Faced While Managing Large Video Files · 1. Time-Consuming and Grueling Data Migration Process · 2. Scalable Data Storage · 3....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found