You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,16 @@
1
1
# Docs changelog
2
2
3
+
**15 April 2026**
4
+
5
+
LSP servers greatly improve Copilot CLI's ability to work with your code. For example, when Copilot renames a symbol throughout a project it can do this more quickly and reliably if it has access to an LSP server for the language the code is written in.
6
+
7
+
We've added documentation to explain LSP servers in greater detail and show how to install these for Copilot CLI:
8
+
9
+
*[Using LSP servers with GitHub Copilot CLI](https://docs.github.com/copilot/concepts/agents/copilot-cli/lsp-servers)
10
+
*[Adding LSP servers for GitHub Copilot CLI](https://docs.github.com/copilot/how-tos/copilot-cli/set-up-copilot-cli/add-lsp-servers)
11
+
12
+
<hr>
13
+
3
14
**13 April 2026**
4
15
5
16
To coincide with the release of the ability to [steer your Copilot CLI sessions remotely](https://github.blog/changelog/2026-04-13-remote-control-cli-sessions-on-web-and-mobile-in-public-preview/) (from GitHub.com, or from GitHub Mobile), we have added these new articles:
Copy file name to clipboardExpand all lines: content/billing/how-tos/set-up-budgets.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,3 +136,4 @@ You can edit or delete a budget at any time, but you cannot change the scope of
136
136
1. Navigate to the "Budgets and alerts" view. See [Viewing budgets](#viewing-budgets).
137
137
1. In the list of budgets, click {% octicon "kebab-horizontal" aria-label="View actions" %} next to the budget you want to edit, and click **{% octicon "pencil" aria-hidden="true" aria-label="pencil" %} Edit** or **{% octicon "trash" aria-hidden="true" aria-label="trash" %} Delete**.
Copy file name to clipboardExpand all lines: content/codespaces/troubleshooting/troubleshooting-included-usage.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,3 +106,4 @@ If the dev container for the current codespace was built from the default image,
106
106
107
107
Alternatively, you can check which repositories have prebuilds by reviewing a usage report. See [Understanding your {% data variables.product.prodname_codespaces %} usage](#understanding-your-codespaces-usage) above.
108
108
* Storage of containers built from the default dev container image for codespaces is free of charge and does not reduce your included storage. You can therefore avoid your storage allowance being consumed by your dev container by using the default image in your dev container configuration, rather than specifying a more specialized image. See [AUTOTITLE](/codespaces/setting-up-your-project-for-codespaces/adding-a-dev-container-configuration/introduction-to-dev-containers#using-the-default-dev-container-configuration) and [Storage usage for your base dev container](#storage-usage-for-your-base-dev-container) above.
intro: Referential content provides detailed information that people need while they are actively using a feature.
2
+
title: Reference content type
3
+
intro: Reference content provides detailed information that people need while they are actively using a feature.
4
4
versions:
5
5
fpt: '*'
6
6
ghec: '*'
7
7
ghes: '*'
8
8
category:
9
9
- Follow the style guide and content model
10
10
---
11
+
Reference content is consulted for specific pieces of information. It’s information you can quickly check, meaning there’s less emphasis on sentences and paragraphs.
11
12
12
-
We create referential articles and referential sections within other articles.
13
-
* Some major subjects may require their own referential article, especially if there is a large amount of referential content, such as for search syntax or YAML syntax in {% data variables.product.prodname_actions %}.
14
-
* For smaller amounts of content or more specific information, like a list of a feature’s supported languages or hardware requirements, use referential sections in context within procedural or conceptual articles.
13
+
Reference includes information that may be best represented in tables, lists, or other structured formats. We might think of reference as including our autogenerated pipeline content and other content that could potentially be automated.
15
14
16
-
## How to write referential content
15
+
Reference content appears in reference articles and reference sections within other articles.
16
+
* Some major subjects may require their own reference article, especially if there is a large amount of reference content, such as for search syntax or YAML syntax in {% data variables.product.prodname_actions %}.
17
+
* For smaller amounts of content or more specific information, like a list of a feature’s supported languages or hardware requirements, use reference sections in context within procedural or conceptual articles.
17
18
18
-
For the referential content template, see [AUTOTITLE](/contributing/writing-for-github-docs/templates#referential-article-template).
19
+
## How to write reference content
19
20
20
-
* Write a sentence or an entire conceptual section to introduce the referential content.
21
-
* Present the actual referential content clearly and consistently.
21
+
For the reference content template, see [AUTOTITLE](/contributing/writing-for-github-docs/templates#reference-article-template).
22
+
23
+
* Write a sentence or an entire conceptual section to introduce the reference content.
24
+
* Present the actual reference content clearly and consistently.
22
25
* For subjects with a single element to explain, use a list.
*[AUTOTITLE](/free-pro-team@latest/rest/reference/billing) in the REST API documentation
43
47
*[AUTOTITLE](/graphql/reference/mutations) in the GraphQL API documentation
44
-
*Referential sections within other articles
48
+
*Reference sections within other articles
45
49
* "Supported languages" in [AUTOTITLE](/free-pro-team@latest/get-started/using-github/github-mobile#supported-languages-for-github-mobile)
46
50
* "Hardware considerations" in [AUTOTITLE](/enterprise-server@latest/admin/installation/installing-github-enterprise-server-on-aws#hardware-considerations)
Copy file name to clipboardExpand all lines: content/contributing/writing-for-github-docs/templates.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,9 +59,9 @@ Optionally, include a bulleted list of related articles the user can reference t
59
59
60
60
<!-- markdownlint-enable search-replace -->
61
61
62
-
## Referential article template
62
+
## Reference article template
63
63
64
-
Use the content model for full instructions and examples on how to write referential content. For more information, see [AUTOTITLE](/contributing/style-guide-and-content-model/referential-content-type).
64
+
Use the content model for full instructions and examples on how to write reference content. For more information, see [AUTOTITLE](/contributing/style-guide-and-content-model/reference-content-type).
65
65
66
66
<!-- markdownlint-disable search-replace -->
67
67
@@ -77,8 +77,8 @@ versions:
77
77
---
78
78
79
79
{% comment %}
80
-
Follow the guidelines in https://docs.github.com/contributing/writing-for-github-docs/content-model#referential to write this article.-- >
81
-
Great intros give readers a quick understanding of what's in the article, so they can tell whether it's relevant to them before moving ahead. For more tips, see https://docs.github.com/contributing/writing-for-github-docs/content-model
80
+
Follow the guidelines in https://docs.github.com/contributing/writing-for-github-docs/content-model to write this article.-- >
81
+
Great intros give readers a quick understanding of what's in the article, so they can tell whether it's relevant to them before moving ahead. For more tips, see https://docs.github.com/en/contributing/style-guide-and-content-model/contents-of-a-github-docs-article#intro
82
82
For product callout info, see https://github.com/github/docs/tree/main/content#product
83
83
For product version instructions, see https://github.com/github/docs/tree/main/content#versioning
84
84
Remove these comments from your article file when you're done writing
0 commit comments