Config and setup files

update zed config

finxol.io b6512d32 bf0050fe

verified
Changed files
+44 -8
.config
+44 -8
.config/zed/settings.json
···
"args": [],
"projects": [
{
-
"paths": ["/pds"]
+
"paths": [
+
"/pds"
+
]
},
{
-
"paths": ["/srv/http"]
+
"paths": [
+
"/srv/http"
+
]
}
]
},
···
"args": [],
"projects": [
{
-
"paths": ["/srv/http"]
+
"paths": [
+
"/opt/m1_bdd"
+
]
},
{
-
"paths": ["/srv/http/smallweb"]
+
"paths": [
+
"/srv/http"
+
]
},
{
-
"paths": ["/srv/http/smallweb/data"]
+
"paths": [
+
"/srv/http/planningsup"
+
]
+
},
+
{
+
"paths": [
+
"/srv/http/planningsup-v3"
+
]
+
},
+
{
+
"paths": [
+
"/srv/http/smallweb"
+
]
+
},
+
{
+
"paths": [
+
"/srv/http/smallweb/data"
+
]
+
}
+
]
+
},
+
{
+
"host": "192.168.1.15",
+
"args": [],
+
"projects": [
+
{
+
"paths": [
+
"/srv/http"
+
]
}
]
}
···
"language_servers": ["!biome", "..."],
"languages": {
"TypeScript": {
-
"language_servers": ["vtls"],
+
"language_servers": ["vtls", "..."],
"formatter": "language_server"
},
"TSX": {
-
"language_servers": ["vtls"],
+
"language_servers": ["vtls", "..."],
"formatter": "language_server"
},
"Plain Text": {
···
},
"default_model": {
"provider": "copilot_chat",
-
"model": "claude-3.5-sonnet"
+
"model": "claude-opus-4.5"
}
},
"autosave": "on_focus_change",