ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Re: ntg-context Digest, Vol 183, Issue 4
       [not found] <mailman.1328.1567445713.1208.ntg-context@ntg.nl>
@ 2019-09-02 18:48 ` Jeong Dal
  2019-09-02 23:42   ` Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: Jeong Dal @ 2019-09-02 18:48 UTC (permalink / raw)
  To: list ntg-context@ntg.nl ntg-context@ntg.nl ntg-context@ntg.nl
	ntg-context@ntg.nl


[-- Attachment #1.1: Type: text/plain, Size: 439 bytes --]

Dear Hans,

By adding “setuptex” in the task file, it runs well and makes a pdf output.

	{
            "label": "ConTeXt Compile",
            "type": "shell",
            "command": "source ~/ConTeXtLMTX/tex/setuptex;context '${file}'",
            "args": [],
            "group": {
                "kind": "build",
                "isDefault": true
            }
        },

Thank you.
Best regards,

Dalyoung


[-- Attachment #1.2: Type: text/html, Size: 1811 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ntg-context Digest, Vol 183, Issue 4
  2019-09-02 18:48 ` ntg-context Digest, Vol 183, Issue 4 Jeong Dal
@ 2019-09-02 23:42   ` Hans Hagen
  2019-09-03 12:43     ` :Re: How to use ConTeXt extensions with VS Code Jeong Dal
  0 siblings, 1 reply; 4+ messages in thread
From: Hans Hagen @ 2019-09-02 23:42 UTC (permalink / raw)
  To: Jeong Dal, mailing list for ConTeXt users

On 9/2/2019 8:48 PM, Jeong Dal wrote:
> Dear Hans,
> 
> By adding “setuptex” in the task file, it runs well and makes a pdf output.
> 
> {
> "label": "ConTeXt Compile",
> "type": "shell",
> "command": "source ~/ConTeXtLMTX/tex/setuptex;context '${file}'",

in that case, just entering the path to the binary is also an option

 > "~/ConTeXtLMTX/tex/texmf-linux-64/bin/mtxrun --autogenerate --script 
context --autopdf '${file}'",

> "args": [],
> "group": {
> "kind": "build",
> "isDefault": true
> }
> },
> 
> Thank you.
> Best regards,
> 
> Dalyoung
> 


-- 

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

* :Re: How to use ConTeXt extensions with VS Code
  2019-09-02 23:42   ` Hans Hagen
@ 2019-09-03 12:43     ` Jeong Dal
  2019-09-03 22:50       ` Jeong Dal
  0 siblings, 1 reply; 4+ messages in thread
From: Jeong Dal @ 2019-09-03 12:43 UTC (permalink / raw)
  To: Hans Hagen; +Cc: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 529 bytes --]

Dear Hans,

I tried to install  your vscode extension for context using the command :

code --extensions-dir /Users/graph/ConTeXtLMTX/tex/texmf-context/context/data/vscode/extensions --install-extension context


Then I got a following error message:

Installing extensions...
Extension 'context' not found.
Make sure you use the full extension ID, including the publisher, e.g.: ms-vscode.csharp
Failed Installing Extensions: context

What am I missing in this process?

Thank you.
Best regards,

Dalyoung


[-- Attachment #1.2: Type: text/html, Size: 2663 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: :Re: How to use ConTeXt extensions with VS Code
  2019-09-03 12:43     ` :Re: How to use ConTeXt extensions with VS Code Jeong Dal
@ 2019-09-03 22:50       ` Jeong Dal
  0 siblings, 0 replies; 4+ messages in thread
From: Jeong Dal @ 2019-09-03 22:50 UTC (permalink / raw)
  To: Hans Hagen; +Cc: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1001 bytes --]

Dear Hans,

I tried to install context extension using the command ‘code’, but I couldn’t make it.
Using ‘context development team.context’ instead context didn’t work either.

However,  by copying all the files in …/vscode/extensions to ./vscode/extensions and enable it as before, it works.

Thank you again.
Best regards,

Dalyoung

> 2019. 9. 3. 오후 9:43, Jeong Dal <haksan@me.com> 작성:
> 
> Dear Hans,
> 
> I tried to install  your vscode extension for context using the command :
> 
> code --extensions-dir /Users/graph/ConTeXtLMTX/tex/texmf-context/context/data/vscode/extensions --install-extension context
> 
> 
> Then I got a following error message:
> 
> Installing extensions...
> Extension 'context' not found.
> Make sure you use the full extension ID, including the publisher, e.g.: ms-vscode.csharp
> Failed Installing Extensions: context
> 
> What am I missing in this process?
> 
> Thank you.
> Best regards,
> 
> Dalyoung
> 


[-- Attachment #1.2: Type: text/html, Size: 3792 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-09-03 22:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <mailman.1328.1567445713.1208.ntg-context@ntg.nl>
2019-09-02 18:48 ` ntg-context Digest, Vol 183, Issue 4 Jeong Dal
2019-09-02 23:42   ` Hans Hagen
2019-09-03 12:43     ` :Re: How to use ConTeXt extensions with VS Code Jeong Dal
2019-09-03 22:50       ` Jeong Dal

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).