GitXplorerGitXplorer
s

typescript-vscode-watcher

public
3 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
d844da654edb65bbd4426527f3af5d5307485fd6

Update README.md

ssheetalkamat committed 2 years ago
Unverified
02230f170b63f1a8c943a5533ac4ba4d9b1bf5c7

Initial commit

ssheetalkamat committed 2 years ago

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.