Skip to content

Commit d6aef09

Browse files
committed
🤖 remove outdated Copilot output handling instructions
1 parent 58ae04d commit d6aef09

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

‎.github/copilot-instructions.md‎

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
# Copilot Instructions for scipy-stubs
22

3-
Whenever you run a command in the terminal, pipe the output to a file, `output.txt`,
4-
that you can read from. Do not attempt to read the output of commands from the terminal
5-
directly, as Copilot will not be able to read it correctly. Make sure to overwrite each
6-
time so that it doesn't grow too big. There is a bug in the current version of Copilot
7-
that causes it to not read the output of commands correctly. This workaround allows you
8-
to read the output from the temporary file instead. Be sure to delete `output.txt` after
9-
you are done, as it is not included in `.gitignore`, and might contain sensitive
10-
information.
11-
123
## Type annotations
134

145
Use `A | B` instead of `Union[A, B]`.

0 commit comments

Comments
 (0)