From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10625 invoked by alias); 2 Sep 2018 11:08:43 -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: 43363 Received: (qmail 19330 invoked by uid 1010); 2 Sep 2018 11:08:42 -0000 X-Qmail-Scanner-Diagnostics: from mail-oi0-f54.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.218.54):SA:0(-1.9/5.0):. Processed in 0.792678 secs); 02 Sep 2018 11:08:42 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,HTML_MESSAGE, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_PASS, T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.1 X-Envelope-From: klas@mellbourn.net X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mellbourn.net; s=google; h=mime-version:from:date:message-id:subject:to; bh=GKCrd+1ICbfbOCwuQM+YK6cYzCJwN9iKSIpDO61gvbs=; b=LYMBnK2NQHzKGc3Andb1kcqhznR+J+1VoycynJkTnJY7N+sh+KafECvIJJv/WNgpsd TPwNzJzogf+U4+gX6dhDdFPVLL5B6fLMaC8nM3W2vOtJQSFofCnKPzyEHu22yxGNz5I6 SoEbs7fX9HE+kW9VMc54R730WkdcxXt01TfUE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=GKCrd+1ICbfbOCwuQM+YK6cYzCJwN9iKSIpDO61gvbs=; b=ruYww+HQN6ZnIkdfv5mlzSpKeZpkaej2paRX/IqyqOEioOynKx87RBqGKZjCOTGKoV xBnogODChSon1lZRoaaQUb0s8iZKrdIGvjPQAbrm5nJQD58z2wLOKa8UPsin5RV2pvi9 9TMZ/dXsoxOCQ0hFNKkefAsMycuzrNzEqm9J1gbL4ZOZ6E/S4Hwv9EO3EgOdbguAUJi/ sukZrqEkyi6abUMUjYdAr0YpMiuLMlAMLKVlhFsU9fXiuiRZqN5pA+0zKRMtLMKXEieW Qe7FPJJexpYu/GZ46z+dwlmEtVfKvBrHXuIgfFSwjnboqPxZNw/9wJTKSQQYeb6JRVXx YBhw== X-Gm-Message-State: APzg51Af8uS2jmqJRa/L+FxYk1d2qXH9QGW7ZJWP2eTIrfrPbI/kwbax Y5bd+/BmtPhGnBgNpCqcrUCD1d0jIrH0kYhQGAlRt1h6uI14WA== X-Google-Smtp-Source: ANB0VdY/aqrWJD/CIao61ka29/aMzJP22hwQNtiPzAmOf/HSghTqnhUVOHvtHNBzoSFIvHUvfB/jGjj/E24mr1b/ZLk= X-Received: by 2002:aca:5043:: with SMTP id e64-v6mr14404696oib.111.1535886500893; Sun, 02 Sep 2018 04:08:20 -0700 (PDT) MIME-Version: 1.0 From: Klas Mellbourn Date: Sun, 2 Sep 2018 13:08:09 +0200 Message-ID: Subject: Improved command line completion for Visual Studio Code To: zsh-workers@zsh.org Content-Type: multipart/alternative; boundary="000000000000537cb10574e1713b" --000000000000537cb10574e1713b Content-Type: text/plain; charset="UTF-8" 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 --000000000000537cb10574e1713b--