From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: zsh-workers-return-43416-ml=inbox.vuxu.org@zsh.org X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FROM,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.1 Received: from primenet.com.au (ns1.primenet.com.au [203.24.36.2]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id 80710964 for ; Sat, 8 Sep 2018 09:22:16 +0000 (UTC) Received: (qmail 27911 invoked by alias); 8 Sep 2018 09:22:02 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: List-Unsubscribe: X-Seq: 43416 Received: (qmail 4066 invoked by uid 1010); 8 Sep 2018 09:22:02 -0000 X-Qmail-Scanner-Diagnostics: from mail-wr1-f53.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(209.85.221.53):SA:0(-1.9/5.0):. Processed in 1.611011 secs); 08 Sep 2018 09:22:02 -0000 X-Envelope-From: tamelingdaniel@gmail.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:mail-followup-to:mime-version :content-disposition; bh=KiX1W2TpxOBFUzJxBAdJtrp7GYV4QzawhGalvpL5Kww=; b=O0/mM9nBTBb1pEMBi3y+nCeMR5+pQEFuaLjPcQSohNcJV1zqzTAhC2JRSpAJLAJ0jt ukV/4V0aJzohCVZMtqO0InG+/I5ZhK7WkAmQjbuSIy2pLqLoT8kNBCqKsS+ytlC9yDNw BfUgpKZNfLCkibcJ823riE1UbvCxYmQCnBbYGgtYI0UYwCPP79BIPn5aDMaQGC+vHcdV T7iTZCFXbQGimX23rtbSSlJT8otVIHcLigPXDTyin7O3ipE4Pp5WsIHDHdt2B9KTYfL8 Jh72hCYOr3H0dy/yBCUSOkbC/V7ehR7kudept3HJ8UpSt9FnVlW7jkS6XKbjBJS0IaTD nHXw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:mail-followup-to :mime-version:content-disposition; bh=KiX1W2TpxOBFUzJxBAdJtrp7GYV4QzawhGalvpL5Kww=; b=UYvwuDNHqgilkviSCI4+px26oTpAPG2ijiELuhkrxecmmh2sE6IQLI+7ym50mlzGx8 aSylxSZMsp546a7BwWcCV8bveXVxHtee1iFB3KCeZmSjVkzeEj5deZHwb3WbjPW910IE qwN6ZVnQt+31CZIWy4TCMn9RWxXQhH9M/wjpEIHTNViKVaZQgXUpJCicwCpMDGUF0Gku t6HJY5Z8V4BjbR513YvgMJVS1UoWx8I+/ENJEltJEHR9rSHLJ7b6CPiiaV2TYEyEGfWY twZ2J7Uv9MSk+ougzPkLhewmSUGhzLUTfhceQlmFACOn1USpHhyfy9L20n1XSltruXhU 6+Vg== X-Gm-Message-State: APzg51A+vZPCyg4dETFkOAHOhIUw5SISaAq3s690IJ3t1ZbSEoXbGLhS fNK7ufJPQPIu4reGZg02qE49qReB X-Google-Smtp-Source: ANB0VdaVM1EEPxdEG1j+VRBMQmAfKW8fpe0FF7XnqPEa+fT7wzRiQYK/um0GTfWX3Vm8GxAaDYtpIQ== X-Received: by 2002:adf:d1c1:: with SMTP id m1-v6mr9311492wri.138.1536398516302; Sat, 08 Sep 2018 02:21:56 -0700 (PDT) Date: Sat, 8 Sep 2018 11:22:33 +0200 From: Daniel Tameling To: zsh-workers Subject: Improved command line completion for Visual Studio Code Message-ID: <20180908092233.4ufhdkr2wt6ismzd@Daniels-MacBook-Air.local> Mail-Followup-To: zsh-workers MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline I saw the message below in the mail archive but I never got an actual mail. My apologies if I'm double posting. Best, Daniel Hi everyone! I've made this pull request with some minor updates to the command line completion of Visual Studio Code: https://github.com/zsh-users/zsh/pull/27 Since I'm using Gmail it is a bit difficult for me to post patches to this list, so I was hoping that this pull request on GitHub could be accepted since the zsh.org site mentions that it is possible to contribute to completion functions on GitHub. However, I haven't gotten any response to the pull request for 19 days, so I'm giving it a shout out here, to give you an opportunity to respond to it. Thanks, Klas Mellbourn