VSCode-Hungry-Delete icon indicating copy to clipboard operation
VSCode-Hungry-Delete copied to clipboard

Sometimes, nothing happens upon backspace and CPU goes to 100%

Open phil294 opened this issue 6 years ago • 4 comments

I cannot reproduce this precisely yet, but it happens so frequently I had to disable this extension completely. Maybe it is related to another one. I know this issue does not help much but I want to give a starting point. Hopefully some details will follow soon.

It happens like this:

  • press backspace
  • nothing happens
  • cpu goes up (close vscode)
  • sometimes, the process still runs and needs to be killed forcefully

Most of the time, however, this extension works just fine.

phil294 avatar Sep 04 '18 02:09 phil294

actually when the cpu is @100 or the developer tools panel show an error

Extension Host
Debugger attached.

non of the installed packages will work.

ctf0 avatar May 12 '19 00:05 ctf0

@phil294 @ctf0

It seems that I am able to reproduce this issue, but I have no idea. I will investigate it as soon as possible.

1. Create a react component

import React from 'react';

function App() {
  return (
    <div className="App">
      <p>Upload <Good Excel here. This will read the first sheet, and assumes that the first row of the table is a header.</p>
    </div>
  );
}

export default App;

2. Put the cursor just in front of "Excel"

import React from 'react';

function App() {
  return (
    <div className="App">
      <p>Upload <Good |Excel here. This will read the first sheet, and assumes that the first row of the table is a header.</p>
    </div>
  );
}

export default App;

3. Type < and press backspace

import React from 'react';

function App() {
  return (
    <div className="App">
      <p>Upload <Good <|Excel here. This will read the first sheet, and assumes that the first row of the table is a header.</p>
    </div>
  );
}

export default App;

Jasonlhy avatar May 17 '19 02:05 Jasonlhy

This still happens. Unfortunate, as I love the extension. Anything we can do to help? Is there a solid reproduction?

niieani avatar Aug 18 '22 07:08 niieani

This happends to me three times.

xpader avatar May 17 '24 08:05 xpader