crystal-gauntlet/.vscode/settings.json

6 lines
178 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"
}