Invert condition when opening entries

Co-Authored-By: Brooks Swinnerton <934497+bswinnerton@users.noreply.github.com>
This commit is contained in:
Nathan Sobo
2021-04-13 20:09:45 -06:00
co-authored by Brooks Swinnerton
parent e3fbb97ecc
commit e4f41de7bf
2 changed files with 18 additions and 11 deletions
+4 -4
View File
@@ -7,15 +7,15 @@
{
"type": "lldb",
"request": "launch",
"name": "Debug executable 'zed'",
"name": "Debug executable 'Zed'",
"cargo": {
"args": [
"build",
"--bin=zed",
"--bin=Zed",
"--package=zed"
],
"filter": {
"name": "zed",
"name": "Zed",
"kind": "bin"
}
},
@@ -63,4 +63,4 @@
"cwd": "${workspaceFolder}"
}
]
}
}