Skip to content

Instantly share code, notes, and snippets.

@pfitzseb
Created November 9, 2018 09:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pfitzseb/61878904ac003b7283402cd96d4ef198 to your computer and use it in GitHub Desktop.
Save pfitzseb/61878904ac003b7283402cd96d4ef198 to your computer and use it in GitHub Desktop.
LanguageServer setup
[[Base64]]
uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
[[CSTParser]]
deps = ["LibGit2", "Test", "Tokenize"]
git-tree-sha1 = "fac55d11171228b7101948abde613e769b9277d6"
repo-rev = "master"
repo-url = "https://github.com/ZacLN/CSTParser.jl.git"
uuid = "00ebfdb7-1f24-5e51-bd34-a7502290713f"
version = "0.5.0+"
[[Dates]]
deps = ["Printf"]
uuid = "ade2ca70-3891-5945-98fb-dc099432e06a"
[[Distributed]]
deps = ["LinearAlgebra", "Random", "Serialization", "Sockets"]
uuid = "8ba89e20-285c-5b6f-9357-94700520ee1b"
[[DocumentFormat]]
deps = ["CSTParser", "Test", "Tokenize"]
git-tree-sha1 = "25a418e2e4c07d6506bd8ec166bc940547bb85f6"
repo-rev = "master"
repo-url = "https://github.com/ZacLN/DocumentFormat.jl.git"
uuid = "ffa9a821-9c82-50df-894e-fbcef3ed31cd"
version = "0.2.0+"
[[InteractiveUtils]]
deps = ["LinearAlgebra", "Markdown"]
uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
[[JSON]]
deps = ["Dates", "Distributed", "Mmap", "Sockets", "Test", "Unicode"]
git-tree-sha1 = "fec8e4d433072731466d37ed0061b3ba7f70eeb9"
uuid = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
version = "0.19.0"
[[LanguageServer]]
deps = ["CSTParser", "DocumentFormat", "JSON", "REPL", "Sockets", "StaticLint", "Test", "Tokenize", "URIParser"]
git-tree-sha1 = "756e12f7afd0f97ca598d64544f67ef7ed8b406d"
repo-rev = "master"
repo-url = "https://github.com/JuliaEditorSupport/LanguageServer.jl.git"
uuid = "2b0e0bc5-e4fd-59b4-8912-456d1b03d8d7"
version = "0.4.0+"
[[LibGit2]]
uuid = "76f85450-5226-5b5a-8eaa-529ad045b433"
[[Libdl]]
uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
[[LinearAlgebra]]
deps = ["Libdl"]
uuid = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
[[Logging]]
uuid = "56ddb016-857b-54e1-b83d-db4d58db5568"
[[Markdown]]
deps = ["Base64"]
uuid = "d6f4376e-aef5-505a-96c1-9c027394607a"
[[Mmap]]
uuid = "a63ad114-7e13-5084-954f-fe012c677804"
[[Pkg]]
deps = ["Dates", "LibGit2", "Markdown", "Printf", "REPL", "Random", "SHA", "UUIDs"]
uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
[[Printf]]
deps = ["Unicode"]
uuid = "de0858da-6303-5e67-8744-51eddeeeb8d7"
[[REPL]]
deps = ["InteractiveUtils", "Markdown", "Sockets"]
uuid = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
[[Random]]
deps = ["Serialization"]
uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
[[SHA]]
uuid = "ea8e919c-243c-51af-8825-aaa63cd721ce"
[[Serialization]]
uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
[[Sockets]]
uuid = "6462fe0b-24de-5631-8697-dd941f90decc"
[[StaticLint]]
deps = ["CSTParser", "SymbolServer", "Test"]
git-tree-sha1 = "9a0e65875f0d727bacf5706dad3b079cd679d625"
repo-rev = "master"
repo-url = "https://github.com/ZacLN/StaticLint.jl.git"
uuid = "b3cc710f-9c33-5bdb-a03d-a94903873e97"
version = "0.0.2+"
[[SymbolServer]]
deps = ["Pkg", "Serialization", "Test"]
git-tree-sha1 = "fe005e1187ab6d0df4c191b2e007d8b1e9684be2"
repo-rev = "fixloadpath"
repo-url = "https://github.com/ZacLN/SymbolServer.jl"
uuid = "4cc854a7-cf14-540f-aa0e-47853c5fab2f"
version = "0.0.0"
[[Test]]
deps = ["Distributed", "InteractiveUtils", "Logging", "Random"]
uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[[Tokenize]]
deps = ["Printf", "Test"]
git-tree-sha1 = "4a9fefb5c5c831c6fc06fcc5d2ae7399918bb587"
uuid = "0796e94c-ce3b-5d07-9a54-7f471281c624"
version = "0.5.2"
[[URIParser]]
deps = ["Test", "Unicode"]
git-tree-sha1 = "6ddf8244220dfda2f17539fa8c9de20d6c575b69"
uuid = "30578b45-9adc-5946-b283-645ec420af67"
version = "0.4.0"
[[UUIDs]]
deps = ["Random"]
uuid = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
[[Unicode]]
uuid = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment