forked from julia-vscode/julia-vscode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
45 lines (45 loc) · 2.17 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[submodule "scripts/languageserver/packages/JSON"]
path = scripts/packages/JSON
url = https://github.com/JuliaIO/JSON.jl.git
[submodule "scripts/languageserver/packages/LanguageServer"]
path = scripts/packages/LanguageServer
url = https://github.com/julia-vscode/LanguageServer.jl.git
[submodule "scripts/languageserver/packages/URIParser"]
path = scripts/packages/URIParser
url = https://github.com/JuliaWeb/URIParser.jl.git
[submodule "scripts/languageserver/packages/CSTParser"]
path = scripts/packages/CSTParser
url = https://github.com/julia-vscode/CSTParser.jl.git
[submodule "scripts/languageserver/packages/Tokenize"]
path = scripts/packages/Tokenize
url = https://github.com/JuliaLang/Tokenize.jl.git
[submodule "scripts/languageserver/packages/DocumentFormat"]
path = scripts/packages/DocumentFormat
url = https://github.com/julia-vscode/DocumentFormat.jl
[submodule "scripts/languageserver/packages/StaticLint"]
path = scripts/packages/StaticLint
url = https://github.com/julia-vscode/StaticLint.jl
[submodule "scripts/languageserver/packages/SymbolServer"]
path = scripts/packages/SymbolServer
url = https://github.com/julia-vscode/SymbolServer.jl.git
[submodule "scripts/languageserver/packages/FilePathsBase"]
path = scripts/packages/FilePathsBase
url = https://github.com/rofinn/FilePathsBase.jl.git
[submodule "scripts/debugger/packages/JuliaInterpreter"]
path = scripts/packages/JuliaInterpreter
url = https://github.com/JuliaDebug/JuliaInterpreter.jl.git
[submodule "scripts/debugger/packages/CodeTracking"]
path = scripts/packages/CodeTracking
url = https://github.com/timholy/CodeTracking.jl.git
[submodule "scripts/tasks/sysimageenv/PackageCompiler"]
path = scripts/packages/PackageCompiler
url = https://github.com/JuliaLang/PackageCompiler.jl.git
[submodule "scripts/packages/JSONRPC"]
path = scripts/packages/JSONRPC
url = https://github.com/julia-vscode/JSONRPC.jl.git
[submodule "scripts/packages/ChromeProfileFormat"]
path = scripts/packages/ChromeProfileFormat
url = https://github.com/julia-vscode/ChromeProfileFormat.jl.git
[submodule "scripts/packages/DebugAdapter"]
path = scripts/packages/DebugAdapter
url = https://github.com/julia-vscode/DebugAdapter.jl.git