From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Received: by 2002:a0c:f4d2:: with SMTP id o18mr11115955qvm.100.1573776102311; Thu, 14 Nov 2019 16:01:42 -0800 (PST) X-Received: by 2002:aca:3f87:: with SMTP id m129mr5746397oia.30.1573776101927; Thu, 14 Nov 2019 16:01:41 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!j16no10868735qtl.0!news-out.google.com!g53ni374qtg.0!nntp.google.com!j16no10868731qtl.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 14 Nov 2019 16:01:41 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=70.109.61.2; posting-account=QF6XPQoAAABce2NyPxxDAaKdAkN6RgAf NNTP-Posting-Host: 70.109.61.2 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: VSCode extension - Ada Utilities From: Jere Injection-Date: Fri, 15 Nov 2019 00:01:42 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader01.eternal-september.org comp.lang.ada:57570 Date: 2019-11-14T16:01:41-08:00 List-Id: On Thursday, November 14, 2019 at 4:19:13 PM UTC-5, Randy Brukardt wrote: > Could you be a bit clearer: what is a "VSCode extension"?? - Randy. > > "Lucretia" wrote in message > > > Hi, > > > > Ovr the last few days, I've knocked together a VSCode extension to make my > > life a bit easier, I think others might like it, just copy it in the > > extensions directory, I've not got it on the marketplace yet. > > > > https://github.com/Lucretia/ada-utilities VSCode is an open source text editor/minimalist IDE (think notepad++ maybe?) provided by microsoft. It has an extension API so developers can add various types of language support and utilities to it (this allows you to customize it to be more like a traditional IDE if you like or do whatever you want with it). I use it a lot for Ada development.