-
Notifications
You must be signed in to change notification settings - Fork 510
Closed
Description
After editing a java source file and saving changes with Ctrl + S, "TODO" comments are stopped to be underlined and recognized as TODO tasks (don't show in the PROBLEMS tab and don't have green marks at the vertical scroolbar).
Environment
- Operating System: Windows 7 and 10
- JDK version: 1.8.0_60
- Visual Studio Code version: 1.20.1
- Java extension version: 0.20.0
Steps To Reproduce
- Add some TODO comments in the java source file.
- Save file.
- Close IDE.
- Open IDE and file.
- Edit any line in the file.
- Save file with "Ctrl + S".
project.zip
vscode-java.log
java_lang_server.log
Current Result
Expected Result
TODO comments are underlined, displayed in the PROBLEMS tab of the bottom panel and have green marks at the vertical scrollbar.
zwbetz-gh, ciganandrea, DhairyeKataria, gruvw and Aym3nJ
