You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As in #937, a TypeError is tripped when running a basic script from vsCode's Debug Run (F5). The TypeError is not triggered during a non-debug (Ctrl+F5) run.
plotting.jl is open in the editor,
using GLMakie
function test()
x = LinRange(0, 10, 100)
fig, ax, sco = scatter(x, sin.(x), color = :red, markersize = 5)
display(fig)
end
@time test()
Linux Min 19 Cinnamon 3.8.9 x64
vsCode 1.55.2
Julia 1.6.0
Python 3.6.9 x64
Ryzen 5 1600x six core desktop with 32 gb ram
glxinfo says: OpenGL version string: 4.6.0 NVIDIA 450.119.03
pkg> status:
Status ~/.julia/environments/v1.6/Project.toml
[13f3f980] CairoMakie v0.4.2
[5ae59095] Colors v0.12.6
[1fa38f19] Format v1.3.0
[e9467ef8] GLMakie v0.2.4
[c91e804a] Gadfly v1.3.2
[5c1252a2] GeometryBasics v0.3.12
[7073ff75] IJulia v1.23.2
[2b0e0bc5] LanguageServer v3.2.0
[438e738f] PyCall v1.92.3
[cf896787] SymbolServer v5.1.1
[0c5d862f] Symbolics v0.1.11
[1986cc42] Unitful v1.6.0
[ddb6d928] YAML v0.4.6
[de0858da] Printf
[9abbd945] Profile
From #937, ModernGL is not installed (so I can't "using ModernGL") but it is at .julia/packages/ModernGL, with .julia/packages/ModernGL/rVuW2/Project.toml listing version 1.1.2.
The text was updated successfully, but these errors were encountered:
As in #937, a TypeError is tripped when running a basic script from vsCode's Debug Run (F5). The TypeError is not triggered during a non-debug (Ctrl+F5) run.
plotting.jl is open in the editor,
Linux Min 19 Cinnamon 3.8.9 x64
vsCode 1.55.2
Julia 1.6.0
Python 3.6.9 x64
Ryzen 5 1600x six core desktop with 32 gb ram
glxinfo says: OpenGL version string: 4.6.0 NVIDIA 450.119.03
pkg> status:
Status
~/.julia/environments/v1.6/Project.toml
[13f3f980] CairoMakie v0.4.2
[5ae59095] Colors v0.12.6
[1fa38f19] Format v1.3.0
[e9467ef8] GLMakie v0.2.4
[c91e804a] Gadfly v1.3.2
[5c1252a2] GeometryBasics v0.3.12
[7073ff75] IJulia v1.23.2
[2b0e0bc5] LanguageServer v3.2.0
[438e738f] PyCall v1.92.3
[cf896787] SymbolServer v5.1.1
[0c5d862f] Symbolics v0.1.11
[1986cc42] Unitful v1.6.0
[ddb6d928] YAML v0.4.6
[de0858da] Printf
[9abbd945] Profile
From #937, ModernGL is not installed (so I can't "using ModernGL") but it is at .julia/packages/ModernGL, with .julia/packages/ModernGL/rVuW2/Project.toml listing version 1.1.2.
The text was updated successfully, but these errors were encountered: