File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ reliably would also make a huge difference.
32
32
33
33
## Pull requests
34
34
35
- * Read [ how to properly contribute to open source projects on Github ] [ 2 ] .
35
+ * Read [ how to properly contribute to open source projects on GitHub ] [ 2 ] .
36
36
* Use the same coding conventions as the rest of the project.
37
37
* Make sure that the unit tests are passing locally via ` make test ` or via the CI.
38
38
* Write [ good commit messages] [ 3 ] .
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ This function is automatically called during the client initialization if needed
143
143
(cond
144
144
((s-equals-p status " AlreadySignedIn" )
145
145
(lsp--info " Copilot :: Already signed in as %s" user))
146
- ((yes-or-no-p " Copilot requires you to log into your Github account. Proceed now?" )
146
+ ((yes-or-no-p " Copilot requires you to log into your GitHub account. Proceed now?" )
147
147
(if (display-graphic-p )
148
148
(progn
149
149
(gui-set-selection 'CLIPBOARD user-code)
Original file line number Diff line number Diff line change 118
118
},
119
119
{
120
120
"name" : " copilot" ,
121
- "full-name" : " Github Copilot" ,
121
+ "full-name" : " GitHub Copilot" ,
122
122
"server-name" : " copilot-language-server" ,
123
123
"server-url" : " https://www.npmjs.com/package/@github/copilot-language-server" ,
124
124
"installation-url" : " https://www.npmjs.com/package/@github/copilot-language-server" ,
Original file line number Diff line number Diff line change 87
87
- Fortran : page/lsp-fortran.md
88
88
- Futhark : page/lsp-futhark.md
89
89
- GDScript : page/lsp-gdscript.md
90
- - Github Copilot : page/lsp-copilot.md
90
+ - GitHub Copilot : page/lsp-copilot.md
91
91
- Gleam : page/lsp-gleam.md
92
92
- GLSL : page/lsp-glsl.md
93
93
- GNAT Project : page/lsp-gpr.md
You can’t perform that action at this time.
0 commit comments