mirror of
https://github.com/me-no-dev/ESPAsyncWebServer.git
synced 2025-09-28 23:30:55 +02:00
cleanup vscode files
This commit is contained in:
10
.vscode/extensions.json
vendored
10
.vscode/extensions.json
vendored
@@ -1,10 +0,0 @@
|
|||||||
{
|
|
||||||
// See http://go.microsoft.com/fwlink/?LinkId=827846
|
|
||||||
// for the documentation about the extensions.json format
|
|
||||||
"recommendations": [
|
|
||||||
"platformio.platformio-ide"
|
|
||||||
],
|
|
||||||
"unwantedRecommendations": [
|
|
||||||
"ms-vscode.cpptools-extension-pack"
|
|
||||||
]
|
|
||||||
}
|
|
74
.vscode/settings.json
vendored
74
.vscode/settings.json
vendored
@@ -1,74 +0,0 @@
|
|||||||
{
|
|
||||||
"platformio-ide.toolbar": [
|
|
||||||
{
|
|
||||||
"text": "$(home)",
|
|
||||||
"tooltip": "PlatformIO: Home",
|
|
||||||
"commands": "platformio-ide.showHome"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"text": "$(trash)",
|
|
||||||
"tooltip": "PlatformIO: Clean",
|
|
||||||
"commands": "platformio-ide.clean"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"text": "$(check)",
|
|
||||||
"tooltip": "PlatformIO: Build",
|
|
||||||
"commands": "platformio-ide.build"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"text": "Upload",
|
|
||||||
"tooltip": "PlatformIO: Flash firmware (NO build run)",
|
|
||||||
"commands": [
|
|
||||||
{
|
|
||||||
"id": "platformio-ide.runPIOCoreCommand",
|
|
||||||
"args": "pio run -t nobuild -t factory_flash -e ${command:platformio-ide.activeEnvironment}"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"text": "$(zap)",
|
|
||||||
"tooltip": "PlatformIO: Build and Upload",
|
|
||||||
"commands": "platformio-ide.upload"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"text": "$(flame)",
|
|
||||||
"tooltip": "PlatformIO: Build, Erase and Upload",
|
|
||||||
"commands": [
|
|
||||||
{
|
|
||||||
"id": "platformio-ide.runPIOCoreCommand",
|
|
||||||
"args": "pio run -t erase_upload -e ${command:platformio-ide.activeEnvironment}"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"text": "$(error)",
|
|
||||||
"tooltip": "PlatformIO: Erase Flash",
|
|
||||||
"commands": [
|
|
||||||
{
|
|
||||||
"id": "platformio-ide.runPIOCoreCommand",
|
|
||||||
"args": "pio run -t nobuild -t erase -e ${command:platformio-ide.activeEnvironment}"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"text": "$(arrow-right)",
|
|
||||||
"tooltip": "PlatformIO: Build, Upload and Monitor",
|
|
||||||
"commands": "platformio-ide.uploadAndMonitor"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"text": "$(device-desktop)",
|
|
||||||
"tooltip": "PlatformIO: Serial Monitor",
|
|
||||||
"commands": "platformio-ide.serialMonitor"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"text": "$(terminal)",
|
|
||||||
"tooltip": "PlatformIO: New Terminal",
|
|
||||||
"commands": "platformio-ide.newTerminal"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"text": "$(refresh)",
|
|
||||||
"tooltip": "PlatformIO: Rebuild IntelliSense Index",
|
|
||||||
"commands": "platformio-ide.rebuildProjectIndex"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
Reference in New Issue
Block a user