hammer/.zed/settings.json
Mark Marks f30b3b677d fix: Releases, port to new scripts
"+ Releases used the lib/ folder instead of a darklua processed dist/ folder, leading to them using unsupported string requires" -m "+ Port lune scripts to new, more awesome and strictly typed scripts" -m "+ Bump to and release v0.1.1"
2024-09-22 13:18:54 +02:00

52 lines
1.2 KiB
JSON

// Folder-specific settings
//
// For a full list of overridable settings, and general information on folder-specific settings,
// see the documentation: https://zed.dev/docs/configuring-zed#folder-specific-settings
{
"lsp": {
"luau-lsp": {
"settings": {
"luau-lsp": {
"completion": {
"imports": {
"enabled": true,
"suggestServices": true,
"suggestRequires": false
}
},
"sourcemap": {
"rojoProjectFile": "dev.project.json"
},
"require": {
"mode": "relativeToFile",
"fileAliases": {
"@jecs_utils": "lib",
"@jecs": "lib/jecs",
"@testkit": "test/testkit"
},
"directoryAliases": {
"@lune": ".lune/.lune-defs/"
}
}
},
"ext": {
"roblox": {
"enabled": false
},
"fflags": {
"override": {
"LuauTinyControlFlowAnalysis": "true"
},
"sync": true,
"enable_by_default": false
}
}
}
}
},
"languages": {
"TypeScript": {
"tab_size": 4
}
}
}