Skip to content

Latest commit

 

History

History
57 lines (43 loc) · 1.29 KB

File metadata and controls

57 lines (43 loc) · 1.29 KB

1.4.1717-3

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/bin/code-server

Changes

  • Update RStudio Professional Drivers to 1.8.0
  • BREAKING: code-server no longer supports the /opt/code-server/code-server location.
    • As a result, you need to set exe=/opt/code-server/bin/code-server
    • After two changes in a row, we suspect this is the final change for a while vscode.conf
enabled=1
exe=/opt/code-server/bin/code-server

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