chore: ️ Remove unnecesary comments

This commit is contained in:
Sergio Gasquez 2022-09-26 17:44:01 +00:00
parent 54f381dad4
commit 2c00a23220

8
.vscode/launch.json vendored
View File

@ -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", "version": "0.2.0",
"configurations": [ "configurations": [
{ {
"type": "lldb", "type": "lldb",
"request": "launch", "request": "launch",
"name": "Debug executable 'espup'", "name": "Debug executable",
"cargo": { "cargo": {
"args": [ "args": [
"build", "build",
"--bin=espup", "--bin=espup",
"--package=espup" "--package=espup",
"--manifest-path=Cargo.toml"
], ],
"filter": { "filter": {
"name": "espup", "name": "espup",