Skip to content

Vscode version 1.6 does not work with github copilot #5213

Answered by craftxbox
nervusdm asked this question in Q&A
Discussion options

You must be logged in to vote

If you unpack the latest VSIX files from the VSC marketplace, You can fudge the package manifests into allowing the extension to run on 1.66.2.
On inspection there are three places that the version is specified:
Once in ./extension/dist/extension.js
Once in ./extension/package.json
Once in ./extension.vsixmanifest
Change all those occurances, then repackage it into a zip with the .vsix extension, And it should install and work without any issues.
On linux & the current latest build of copilot targetting 1.67.0, this looks somewhat like:
(untested, for reference only. execute at your own risk)

unzip copilot-original.vsix -d copilot.tmp
cd copilot.tmp
find . -type f -exec sed -i "s|\\^1\\.67\\

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
5 replies
@nervusdm
Comment options

@10t4p3b3
Comment options

@craftxbox
Comment options

@nervusdm
Comment options

@craftxbox
Comment options

Answer selected by jsjoeio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants