Skip to content

kermanx/auto-diff-opener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auto Diff Opener

Version ![Installs](https://img.shields.io/visual-studio-marketplace/i/kermanx.auto-diff-opener Reactive VSCode

A VS Code extension created with Reactive VS Code.

Directory Structure

  • package.json - this is the manifest file in which you declare your extension and command.
  • src/extension.ts - this is the main file where you write your extension.

Get started

  • Open this repository in VS Code.
  • Run pnpm install to install the dependencies.
  • Run pnpm dev to compile the extension and watch for changes.
  • Press F5 to open a new window with your extension loaded.
  • Run your command from the command palette by pressing (Ctrl+Shift+P or Cmd+Shift+P on Mac) and typing Hello World.
  • Set breakpoints in your code inside src/extension.ts to debug your extension.
  • Find output from your extension in the debug console.

Make changes

  • You can relaunch the extension from the debug toolbar after changing code in src/extension.ts.
  • You can also reload (Ctrl+R or Cmd+R on Mac) the VS Code window with your extension to load your changes.

Go further

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors