Skip to content

Commit

Permalink
generic_ioc is completed
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Feb 18, 2024
1 parent 1dc214c commit 93d448f
Show file tree
Hide file tree
Showing 3 changed files with 130 additions and 88 deletions.
Binary file added docs/images/lakeshore_releases.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions docs/reference/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,20 @@ TODO: this needs completing - pull all configuration discussions into
one place. Most of these will come from the original Setting up the
Workspace document.

| | |
|---|---|

## Git Configuration

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.
```
[url "ssh://[email protected]/"]
insteadOf = https://github.com/
```

| | |
|---|---|

## Vscode Settings

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

| | |
|---|---|
Loading

0 comments on commit 93d448f

Please sign in to comment.