Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>johnnyNew to Visual Studio Code? Get it now.
johnny

johnny

lunn

|
50 installs
| (0) | Free
Johnny logging ext
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Johnny README

** DISCLAIMER! Please note that this software is currently in development. Installing and using this software is at your own risk. **

** DISCLAIMER! This has only been tested on linux OS **

This extension has been developed by the Johnny project at The Open University, Milton Keynes, UK.

Project website - https://www.writingsecuresoftware.org/

This software has been developed to monitor and track how a developer interacts with security warnings. This software is focused upon Python development and the Bandit tool (https://bandit.readthedocs.io/en/latest/).

When the extension is installed, it tracks python file saves, and records data about the file, time, file contents and diagnostics. This data is recorded in a CSV file.

This extension generates a CSV file in the following directory

  • LINUX/OSX '~/.vscode/extensions/Johnny/johnny.csv'
  • WINDOWS '%USERPROFILE%.vscode\extensions\Johnny\johnny.csv'

Features

Several commands have been incorporated for debugging purposes.

  • "Johnny: Get CSV Directory" displays directory where CSV file is
  • "Johnny: Clear CSV file" Clears CSV contents
  • "Johnny: Open CSV file" displays CSV file in VSCode window
  • "Johnny: Open log file" displays log in VSCode window
  • "Johnny: Debug Information" displays debug info

Release Notes

0.3.0

  • Asynchronous functionality
  • Extension now handles linux/windows/osx csv creation
  • Added tests for system tools, and JohnnyCSV

0.4.0

  • Fixed multiple file error
  • Cleaned up code base
  • Added command to show current CSV directory
  • Added command to clear CSV file
  • Added command to open CSV file in VSCode

0.5.0

  • More unit tests
  • Now saves full folder bandit report to csv

0.6.0

  • Bandit folder fix

0.7.0

  • global csv directory structure
  • added logger

0.8.0

  • folder fix
  • added info command
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft