Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/silic0ns0ldier/vscode-git-monolithic-extension
Fork of the built-in VSCode Git extension which includes optimisations for monolithic repositories.
https://github.com/silic0ns0ldier/vscode-git-monolithic-extension
Last synced: 23 days ago
JSON representation
Fork of the built-in VSCode Git extension which includes optimisations for monolithic repositories.
- Host: GitHub
- URL: https://github.com/silic0ns0ldier/vscode-git-monolithic-extension
- Owner: Silic0nS0ldier
- License: mit
- Created: 2021-09-08T00:31:31.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-20T10:22:35.000Z (3 months ago)
- Last Synced: 2024-08-21T12:30:59.257Z (3 months ago)
- Language: TypeScript
- Size: 16.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Monolithic Git for VSCode
A fork of VSCode's integrated Git support (from 2021-09-08) designed to work better with large repositories that Git is slow to work with.
[Find it on the VSCode Marketplace](https://marketplace.visualstudio.com/items?itemName=siliconsoldier.git-monolithic)
See [`./extension/vsix/README.md`](./extension/vsix/README.md) for more details.
## Building
For development builds
```sh
bazel build //extension/vsix:git_monolithic --stamp
```For release
1. Increment version in `extension/vsix/package.json`
2. `bazel build //extension/vsix:git_monolithic`## Terminology
- Tracked Changes - Changes to files already present in the current git commit-ish.
- Untracked Changed - New or previously ignored files which are not currently tracked.## The List
- `pnpm patch ...` is not working with the workflow in this repo.
https://github.com/pnpm/pnpm/issues/8257
- `watcher` package type issues.
https://github.com/fabiospampinato/watcher/issues/33
- ava tests should emit JUnit output
- Timeline view is not supported as the API surface is experimental.
- https://github.com/microsoft/vscode/issues/84297
- https://github.com/microsoft/vscode/issues/83995
- https://github.com/microsoft/vscode/issues/84899