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",
|
"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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user