mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-25 11:46:31 +00:00
add Tooltipps and more Commands
This commit is contained in:
parent
f9177dfa3a
commit
922fd6ca5c
26
.vscode/settings.json
vendored
26
.vscode/settings.json
vendored
@ -1,7 +1,18 @@
|
|||||||
{
|
{
|
||||||
"platformio-ide.toolbar": [
|
"platformio-ide.toolbar": [
|
||||||
|
{
|
||||||
|
"text": "$(home)",
|
||||||
|
"tooltip": "PlatformIO: Home",
|
||||||
|
"commands": [
|
||||||
|
{
|
||||||
|
"id": "platformio-ide.runPIOCoreCommand",
|
||||||
|
"args": "pio home"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"text": "$(trash)",
|
"text": "$(trash)",
|
||||||
|
"tooltip": "PlatformIO: Clean All",
|
||||||
"commands": [
|
"commands": [
|
||||||
{
|
{
|
||||||
"id": "workbench.action.tasks.runTask",
|
"id": "workbench.action.tasks.runTask",
|
||||||
@ -11,6 +22,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"text": "$(check)",
|
"text": "$(check)",
|
||||||
|
"tooltip": "PlatformIO: Build",
|
||||||
"commands": [
|
"commands": [
|
||||||
{
|
{
|
||||||
"id": "workbench.action.tasks.runTask",
|
"id": "workbench.action.tasks.runTask",
|
||||||
@ -20,6 +32,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"text": "$(zap)",
|
"text": "$(zap)",
|
||||||
|
"tooltip": "PlatformIO: Build and Upload",
|
||||||
"commands": [
|
"commands": [
|
||||||
{
|
{
|
||||||
"id": "workbench.action.tasks.runTask",
|
"id": "workbench.action.tasks.runTask",
|
||||||
@ -29,6 +42,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"text": "$(flame)",
|
"text": "$(flame)",
|
||||||
|
"tooltip": "PlatformIO: Build, Erase and Upload",
|
||||||
"commands": [
|
"commands": [
|
||||||
{
|
{
|
||||||
"id": "platformio-ide.runPIOCoreCommand",
|
"id": "platformio-ide.runPIOCoreCommand",
|
||||||
@ -38,12 +52,24 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"text": "$(device-desktop)",
|
"text": "$(device-desktop)",
|
||||||
|
"tooltip": "PlatformIO: Serial Monitor",
|
||||||
"commands": [
|
"commands": [
|
||||||
{
|
{
|
||||||
"id": "workbench.action.tasks.runTask",
|
"id": "workbench.action.tasks.runTask",
|
||||||
"args": "PlatformIO: Monitor"
|
"args": "PlatformIO: Monitor"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "$(refresh)",
|
||||||
|
"tooltip": "PlatformIO: Rebuild IntelliSense Index",
|
||||||
|
"commands": [
|
||||||
|
{
|
||||||
|
"id": "workbench.action.tasks.runTask",
|
||||||
|
"args": "PlatformIO: Rebuild IntelliSense Index"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user