1
0
mirror of synced 2025-12-22 11:26:57 -05:00

Fix for blank lines around code fences (#38255)

This commit is contained in:
Grace Park
2023-06-26 10:21:48 -07:00
committed by GitHub
parent a4913b5935
commit a8a6e4554a
272 changed files with 1552 additions and 2 deletions

View File

@@ -64,6 +64,7 @@ You can use the `gh codespace edit --machine MACHINE-TYPE-NAME` {% data variable
```
gh codespace list
```
1. Optionally, to find the current machine type for a codespace, enter the following command.
```

View File

@@ -90,6 +90,7 @@ You can set a default terminal profile to choose the default shell used for all
"terminal.integrated.defaultProfile.windows": "PowerShell"
}
```
1. Save the `settings.json` file.
{% data reusables.codespaces.settings-sync-link %}