ryanmiville / vscode-scoverage

hello world vscode extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VS Code Scoverage

extension for viewing coverage data generated by scoverage

TODO

  • stop overlapping colors
  • toggle button
    • which icon represents toggle?
  • open current file in sidebar command
  • move to its own sidebar container?
    • pretty annoying to close folder every time
  • scoverage file watchers
    • use fs.stat() for mtime and ctime.
  • Make sure coverage is turned on when you open a file from sidebar
    • new command checks/turns on coverage for file and opens
    • can we make sure to turn it off?
    • maybe just toggle everything?
  • Find "project" for each file to display as label in dropdown
    • look for target then go one up
      • if target is top, call it root
      • if no target, just use path
  • Run scoverage from bloop?
    • can you and does it make sense?
    • can I use anything from metals?
  • unit tests for scoverage parsing
  • move this list to gh issues

About

hello world vscode extension


Languages

Language:TypeScript 98.7%Language:Nix 1.3%