Develop (#17)
* Added auto discovery fo files to monitor. * Fixed scriptanalyzer rule * Adjusted the parameter attributes * testing feature specifications * Added module building * fix build * fix build * fix build * Exceptions and spacing * added project settings * minor edits * resolve merge conflict
This commit is contained in:
4
.vscode/settings.json
vendored
Normal file
4
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
// Place your settings in this file to overwrite default and user settings.
|
||||
{
|
||||
"powershell.codeFormatting.preset": "Allman"
|
||||
}
|
||||
@@ -25,7 +25,7 @@ class Chronometer
|
||||
|
||||
$breakpointParam = @{
|
||||
Script = $file
|
||||
Line = $bpLine
|
||||
Line = $bpLine
|
||||
Action = { [ScriptProfiler]::RecordExecution( $_) }
|
||||
}
|
||||
$this.breakPoint += Set-PSBreakpoint @breakpointParam
|
||||
|
||||
Reference in New Issue
Block a user