
- GitLens Version: 8.2
- VSCode Version: 1.21.1
- OS Version: Linux Mint 18.3 Sylvia
Steps to Reproduce:
- Create new Python file
- Insert following code:
#!/bin/python
import os
import threading
def test():
pass
test()
3. First commit
4. Add some code
import time
5. Second commit