Adding some of the configs that are needed to create a new code server user
This commit is contained in:
parent
832cf1db97
commit
675ce43641
BIN
code-server.tar.gz
Normal file
BIN
code-server.tar.gz
Normal file
Binary file not shown.
4
config.yaml
Normal file
4
config.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
bind-addr: IPADDRESS:PORT
|
||||
auth: password
|
||||
password: PASSWORD
|
||||
cert: false
|
10
settings.json
Normal file
10
settings.json
Normal 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
|
||||
}
|
Loading…
Reference in New Issue
Block a user