forked from ocaml/ocaml-lsp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We need the ocaml lsp server to contain its own vendored directory. So that we only deleted those directories at build time. Signed-off-by: Rudi Grinberg <[email protected]>
- Loading branch information
Showing
9 changed files
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
[submodule "vendor/merlin"] | ||
path = vendor/merlin | ||
path = ocaml-lsp-server/vendor/merlin | ||
url = https://github.com/rgrinberg/merlin | ||
branch = lsp | ||
ignore = dirty | ||
[submodule "vendor/cmdliner"] | ||
path = vendor/cmdliner | ||
path = ocaml-lsp-server/vendor/cmdliner | ||
url = https://github.com/dbuenzli/cmdliner.git | ||
[submodule "ocaml-syntax-shims"] | ||
path = vendor/ocaml-syntax-shims | ||
path = ocaml-lsp-server/vendor/ocaml-syntax-shims | ||
url = https://github.com/ocaml-ppx/ocaml-syntax-shims | ||
[submodule "vendor/uutf"] | ||
path = vendor/uutf | ||
path = ocaml-lsp-server/vendor/uutf | ||
url = https://github.com/dune-universe/uutf.git | ||
branch = duniverse-v1.0.2 | ||
[submodule "vendor/octavius"] | ||
path = vendor/octavius | ||
path = ocaml-lsp-server/vendor/octavius | ||
url = https://github.com/ocaml-doc/octavius.git | ||
ignore = dirty | ||
[submodule "vendor/omd"] | ||
path = vendor/omd | ||
path = ocaml-lsp-server/vendor/omd | ||
url = https://github.com/ulugbekna/omd.git | ||
branch = ocaml-lsp | ||
ignore = dirty |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
(vendored_dirs vendor) |
Submodule cmdliner
updated
from 000000 to db4d02
Submodule merlin
updated
from 000000 to 1a82f8
Submodule octavius
updated
from 000000 to 50820d
Submodule omd
updated
from 000000 to d6bb7e
Submodule uutf
updated
from 000000 to 66ddef
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters