Files
objdiff-web/README.md
T
2024-12-16 22:43:03 -07:00

347 B

objdiff-code

Warning

This extension is in early development and is not yet ready for use.

Setup

Open the project in Visual Studio Code.

  • Install dependencies:

    npm install
    
  • Start dev server using Ctrl+Shift+B or by running:

    npm run watch
    
  • Run the extension in debug mode using F5.