Closed coolbluewater closed 1 year ago
Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.81.1. Please try upgrading to the latest version and checking whether this issue remains.
Happy Coding!
That was a typo, I fixed the version which is in fact the latest.
Please file this issue against the APL extension which offers the language support. It's likely that the APL language extension doesn't handle the notebook scenario.
What does it need to do to "handle the notebook scenario"? Why doesn't vscode do this transparently?
This is very poor handoff. Are you actually interested in your user succeeding here? If so you might at least provide clear understanding of the basic steps involved. Also, to reiterate,
Does this issue occur when all extensions are disabled?: This issue is regarding extensions.
Steps to Reproduce:
APL Language
b)APL Language Server Client
and c)APL Backtick Symbols
.ipynb
extension and set the kernel to APLAPL
.a
. In regular.apl
files this invokes theAPL Backtick Symbols
extension which replaces the backtick and thea
with an⍺
(alpha) symbol. In the APL notebook cell, however, it does nothing.I
followed by Ctrl+Space. In an.apl
file this invokes the APL Language Server Client extension which displays the syntax completion menu which in this case displays three items, the first beingIf
. In the APL notebook cell, however, only aLoading...
message is displayed and no menu is shown.