crystal-gauntlet/.vscode/settings.json

15 lines
419 B
JSON
Raw Normal View History

2022-12-30 17:04:27 +01:00
{
"crystal-lang.completion": true,
"crystal-lang.hover": true,
"crystal-lang.implementations": true,
"crystal-lang.mainFile": "${workspaceRoot}/src/crystal-gauntlet.cr",
"sqltools.connections": [
{
"previewLimit": 50,
"driver": "SQLite",
"name": "crystal-gauntlet",
"database": "${workspaceFolder:crystal-gauntlet}/crystalgauntlet.db"
}
],
"sqltools.useNodeRuntime": true
2022-12-30 17:04:27 +01:00
}