Skip to content
This repository has been archived by the owner on Jul 21, 2021. It is now read-only.

Latest commit

 

History

History
36 lines (27 loc) · 751 Bytes

NEWS.md

File metadata and controls

36 lines (27 loc) · 751 Bytes

1.4.1106-5

Overview

R is at /opt/R/4.0.2/bin/R python is at /opt/python/3.7.7/bin/python jupyter is at /opt/python/3.7.7/bin/jupyter code-server is at /opt/code-server/code-server

Changes

  • BREAKING: Changed code-server version and insulated against version upgrades in the future. To update: change:

vscode.conf

enabled=1
exe=/opt/code-server/code-server-3.2.0-linux-x86_64/code-server

to: vscode.conf

enabled=1
exe=/opt/code-server/code-server
  • Update Drivers to version 1.7.0

1.4.1103-4

Overview

R is at /opt/R/4.0.2/bin/R python is at /opt/python/3.7.7/bin/python jupyter is at /opt/python/3.7.7/bin/jupyter code-server is at /opt/code-server/code-server-3.2.0-linux-x86_64/code-server