This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
{
// Используйте IntelliSense, чтобы узнать о возможных атрибутах.
// Наведите указатель мыши, чтобы просмотреть описания существующих атрибутов.
// Для получения дополнительной информации посетите: https://go.microsoft.com/fwlink/?linkid=830387
"version":"0.2.0",
"configurations":[
{
"type":"lldb",
"request":"launch",
"name":"Debug executable 'Manager'",
"cargo":{
"args":[
"build",
"--bin=Manager",
"--package=Manager"
],
"filter":{
"name":"Manager",
"kind":"bin"
}
},
"args":[],
"cwd":"${workspaceFolder}"
},
{
"type":"lldb",
"request":"launch",
"name":"Debug unit tests in executable 'Manager'",