Skip to content

Commit

Permalink
Revert launchsettings
Browse files Browse the repository at this point in the history
  • Loading branch information
Smaug123 committed Jan 30, 2024
1 parent 1dc9390 commit 44efef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FSharp.Analyzers.Cli/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"profiles": {
"ReadMeSample": {
"commandName": "Project",
"commandLineArgs": "--include-analyzers OptionAnailyzer --project /Users/patrick/Documents/GitHub/FSharp.Analyzers.SDK/samples/OptionAnalyzer/OptionAnalyzer.fsproj --analyzers-path /Users/patrick/Documents/GitHub/FSharp.Analyzers.SDK/samples/OptionAnalyzer/bin/Release --verbosity d"
"commandLineArgs": "--project ./samples/OptionAnalyzer/OptionAnalyzer.fsproj --analyzers-path ./samples/OptionAnalyzer/bin/Release --verbosity d"
}
}
}

0 comments on commit 44efef6

Please sign in to comment.