Skip to content

Commit 9f9674a

Browse files
julesvanriegithub-actions
andauthored
Trigger rebuild with multilinepaste from setup (#339)
* Trigger rebuild with multilinepaste from setup * setup guides generated --------- Co-authored-by: github-actions <github-actions@github.com>
1 parent dcdf97a commit 9f9674a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

WINDOWS.es.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ Luego deshabilita el warning para copiar y pegar comandos entre Windows y Ubuntu
460460
- Agrega la siguiente línea debajo de eso:
461461

462462
```bash
463-
"multiLinePasteWarning": false,
463+
"warning.multiLinePaste": false,
464464
```
465465

466466
:warning: ¡No olvides la coma al final de la línea!

WINDOWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ Then, let's disable warnings for copy-pasting commands between Windows and Ubunt
464464
- Add the following line after it:
465465

466466
```bash
467-
"multiLinePasteWarning": false,
467+
"warning.multiLinePaste": false,
468468
```
469469

470470
:warning: Do not forget the comma at the end of the line!

0 commit comments

Comments
 (0)