1 Star 1 Fork 0

jikigitee/麻雀一号实时天气

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
work.code-workspace 1.05 KB
一键复制 编辑 原始数据 按行查看 历史
jikigitee 提交于 2020-06-30 11:50 . 麻雀一号实时天气v1.0
{
"folders": [
{
"path": "."
}
],
"settings": {
"files.associations": {
".mpyproject.json": "jsonc"
},
"MicroPython.executeButton": [
{
"text": "▶",
"tooltip": "运行",
"alignment": "left",
"command": "extension.executeFile",
"priority": 3.5
}
],
"MicroPython.syncButton": [
{
"text": "$(sync)",
"tooltip": "同步",
"alignment": "left",
"command": "extension.execute",
"priority": 4
}
],
"python.autoComplete.extraPaths": [
"c:/Users/15818/.vscode/extensions/rt-thread.rt-thread-micropython-1.0.7/microExamples/code-completion"
],
"python.linting.pylintArgs": [
"--init-hook",
"import sys; sys.path.append('c:/Users/15818/.vscode/extensions/rt-thread.rt-thread-micropython-1.0.7/microExamples/code-completion')"
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/jikigitee/sparrow_one_real_time_weather.git
git@gitee.com:jikigitee/sparrow_one_real_time_weather.git
jikigitee
sparrow_one_real_time_weather
麻雀一号实时天气
master

搜索帮助