ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Willi Egger <context@boede.nl>
To: NTG-Context ConTeXt users <ntg-context@ntg.nl>
Subject: Re: VisualStudioCode on Linux
Date: Fri, 25 Sep 2020 23:25:12 +0200	[thread overview]
Message-ID: <1B76EC20-F1D0-45D8-9B53-A070CDEC4153@boede.nl> (raw)
In-Reply-To: <CAHy-LL_B_f_mS1+52ET0f9yUS-B1FUf1n-E6UyG4xNLSBJjCiw@mail.gmail.com>

Hi Mikael,

thank you so much for your instructions and tasks.json!

Indeed it works!

Kind regards

Willi

> On 25 Sep 2020, at 07:50, Mikael Sundqvist <mickep@gmail.com> wrote:
> 
> Hi,
> 
> I got help from the list, and in the end I did the following (I have ConTeXt installed in $HOME/ConTeXt-lmtx/). I hope it is complete.
> 
> ln -s $HOME/ConTeXt-lmtx/tex/texmf-context/context/data/vscode/extensions/context $HOME/.vscode/extensions/
> 
> Then I added a task file (also essentially found here, I think):
> 
> %%% Begin of file $HOME/.config/Code/User/tasks.json
> {
> "name" : "context",
> "tasks" : [
>    {
>        "label": "ConTeXt LuaMetaTeX",
>        "type": "shell",
>        "command": "export PATH=$HOME/ConTeXt-lmtx/tex/texmf-linux-64/bin/:$PATH;mtxrun --autogenerate --script context '${file}'",
>        "args": [],
>        "options": {
>            "cwd": "${fileDirname}"
>        },
>        "group": {
>            "kind": "build",
>            "isDefault": true
>        },
>        "problemMatcher": []
>    }
> ]
> }
> %%% End of file
> 
> Then, in the extension setting inside code, I had to enable the color scheme for context.
> 
> Then it works to compile with ctrl+shift+B.
> 
> /Mikael
> 
> PS I also have some add-on for LaTeX installed, and for that reason I have started to use the file extension .mkiv for ConTeXt. Then the add-ons don't clash.
> 
> On Thu, Sep 24, 2020 at 11:30 PM Willi Egger <context@boede.nl> wrote:
> Hello Linux users!
> 
> Can somebody tell me how to get the extension for ConTeXt to be installed for VisualStudioCode?
> 
> Thani you in advance!
> Kind regards
> 
> Willi
> 
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to the Wiki!
> 
> maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki     : http://contextgarden.net
> ___________________________________________________________________________________
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to the Wiki!
> 
> maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki     : http://contextgarden.net
> ___________________________________________________________________________________

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

      parent reply	other threads:[~2020-09-25 21:25 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-24 21:23 Willi Egger
2020-09-25  5:50 ` Mikael Sundqvist
2020-09-25 16:14   ` Arthur Rosendahl
2020-09-25 21:25   ` Willi Egger [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1B76EC20-F1D0-45D8-9B53-A070CDEC4153@boede.nl \
    --to=context@boede.nl \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).