MattiasPernhult / vscode-todo

Lists TODO:s in the project
Other
44 stars 19 forks source link

VS Code permanently freezes after clicking TODO:s #37

Open sean-mcmanus opened 7 years ago

sean-mcmanus commented 7 years ago

VS Code 1.5.3, Win10, open folder on our C/C++ extension install folder.

Bug: Click in the TODO:s button freezes VS Code permanently.

This might be a duplicate of another bug I see other using reporting about a system hang.

todofreeze

Looks like node.js is freezing. The debugger says node.js is unresponsive.

ngocvantran commented 7 years ago

I also have this problem if I forgot to set language before clicking on TODO or use the list TODOs command. https://github.com/MattiasPernhult/vscode-todo/issues/34 would at least prevent this until when TODO asks user for language when it's not set.

AriesMOo commented 7 years ago

same issue here... It never works on Windows 7 32bits, but on my MacBook Pro works fine with the exact same files (same project, same config and extensions, etc.)

bruceauyeung commented 7 years ago

similar problem here. i didn't get a "the window is no longer responding" dialog, but vscode window actually didn't respond to mouse click any more ( including clicking X button to close vscode ), i have to kill vscode manually. os: kubuntu 16.04 64bit vscode:1.7.2 vscode-todos:0.8.0

felansu commented 7 years ago

same issue here

os: Ubuntu 16.04 LTS vscode: 1.7.0 vscode-todos:0.8.0

ShaharHD commented 7 years ago

Seems to be a duplicate of #40