Results 10 issues of mind6

vscode Version 1.53 ```python import ipynbname print(ipynbname.name()) ``` Running this cell would never return (as it searches for servers?) ``` --------------------------------------------------------------------------- KeyboardInterrupt Traceback (most recent call last) in 3 4...

Julia extension: 1.6.24 vscode: 1.68.1 Julia runtime: 1.7.3 platform: Windows All you need is to try this minimal example: ```julia function run(size::Int) @time begin a = fill(999, (size,))::Vector{Int} a .*=...

There are several popular package dependencies on WebSockets which conflict with using HTTPv1 in the same environment. https://github.com/JuliaGizmos/WebIO.jl/pull/500 Can we make a new release that makes WebSockets use HTTP1? That...

In a large installation it's helpful to see which file the semantic pass is running on. Mostly it's to match this PR https://github.com/julia-vscode/julia-vscode/pull/3227

Not sure if this belongs in the SymbolServer or LanguageServer section. I periodically get freezes sending commands to the REPL, as the extension stalls on the Language Server querying for...

I used MSBuild version 17.7.2 and cl.exe to build libcxxwrap-julia on Windows, then I set ~\.julia\dev\libcxxwrap_julia_jll\override to point to its build directory. I can get a hello world function like...

My system environment is as follows: - Windows 10 - Julia extension v1.79.2 - Julia executable 1.10.4 I deleted the `%USERPROFILE%\AppData\Roaming\Code\User\globalStorage\julialang.language-julia` directory before starting vscode, in order to get a...

In Windows the user directory is found through ENV{USERPROFILE} not ENV{HOME}. Feel free to clean up comments if you find them excessive.

I'm on Windows using MSVC. The Julia and compiler versions are the same as in the CI workflows. I get a link error when compiling the libcxxwrap-julia/examples/ directory, using latest...

Currently it's possible to style elements by tag under views: ```likec4 views { style element.tag = #optional { color secondary } //NOT POSSIBLE style relationship.tag = #optional { line dotted...

wanted