Re: [NTG-context] VisualStudioCode on Linux

2020-09-25 Thread Willi Egger
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  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  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
___


Re: [NTG-context] VisualStudioCode on Linux

2020-09-25 Thread Arthur Rosendahl
On Fri, Sep 25, 2020 at 07:50:33AM +0200, Mikael Sundqvist wrote:
> 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):
> 
> [snip]

  An addition for the wiki?  https://wiki.contextgarden.net/Text_Editors
could be a good starting point as it is missing VScode.

Best,

Arthur
___
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
___


Re: [NTG-context] VisualStudioCode on Linux

2020-09-24 Thread Mikael Sundqvist
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  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
___