mirror of
https://github.com/enso-org/enso.git
synced 2024-11-23 16:18:23 +03:00
85d4337f26
This change adds support for Version Controlled projects in language server. Version Control supports operations: - `init` - initialize VCS for a project - `save` - commit all changes to the project in VCS - `restore` - ability to restore project to some past `save` - `status` - show the status of the project from VCS' perspective - `list` - show a list of requested saves # Important Notes Behind the scenes, Enso's VCS uses git (or rather [jGit](https://www.eclipse.org/jgit/)) but nothing stops us from using a different implementation as long as it conforms to the establish API. |
||
---|---|---|
.. | ||
NOTICES |