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",
"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",