Skip to content

Commit 93d448f

Browse files
committed
generic_ioc is completed
1 parent 1dc214c commit 93d448f

File tree

3 files changed

+130
-88
lines changed

3 files changed

+130
-88
lines changed

docs/images/lakeshore_releases.png

171 KB
Loading

docs/reference/configuration.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,20 @@ TODO: this needs completing - pull all configuration discussions into
77
one place. Most of these will come from the original Setting up the
88
Workspace document.
99

10+
| | |
11+
|---|---|
1012

1113
## Git Configuration
1214

15+
This setting replaces https URLS for github repositories with ssh URLs. This is useful for the ibek-support submodule in the ioc-XXX repositories because it uses an HTTPS URL so that it can be built anywhere. When you want to push changes it is more convenient to use ssh URLs.
1316
```
1417
[url "ssh://[email protected]/"]
1518
insteadOf = https://github.com/
1619
```
1720

21+
| | |
22+
|---|---|
23+
1824
## Vscode Settings
1925

2026
These settings can be edited using `Ctrl-Shift-P`: `Preferences: Open User Settings: (JSON)`
@@ -46,3 +52,5 @@ For a much richer command line experience, it is recommended to use the zsh shel
4652
"terminal.integrated.defaultProfile.linux": "zsh",
4753
```
4854

55+
| | |
56+
|---|---|

0 commit comments

Comments
 (0)