Ai
1 Star 0 Fork 0

anydev/nicegui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
nicegui.code-workspace 980 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"folders": [
{
"path": "."
}
],
"settings": {
"ruff.enable": true,
"files.associations": {
"*.html": "jinja-html"
}
},
"extensions": {
"recommendations": [
"charliermarsh.ruff",
"cschleiden.vscode-github-actions",
"esbenp.prettier-vscode",
"littlefoxteam.vscode-python-test-adapter",
"ms-python.autopep8",
"ms-python.mypy-type-checker",
"ms-python.pylint",
"ms-python.python",
"ms-python.vscode-pylance",
"samuelcolvin.jinjahtml",
"Vue.volar"
]
},
"launch": {
"version": "0.2.0",
"configurations": [
{
"name": "current file",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal"
},
{
"name": "Dockerized NiceGUI",
"type": "python",
"request": "attach",
"connect": {
"port": 5678
}
}
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/anydev/nicegui.git
git@gitee.com:anydev/nicegui.git
anydev
nicegui
nicegui
main

搜索帮助