mirror of
https://github.com/esp-rs/espup.git
synced 2025-09-26 20:30:28 +00:00
chore: ⚡️ Remove unnecesary comments
This commit is contained in:
parent
54f381dad4
commit
2c00a23220
8
.vscode/launch.json
vendored
8
.vscode/launch.json
vendored
@ -1,18 +1,16 @@
|
||||
{
|
||||
// Use IntelliSense to learn about possible attributes.
|
||||
// Hover to view descriptions of existing attributes.
|
||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"type": "lldb",
|
||||
"request": "launch",
|
||||
"name": "Debug executable 'espup'",
|
||||
"name": "Debug executable",
|
||||
"cargo": {
|
||||
"args": [
|
||||
"build",
|
||||
"--bin=espup",
|
||||
"--package=espup"
|
||||
"--package=espup",
|
||||
"--manifest-path=Cargo.toml"
|
||||
],
|
||||
"filter": {
|
||||
"name": "espup",
|
||||
|
Loading…
x
Reference in New Issue
Block a user