Skip to content

Commit dcfb561

Browse files
committed
fixes #14 - WakaTime ignoring key in .wakatime.cfg
1 parent 5ed5016 commit dcfb561

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/WakaTimeConfigFile.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ public static class WakaTimeConfigFile
2020
static WakaTimeConfigFile()
2121
{
2222
ConfigFilepath = GetConfigFilePath();
23-
using(File.Create(ConfigFilepath)) {} // Create an empty config file
2423
ConfigParser = new ConfigParser(ConfigFilepath, new ConfigParserSettings
2524
{
2625
MultiLineValues = MultiLineValues.Simple | MultiLineValues.QuoteDelimitedValues,

0 commit comments

Comments
 (0)