issues
search
infosec-intern
/
vscode-yara
VSCode extension for the YARA pattern matching language
MIT License
63
stars
14
forks
source link
added debug setting and logging to output channel
#41
Closed
infosec-intern
closed
3 years ago
infosec-intern
commented
3 years ago
Closes #40
Added new configuration setting
yara.debug
and a configuration watcher in case it gets changed
Added output channel "YARA", which provides logs to the user along with a new helper -
log()
- which prepends timestamps to each log line
All providers now use the output channel instead of
console.log()
, which has been removed everywhere
Closes #40
yara.debug
and a configuration watcher in case it gets changedlog()
- which prepends timestamps to each log lineconsole.log()
, which has been removed everywhere