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: release-notes/v1_100.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,14 +132,14 @@ If a file edit in agent mode introduces new errors, agent mode can now detect th
132
132
133
133
### Prompt and instructions files
134
134
135
-
We now distinguish between 'instructions' and 'prompt' files. They use the same fiele format but have separate file suffices and features. The purpose of the separation is to align with the existing custom instructions feature and make the UI more intuitive.
135
+
We now distinguish between 'instructions' and 'prompt' files. They use the same file format but have separate file suffices and features. The purpose of the separation is to align with the existing custom instructions feature and make the UI more intuitive.
136
136
137
137
**Instruction files** (aka custom instructions, rules) provide context to a request, typically describing code guidelines or specifying which framework to use.
138
138
139
139
Instruction files use the `.instructions.md` file suffix. They can be located in your user data folder or in the workspace. The `setting(chat.instructionsFilesLocations)` setting lists the folders that contain the instruction files.
140
140
141
141
Instructions files can be added manually or automatically to chat requests.
142
-
- To add them manually, use the `Add Context ` button in the chat view and select `Instructions...`. Alternativly use the `Chat: Attach Instructions File...` command from the command palette. This brings aup a picker that lets you select existing instructions files or create a new one to attach.
142
+
- To add them manually, use the `Add Context ` button in the chat view and select `Instructions...`. Alternatively use the `Chat: Attach Instructions File...` command from the command palette. This brings aup a picker that lets you select existing instructions files or create a new one to attach.
143
143
- To have them added automatically, add the `applyTo` header to the instructions file. If a chat request contains a file that matches the given pattern, the instructions file will be attached.
144
144
````md
145
145
---
@@ -240,7 +240,7 @@ When in [agent mode](vscode://GitHub.Copilot-Chat/chat?mode=agent), tool invocat
240
240
241
241
### Variable line heights
242
242
243
-
It is now possible to define variable line heights on a monaco editor by setting the line height value in the `IModelDecorationOptions` type. If two line heights are set on a line, the maximum of the two will be used on the line. Please note that for simplicity for now, the line height is set only on the first line of the corresponding decoration range. In the following screen recording, lines 24 and 32 are rendered with a larger line height than the default line height. This work is not yet available to extensions, but will roll out after some more testing.
243
+
It is now possible to define variable line heights on a monaco editor by setting the line height value in the `IModelDecorationOptions` type. If two line heights are set on a line, the maximum of the two will be used on the line. Please note that for simplicity for now, the line height is set only on the first line of the corresponding decoration range. In the following screen recording, lines 24 and 32 are rendered with a larger line height than the default line height. This work is not yet available to extensions, but will roll out after some more testing.
244
244
245
245
<videosrc="images/1_100/variable-line-heights.mp4"title="Variable line heights"autoplayloopcontrolsmuted></video>
0 commit comments