Skip to content

A VS Code extension to swap between multiple Typescript configuration files

License

Notifications You must be signed in to change notification settings

harrydowning/swap-tsconfig

Repository files navigation

Swap Tsconfig

GitHub License Visual Studio Marketplace Version Visual Studio Marketplace Downloads GitHub Actions Workflow Status

Overview

The Swap Tsconfig extension provides the ability to swap between multiple Typescript configuration files in both single and multi-root workspaces.

Swap Tsconfig Usage

Running the swap-tsconfig command will replace the content of the current tsconfig.json with that of the configuration selected. This operation is safe as the original configuration is cached and will be restored on deactivation e.g., shut down, reload, uninstall etc.

Extension Settings

Name Description
swap-tsconfig.exclude Glob patterns used for ignoring tsconfig files
swap-tsconfig.include Glob patterns used for finding tsconfig files

Note: Glob patterns should be specified using the POSIX path separator "/" (forward slash)

Known Issues

See Issues

Release Notes

See CHANGELOG