Skip to content

Commit e75424c

Browse files
author
Aurang
authored
Fix formatting
1 parent 3b71e7b commit e75424c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

guides/configuring_environment.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ ___
4444
> NOTE: not all extensions maybe available in code-server, see [[1]](https://github.com/cdr/code-server/blob/main/docs/FAQ.md#differences-compared-to-vs-code), [[2]](https://github.com/cdr/code-server/blob/main/docs/FAQ.md#how-can-i-request-a-missing-extension), [[3]](https://github.com/cdr/code-server/blob/main/docs/FAQ.md#how-do-i-configure-the-marketplace-url), and [[4]](https://github.com/cdr/code-server/blob/main/docs/FAQ.md#where-are-extensions-stored) for more info
4545
4646
There are several ways to install extensions
47-
1. Installing directly in code-server
47+
1. Installing directly in code-server<br>
4848
You can install extensions directly from inside code-server using the GUI. The button should be in the activity bar on the left and looks like this
49-
![Extensions Button](img/vscode-activity-bar-extension-button.png)<br>
49+
![Extensions Button](/img/vscode-activity-bar-extension-button.png)<br>
5050
You can also use Ctrl+Shift+X to bring it up
5151
> NOTE: Extensions installed using this method will not persist between container rebuilds
5252
53-
2. Installing using vscode integrated terminal
53+
2. Installing using vscode integrated terminal<br>
5454
You can install extensions by using the built-in terminal in code-server. Use Ctrl+J to bring up the panel and select the terminal tab. Or you can use Ctrl+\`
5555
The command for installing extensions is:
5656
```shell

0 commit comments

Comments
 (0)