forked from julia-vscode/julia-vscode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
108 lines (108 loc) · 4.73 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
[submodule "scripts/packages/JSON"]
path = scripts/packages/JSON
url = https://github.com/JuliaIO/JSON.jl.git
[submodule "scripts/packages/LanguageServer"]
path = scripts/packages/LanguageServer
url = https://github.com/julia-vscode/LanguageServer.jl.git
[submodule "scripts/packages/URIParser"]
path = scripts/packages/URIParser
url = https://github.com/JuliaWeb/URIParser.jl.git
[submodule "scripts/packages/CSTParser"]
path = scripts/packages/CSTParser
url = https://github.com/julia-vscode/CSTParser.jl.git
[submodule "scripts/packages/Tokenize"]
path = scripts/packages/Tokenize
url = https://github.com/JuliaLang/Tokenize.jl.git
[submodule "scripts/packages/StaticLint"]
path = scripts/packages/StaticLint
url = https://github.com/julia-vscode/StaticLint.jl
[submodule "scripts/packages/SymbolServer"]
path = scripts/packages/SymbolServer
url = https://github.com/julia-vscode/SymbolServer.jl.git
[submodule "scripts/packages/FilePathsBase"]
path = scripts/packages/FilePathsBase
url = https://github.com/rofinn/FilePathsBase.jl.git
[submodule "scripts/packages/JuliaInterpreter"]
path = scripts/packages/JuliaInterpreter
url = https://github.com/JuliaDebug/JuliaInterpreter.jl.git
[submodule "scripts/packages/CodeTracking"]
path = scripts/packages/CodeTracking
url = https://github.com/timholy/CodeTracking.jl.git
[submodule "scripts/packages/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/DebugAdapter"]
path = scripts/packages/DebugAdapter
url = https://github.com/julia-vscode/DebugAdapter.jl.git
[submodule "scripts/packages/LoweredCodeUtils"]
path = scripts/packages/LoweredCodeUtils
url = https://github.com/JuliaDebug/LoweredCodeUtils.jl.git
[submodule "scripts/packages/OrderedCollections"]
path = scripts/packages/OrderedCollections
url = https://github.com/JuliaCollections/OrderedCollections.jl.git
[submodule "scripts/packages/CoverageTools"]
path = scripts/packages/CoverageTools
url = https://github.com/JuliaCI/CoverageTools.jl.git
[submodule "scripts/packages/IJuliaCore"]
path = scripts/packages/IJuliaCore
url = https://github.com/JuliaLang/IJuliaCore.jl.git
[submodule "scripts/packages/Crayons"]
path = scripts/packages/Crayons
url = https://github.com/KristofferC/Crayons.jl.git
[submodule "scripts/packages/DataStructures"]
path = scripts/packages/DataStructures
url = https://github.com/JuliaCollections/DataStructures.jl.git
[submodule "scripts/packages/CommonMark"]
path = scripts/packages/CommonMark
url = https://github.com/MichaelHatherly/CommonMark.jl.git
[submodule "scripts/packages/JuliaFormatter"]
path = scripts/packages/JuliaFormatter
url = https://github.com/domluna/JuliaFormatter.jl.git
[submodule "scripts/packages/Compat"]
path = scripts/packages/Compat
url = https://github.com/JuliaLang/Compat.jl.git
[submodule "scripts/packages/URIs"]
path = scripts/packages/URIs
url = https://github.com/JuliaWeb/URIs.jl.git
[submodule "libs/jl-profile"]
path = libs/jl-profile
url = https://github.com/pfitzseb/jl-profile.js.git
[submodule "scripts/packages-old/JuliaInterpreter"]
path = scripts/packages-old/JuliaInterpreter
url = https://github.com/JuliaDebug/JuliaInterpreter.jl.git
[submodule "scripts/packages/Revise"]
path = scripts/packages/Revise
url = https://github.com/timholy/Revise.jl
[submodule "scripts/packages/TestEnv"]
path = scripts/packages/TestEnv
url = https://github.com/JuliaTesting/TestEnv.jl
[submodule "scripts/packages/TestItemDetection"]
path = scripts/packages/TestItemDetection
url = https://github.com/julia-vscode/TestItemDetection.jl
[submodule "scripts/packages/DelimitedFiles"]
path = scripts/packages/DelimitedFiles
url = https://github.com/JuliaData/DelimitedFiles.jl
[submodule "scripts/packages-old/Compat"]
path = scripts/packages-old/Compat
url = https://github.com/JuliaLang/Compat.jl
[submodule "scripts/packages-old/Crayons"]
path = scripts/packages-old/Crayons
url = https://github.com/KristofferC/Crayons.jl
[submodule "scripts/packages/Glob"]
path = scripts/packages/Glob
url = https://github.com/vtjnash/Glob.jl
[submodule "scripts/packages/JuliaSyntax"]
path = scripts/packages/JuliaSyntax
url = https://github.com/JuliaLang/JuliaSyntax.jl
[submodule "scripts/packages/JuliaWorkspaces"]
path = scripts/packages/JuliaWorkspaces
url = https://github.com/julia-vscode/JuliaWorkspaces.jl
[submodule "scripts/packages/PrecompileTools"]
path = scripts/packages/PrecompileTools
url = https://github.com/JuliaLang/PrecompileTools.jl
[submodule "scripts/packages/Preferences"]
path = scripts/packages/Preferences
url = https://github.com/JuliaPackaging/Preferences.jl