mirror of
https://github.com/helix-editor/helix
synced 2026-07-26 23:00:55 +02:00
21 lines
281 B
JSON
21 lines
281 B
JSON
{
|
|
// a line comment
|
|
"name": "helix",
|
|
"build": {
|
|
"target": "release",
|
|
/* an inline block comment */
|
|
"flags": [
|
|
"-O2",
|
|
"-g"
|
|
]
|
|
},
|
|
"servers": [
|
|
{
|
|
"name": "rust-analyzer",
|
|
"config": {
|
|
"checkOnSave": true
|
|
}
|
|
}
|
|
]
|
|
}
|