X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EE9E73858417 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1705025116; bh=9AC42RQwzNAiviqVno/wqFSJKhAZHP+XuDdZv1esbME=; h=Date:Subject:To:References:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=LYYxQ265OBN6dJh9mJDCJsOoQM6kBiH7gNYwL1cW1GNxBMhIynlRDMCZ1JqOit5MZ PZRgOx2ek5ovDiC0kisT1OSkizvnCBD5JlaWwwTK6p8Cf9+CHQ7Qc0dWg4oUAkZUsJ 4CAhdiH0i7SWS+Cn8kKWT21zapL02j7j0FocGJQE= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 27EF03858D3C ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 27EF03858D3C ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1705025089; cv=none; b=NkfnAWc4ADzwqzzUJvmuwhOXdd/eqG6hKWOCb1sEQq+5lhmfeNh7OchZUHi9tTG32LrTOPYzn4EV0QGnME6ZI91+CloHxUXqzlU6LQnAGf1xy9j+4IZ3QDvJIseXrao32w380IYfmCNb3J9j7lO8CHuvlSrhJJP4Jgr3MuJqjCA= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1705025089; c=relaxed/simple; bh=TN4Pi3x9tfPaBTsjBL5gSFvLcyZUBeFBhrYUYHLTB2c=; h=Message-ID:Date:MIME-Version:Subject:To:From; b=sYV4FVCMZnvBI0b/08YY4avFvy/PdXBplcUa0Z4eh5o7t15J6YjUy60gYqMMVASVWerapdXXnMqVE5K8jV05gudk7KYG6pqy3/BBlnTXwGt7JF6J6MIXOmE5j84U5SrykDAPakOUImRklFC8ahrbngmV9g7BvXwcR7OjiigzXTU= ARC-Authentication-Results: i=1; server2.sourceware.org X-ASG-Debug-ID: 1705025087-24039d17ab274b20001-w5GHUG X-Barracuda-Envelope-From: moss AT cs DOT umass DOT edu X-Barracuda-RBL-Trusted-Forwarder: 128.119.240.136 Message-ID: <978aca2b-c8aa-7ec2-82a4-13e797c56f62@cs.umass.edu> X-Barracuda-RBL-Trusted-Forwarder: 172.24.109.5 Date: Thu, 11 Jan 2024 21:04:46 -0500 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.15.1 Subject: Re: Cygwin vim + Github Copilot Content-Language: en-US X-ASG-Orig-Subj: Re: Cygwin vim + Github Copilot To: Kevin Schnitzius , "cygwin AT cygwin DOT com" References: <1704774530 DOT 406664 DOT 1705024407678 DOT ref AT mail DOT yahoo DOT com> <1704774530 DOT 406664 DOT 1705024407678 AT mail DOT yahoo DOT com> In-Reply-To: <1704774530.406664.1705024407678@mail.yahoo.com> X-Barracuda-Connect: mailsrv.cs.umass.edu[128.119.240.136] X-Barracuda-Start-Time: 1705025087 X-Barracuda-Encrypted: ECDHE-RSA-AES128-GCM-SHA256 X-Barracuda-URL: https://barramail.cs.umass.edu:443/cgi-mod/mark.cgi X-Barracuda-BRTS-Status: 1 X-Virus-Scanned: by bsmtpd at cs.umass.edu X-Barracuda-Scan-Msg-Size: 892 X-Barracuda-Spam-Score: 0.00 X-Barracuda-Spam-Status: No, SCORE=0.00 using global scores of TAG_LEVEL=1000.0 QUARANTINE_LEVEL=1000.0 KILL_LEVEL=5.7 tests= X-Barracuda-Spam-Report: Code version 3.2, rules version 3.2.3.119299 Rule breakdown below pts rule name description ---- ---------------------- -------------------------------------------------- X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, NICE_REPLY_A, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.30 List-Id: General Cygwin discussions and problem reports List-Archive: List-Post: List-Help: List-Subscribe: , From: Eliot Moss via Cygwin Reply-To: Eliot Moss Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "Cygwin" On 1/11/2024 8:53 PM, Kevin Schnitzius via Cygwin wrote: > Anyone ever get his working? > > I have it working with the win32 version of vim, so I am guessing that the forward slash path might might be breaking calls to node.js. > > Error I get is: > Copilot: Something unexpected went wrong spawning the agent > > I haven't figured out how to debug this yet (don't know vim internals). I don't use either of these myself, so I'm taking a shot at generic advice. Cygwin vim is going to expect to interact with POSIX-like things using POSIX-like paths. It's trying to give you a mock up of a POSIX universe. Using cygwin programs to call Windows based tools can quickly get problematic. A *potential* solution for you is to find and use a Windows vim to talk with Windows based programs. Maybe other people have specific knowledge / fixes for you ... Eliot Moss -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple