MicrosoftDocs / intellicode

Visual Studio IntelliCode - AI-enhanced development tools. 👋Want to submit an issue to MicrosoftDocs/intellicode? If you have a bug or an idea, read the contributing guidelines before opening an issue. For FAQ's see
https://aka.ms/vsicfaq
Creative Commons Attribution 4.0 International
751 stars 69 forks source link

intellicode extension for wsl breaks github copilot and github copilot chat #563

Open rileyblackwell opened 3 months ago

rileyblackwell commented 3 months ago

Product and Version [VS/VSCode]: vscode 1.91.1 OS Version [macOS/Windows]: wsl ubuntu 22.04 IntelliCode Extension Version: latest stable release Target Platform or Language [e.g. Node.js]: python

Steps to Reproduce / Scenario:

  1. create a python file from the terminal
  2. open vscode from the terminal
  3. github copilot breaks
rileyblackwell commented 3 months ago

See the issue I filed with github copilot chat for more information. https://github.com/microsoft/vscode-copilot-release/issues/1413

rileyblackwell commented 3 months ago

Can someone fix this problem? I would like to be able use the intellicode extension with the github copilot extension in vscode. I'm guessing there is a conflict with the api calls that both extensions make. The issue seems to primarily occur when writing python code.