You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,8 @@ that require customer installation.
13
13
Customization of the VSCode installation is provided through the `manifest.yml`
14
14
file.
15
15
16
-
The manifest defines the version of [code-server]() to be installed along with
17
-
VSCode extensions. It is important that the [ae5-session]() extension be installed
18
-
even if you do not wish to install the Python extension.
16
+
The manifest defines the version of [code-server](https://github.com/cdr/code-server) to be installed along with
17
+
VSCode extensions. It is recommended that both the [ae5-session](https://github.com/Anaconda-Platform/vscode-ae5-session) and Python extensions are installed.
19
18
20
19
This repository contains an example file called `manifest.yml.example`. You can
21
20
consider the contents as a baseline installation. It is typical for customers to
0 commit comments