This repository has been archived on 2025-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
Files
nub-lang-archive-2/vscode-lsp/.vscode/settings.json
nub31 3a23d4812c ...
2025-10-23 10:20:41 +02:00

8 lines
125 B
JSON

{
"files.exclude": {},
"search.exclude": {
"out": true,
"node_modules": true,
},
"typescript.tsc.autoDetect": "off"
}