Adding some of the configs that are needed to create a new code server user

This commit is contained in:
Bradley Bickford 2023-12-09 18:58:52 -05:00
parent 832cf1db97
commit 675ce43641
3 changed files with 14 additions and 0 deletions

BIN
code-server.tar.gz Normal file

Binary file not shown.

4
config.yaml Normal file
View File

@ -0,0 +1,4 @@
bind-addr: IPADDRESS:PORT
auth: password
password: PASSWORD
cert: false

10
settings.json Normal file
View File

@ -0,0 +1,10 @@
{
"workbench.colorTheme": "Visual Studio Dark",
"java.jdt.ls.java.home": "/home/bradley/wpilib/2023/jdk",
"extensions.autoUpdate": false,
"extensions.autoCheckUpdates": false,
"extensions.ignoreRecommendations": true,
"update.mode": "none",
"update.showReleaseNotes": false,
"http.systemCertificates": false
}