zbirenbaum / copilot.lua

Fully featured & enhanced replacement for copilot.vim complete with API for interacting with Github Copilot
MIT License
2.45k stars 67 forks source link

fix(client): always get error node version on `powershell` #173

Closed Groveer closed 1 year ago

Groveer commented 1 year ago

systemlist return

**********************************************************************
 ** Visual Studio 2022 Developer PowerShell v17.5.3
 ** Copyright (c) 2022 Microsoft Corporation
 **********************************************************************
 v18.16.0

on powershell so, should get last element in the systemlist result, or use a more precise regex.

MunifTanjim commented 1 year ago

Thanks @Groveer 👍🏼