This repository has been archived on 2025-02-19. You can view files and clone it, but cannot push or open issues or pull requests.
Files
node-apt/.vscode/settings.json
2022-12-16 12:05:16 -03:00

8 lines
193 B
JSON

{
"files.exclude": {
"**/node_modules/": true
},
"thunder-client.defaultUrl": "http://localhost:3000",
"thunder-client.responseLimit": 30,
"thunder-client.saveToWorkspace": true
}