Julia-vscode: Treat .jmd markdown julia files as `julia` language

Created on 6 Apr 2020  路  1Comment  路  Source: julia-vscode/julia-vscode

Is it possible to allow in Weave.jl files *.jmd to have the same code execution logics as in *.jl files.
So that language-julia.executeJuliaCellInREPL also works well in *.jmd files and executes either ## fencing, or ```julia fencing, whatever comes first.

area-code-execution enhancement wontfix

Most helpful comment

So my plan is to change the whole editing experience for jmd files over to the new notebook UI that the VS Code team is working on. Once we do that the whole code running experience for jmd files will be different (more like a Jupyter notebook). I'm hesitant to add features now to the jmd experience that we will then have to remove in a few weeks when the notebook stuff is ready...

I'm marking this as wontfix for now, but we can revisit if some of the plans around notebooks change.

>All comments

So my plan is to change the whole editing experience for jmd files over to the new notebook UI that the VS Code team is working on. Once we do that the whole code running experience for jmd files will be different (more like a Jupyter notebook). I'm hesitant to add features now to the jmd experience that we will then have to remove in a few weeks when the notebook stuff is ready...

I'm marking this as wontfix for now, but we can revisit if some of the plans around notebooks change.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

CameronBieganek picture CameronBieganek  路  5Comments

miguelraz picture miguelraz  路  4Comments

ianfiske picture ianfiske  路  6Comments

kafisatz picture kafisatz  路  4Comments

JeffBezanson picture JeffBezanson  路  3Comments