12345678910111213141516171819202122232425262728293031 |
- {
- "folders": [
- {
- "path": "."
- }
- ],
- "settings": {},
- "extensions": {
- "recommendations": [
- "ms-python.vscode-pylance",
- "ms-python.python",
- "himanoa.python-autopep8",
- "esbenp.prettier-vscode",
- "littlefoxteam.vscode-python-test-adapter"
- ]
- },
- "launch": {
- "version": "0.2.0",
- "configurations": [
- {
- "name": "Dockerized NiceGUI",
- "type": "python",
- "request": "attach",
- "connect": {
- "port": 5678
- }
- }
- ]
- }
- }
|