wakatime / sublime-wakatime

Sublime Text 2 & 3 plugin for automatic time tracking and metrics generated from your programming activity.
https://wakatime.com/sublime-text
BSD 3-Clause "New" or "Revised" License
526 stars 47 forks source link

File Contains No Section Header #81

Closed wushengzhong closed 6 years ago

wushengzhong commented 6 years ago

I got the error below indicating my config file containing no section header. When I click view console, I see my config file displayed below.

Question: How shall I set up my config file?

1461518117930_ pic

1451518117719_ pic

alanhamlett commented 6 years ago

Delete line 1, and leave the other lines. The config file's first line should be [settings].

wushengzhong commented 6 years ago

@alanhamlett Thanks! The solution works perfectly.