Fix launch.json formatting error caused by missing quotes
This commit is contained in:
Xiaoming 2023-02-22 10:22:23 +08:00 коммит произвёл GitHub
Родитель a0f2369ef7
Коммит 224e7d0f0e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -843,7 +843,7 @@ Connect to it with a remote attach configuration in your `launch.json`:
"port": 12345,
"host": "127.0.0.1", // can skip for localhost
"substitutePath": [
{ "from": ${workspaceFolder}, "to": "/path/to/remote/workspace" },
{ "from": "${workspaceFolder}", "to": "/path/to/remote/workspace" },
...
]
}