forked from julia-vscode/julia-vscode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
147 lines (147 loc) · 6.62 KB
/
Copy path.gitmodules
File metadata and controls
147 lines (147 loc) · 6.62 KB
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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
[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/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/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
[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/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/DelimitedFiles"]
path = scripts/packages/DelimitedFiles
url = https://github.com/JuliaData/DelimitedFiles.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
[submodule "scripts/packages/Salsa"]
path = scripts/packages/Salsa
url = https://github.com/julia-vscode/Salsa.jl
[submodule "scripts/packages/ExceptionUnwrapping"]
path = scripts/packages/ExceptionUnwrapping
url = https://github.com/JuliaServices/ExceptionUnwrapping.jl
[submodule "scripts/packages/MacroTools"]
path = scripts/packages/MacroTools
url = https://github.com/FluxML/MacroTools.jl
[submodule "scripts/packages/AutoHashEquals"]
path = scripts/packages/AutoHashEquals
url = https://github.com/JuliaServices/AutoHashEquals.jl
[submodule "scripts/packages/TestItemDetection"]
path = scripts/packages/TestItemDetection
url = https://github.com/julia-vscode/TestItemDetection.jl
[submodule "scripts/packages-old/v1.5/JuliaInterpreter"]
path = scripts/packages-old/v1.5/JuliaInterpreter
url = https://github.com/JuliaDebug/JuliaInterpreter.jl
[submodule "scripts/packages-old/v1.5/LoweredCodeUtils"]
path = scripts/packages-old/v1.5/LoweredCodeUtils
url = https://github.com/JuliaDebug/LoweredCodeUtils.jl
[submodule "scripts/packages-old/v1.5/Revise"]
path = scripts/packages-old/v1.5/Revise
url = https://github.com/timholy/Revise.jl
[submodule "scripts/packages/CancellationTokens"]
path = scripts/packages/CancellationTokens
url = https://github.com/davidanthoff/CancellationTokens.jl
[submodule "scripts/packages-old/v1.9/JuliaInterpreter"]
path = scripts/packages-old/v1.9/JuliaInterpreter
url = https://github.com/JuliaDebug/JuliaInterpreter.jl
[submodule "scripts/packages-old/v1.9/LoweredCodeUtils"]
path = scripts/packages-old/v1.9/LoweredCodeUtils
url = https://github.com/JuliaDebug/LoweredCodeUtils.jl
[submodule "scripts/packages/TestItemControllers"]
path = scripts/packages/TestItemControllers
url = https://github.com/julia-vscode/TestItemControllers.jl
[submodule "scripts/packages-old/v1.5/OrderedCollections"]
path = scripts/packages-old/v1.5/OrderedCollections
url = https://github.com/JuliaCollections/OrderedCollections.jl
[submodule "scripts/packages-old/v1.9/Revise"]
path = scripts/packages-old/v1.9/Revise
url = https://github.com/timholy/Revise.jl
[submodule "scripts/packages-old/v1.5/CodeTracking"]
path = scripts/packages-old/v1.5/CodeTracking
url = https://github.com/timholy/CodeTracking.jl.git
[submodule "scripts/packages/Compiler"]
path = scripts/packages/Compiler
url = https://github.com/JuliaLang/BaseCompiler.jl
[submodule "scripts/packages-old/v1.7/CodeTracking"]
path = scripts/packages-old/v1.9/CodeTracking
url = https://github.com/timholy/CodeTracking.jl.git
[submodule "scripts/packages/LoggingExtras"]
path = scripts/packages/LoggingExtras
url = https://github.com/JuliaLogging/LoggingExtras.jl
[submodule "scripts/packages/Scratch"]
path = scripts/packages/Scratch
url = https://github.com/JuliaPackaging/Scratch.jl
[submodule "scripts/packages/Runic"]
path = scripts/packages/Runic
url = https://github.com/fredrikekre/Runic.jl