GitXplorerGitXplorer
s

typescript-vscode-watcher

public
3 stars
0 forks
0 issues

Commits

List of commits on branch main.

No commits found

There are no commits on branch main.

README

The README file for this repository.

typescript-vscode-watcher

Prototype file and directory watcher where vscode will watch the files and directories

Installing

git clone https://github.com/sheetalkamat/typescript-vscode-watcher.git
cd typescript-vscode-watcher
npm i
npm run build

Usage

npm link
cd repoWithTypeScriptCode
npm link typescript-vscode-watcher

At this point you can set watchFactory to typescript-vscode-watcher in watchOptionsof vscode settings.