Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add necessary bits to install and enable copilot. #18833
Add necessary bits to install and enable copilot. #18833
Changes from 27 commits
3a279d8
d8d9e5f
c665136
0abc792
800f611
03a55b3
e2d7cc1
0124e70
8cc18da
4d8dc46
6e116c7
6121c1b
7b4d0d3
335ca3c
93ceee5
115251d
00d7d5a
532e5bc
08bee99
75819c4
d617d3e
21b82b0
2371083
d7491d7
3aff5b5
2c41580
66b1d4e
e3ccaa7
2ee29e3
ff9b5d2
a1af268
c66d493
79a3ab8
e512ae8
973a25d
b2df6dd
ed3e20b
36d0911
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
git clone
does an implicitmkdir -p
, so this command is unnecessary.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The correct path on Windows is
~/AppData/Local/nvim/pack/github/start/copilot.vim
. Unfortunately it's not quite a drop-in replacement, as~
and\
are specific to UNIX shells. In the copilot.vim README, I'm currently suggesting the following PowerShell command:There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @jules-p ,
The screenshot you sent 5 hours ago looks good!
I'm not able to see all of your changes together with the preview link (?),
looking at the diffs, I see two things,
It is necessary to "select an option" in that link or copilot won't work with an unspecified error and the fence posts render code-blocks in the markdown.