https://github.com/aboqasem/vscode-mergeconf
Merge configurations with ease.
https://github.com/aboqasem/vscode-mergeconf
Last synced: 2 months ago
JSON representation
Merge configurations with ease.
- Host: GitHub
- URL: https://github.com/aboqasem/vscode-mergeconf
- Owner: aboqasem
- License: mit
- Created: 2021-03-25T17:47:18.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-30T00:32:45.000Z (about 4 years ago)
- Last Synced: 2025-01-29T18:47:12.942Z (4 months ago)
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=aboqasem.mergeconf
- Size: 799 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Merge Configurations
Merge configurations **(JSON for now)** with ease.
### This is my first extension and it is far from complete. Support and feedback are welcome 🙌🏻
## Features
#### Merge content of a config file with other config by pasting text:
Current strategy is to add extra properties to the original config without overriding existing ones.
1. Open a config file
2. Find and click the `Merge with other config` option in the editor options menu (Right-click inside the editor)
3. Paste the configurations you have
4. Press enter to merge
#### Merge two configurations in a webview:
Current strategy is to add extra properties to the original config without overriding existing ones.
1. [OPTIONAL] Open a config file
2. Find and click the `Merge configs` option in the command palette
3. Modify to your needs
4. Click `Merge Configurations` to merge (will not modify the original file)
**Enjoy!**