Skip to content

Commit

Permalink
Merge pull request #3583 from julia-vscode/more-versions
Browse files Browse the repository at this point in the history
Add support for Julia 1.11
  • Loading branch information
davidanthoff committed Apr 14, 2024
2 parents 0ba76a8 + 52a6a36 commit 9b00945
Show file tree
Hide file tree
Showing 41 changed files with 1,412 additions and 101 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ All notable changes to the Julia extension will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]
### Fixed
* Add Julia 1.11 support ([#3583](https://github.com/julia-vscode/julia-vscode/pull/3583))
## [1.76.0] - 2024-04-05
### Fixed
* Deleting plots stops opening the plot pane if it's not visible ([#3564](https://github.com/julia-vscode/julia-vscode/pull/3564))
Expand Down
2 changes: 1 addition & 1 deletion libs/vega-embed/vega-embed.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion libs/vega-lite-5/vega-lite.min.js

Large diffs are not rendered by default.

107 changes: 66 additions & 41 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions scripts/environments/development/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ version = "1.3.7-DEV"
deps = ["CSTParser", "CommonMark", "DataStructures", "Glob", "Pkg", "PrecompileTools", "Tokenize"]
path = "../../packages/JuliaFormatter"
uuid = "98e50ef6-434e-11e9-1051-2b60c6c9e899"
version = "1.0.53"
version = "1.0.56"

[[deps.JuliaInterpreter]]
deps = ["CodeTracking", "InteractiveUtils", "Random", "UUIDs"]
Expand Down Expand Up @@ -221,7 +221,7 @@ version = "1.10.0"
deps = ["Preferences"]
path = "../../packages/PrecompileTools"
uuid = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
version = "1.2.0"
version = "1.2.1"

[[deps.Preferences]]
deps = ["TOML"]
Expand Down
6 changes: 3 additions & 3 deletions scripts/environments/languageserver/fallback/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ version = "1.3.7-DEV"
deps = ["CSTParser", "CommonMark", "DataStructures", "Glob", "Pkg", "PrecompileTools", "Tokenize"]
path = "../../../packages/JuliaFormatter"
uuid = "98e50ef6-434e-11e9-1051-2b60c6c9e899"
version = "1.0.53"
version = "1.0.56"

[[deps.JuliaSyntax]]
path = "../../../packages/JuliaSyntax"
Expand Down Expand Up @@ -187,7 +187,7 @@ version = "1.6.3"
[[deps.Pkg]]
deps = ["Artifacts", "Dates", "Downloads", "FileWatching", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "Random", "SHA", "TOML", "Tar", "UUIDs", "p7zip_jll"]
uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
version = "1.12.0"
version = "1.11.0"
weakdeps = ["REPL"]

[deps.Pkg.extensions]
Expand All @@ -197,7 +197,7 @@ weakdeps = ["REPL"]
deps = ["Preferences"]
path = "../../../packages/PrecompileTools"
uuid = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
version = "1.2.0"
version = "1.2.1"

[[deps.Preferences]]
deps = ["TOML"]
Expand Down
4 changes: 2 additions & 2 deletions scripts/environments/languageserver/v1.0/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ version = "1.3.7-DEV"
deps = ["CSTParser", "CommonMark", "DataStructures", "Glob", "Pkg", "PrecompileTools", "Tokenize"]
path = "../../../packages/JuliaFormatter"
uuid = "98e50ef6-434e-11e9-1051-2b60c6c9e899"
version = "1.0.53"
version = "1.0.56"

[[JuliaSyntax]]
path = "../../../packages/JuliaSyntax"
Expand Down Expand Up @@ -125,7 +125,7 @@ uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
deps = ["Preferences"]
path = "../../../packages/PrecompileTools"
uuid = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
version = "1.2.0"
version = "1.2.1"

[[Preferences]]
deps = ["TOML"]
Expand Down
4 changes: 2 additions & 2 deletions scripts/environments/languageserver/v1.1/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ version = "1.3.7-DEV"
deps = ["CSTParser", "CommonMark", "DataStructures", "Glob", "Pkg", "PrecompileTools", "Tokenize"]
path = "../../../packages/JuliaFormatter"
uuid = "98e50ef6-434e-11e9-1051-2b60c6c9e899"
version = "1.0.53"
version = "1.0.56"

[[JuliaSyntax]]
path = "../../../packages/JuliaSyntax"
Expand Down Expand Up @@ -127,7 +127,7 @@ uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
deps = ["Preferences"]
path = "../../../packages/PrecompileTools"
uuid = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
version = "1.2.0"
version = "1.2.1"

[[Preferences]]
deps = ["TOML"]
Expand Down
4 changes: 2 additions & 2 deletions scripts/environments/languageserver/v1.10/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ version = "1.3.7-DEV"
deps = ["CSTParser", "CommonMark", "DataStructures", "Glob", "Pkg", "PrecompileTools", "Tokenize"]
path = "../../../packages/JuliaFormatter"
uuid = "98e50ef6-434e-11e9-1051-2b60c6c9e899"
version = "1.0.53"
version = "1.0.56"

[[deps.JuliaSyntax]]
path = "../../../packages/JuliaSyntax"
Expand Down Expand Up @@ -182,7 +182,7 @@ version = "1.10.0"
deps = ["Preferences"]
path = "../../../packages/PrecompileTools"
uuid = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
version = "1.2.0"
version = "1.2.1"

[[deps.Preferences]]
deps = ["TOML"]
Expand Down
Loading

0 comments on commit 9b00945

Please sign in to comment.