/typescript-package-json

Set the VSCode TypeScript version based on the nearest package.json, traversing up the directory tree: designed for multiple repository workspaces

Primary LanguageTypeScript

typescript-package-json README

Prompts the user to align the TypeScript version in VSCode with that in the nearest package.json in a multi-repository workspace.

Features

See above

Requirements

N/A

Extension Settings

N/A

Known Issues

None as of yet.

Release Notes

0.0.1 - Initial Release.

  • Traverse up the directory tree for each .ts file brought into focus in VS Code.
  • Prevent prompt if TS version is the same

Following extension guidelines

N/A

Enjoy!