We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ed5016 commit dcfb561Copy full SHA for dcfb561
src/WakaTimeConfigFile.cs
@@ -20,7 +20,6 @@ public static class WakaTimeConfigFile
20
static WakaTimeConfigFile()
21
{
22
ConfigFilepath = GetConfigFilePath();
23
- using(File.Create(ConfigFilepath)) {} // Create an empty config file
24
ConfigParser = new ConfigParser(ConfigFilepath, new ConfigParserSettings
25
26
MultiLineValues = MultiLineValues.Simple | MultiLineValues.QuoteDelimitedValues,
0 commit comments