Небольшое переформатирование
All checks were successful
Build and deploy / Publish image (push) Successful in 9m23s
All checks were successful
Build and deploy / Publish image (push) Successful in 9m23s
This commit is contained in:
35
.vscode/launch.json
vendored
Normal file
35
.vscode/launch.json
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
// Используйте IntelliSense, чтобы узнать, какие атрибуты существуют для отладки C#.
|
||||
// Используйте наведение для описания существующих атрибутов
|
||||
// Для получения дополнительных сведений посетите https://github.com/dotnet/vscode-csharp/blob/main/debugger-launchjson.md.
|
||||
"name": ".NET Core Launch (web)",
|
||||
"type": "coreclr",
|
||||
"request": "launch",
|
||||
"preLaunchTask": "build",
|
||||
// Если вы изменили требуемые версии .NET Framework, обязательно обновите путь к программе.
|
||||
"program": "${workspaceFolder}/src/Otchinslator/bin/Debug/net8.0/Otchinslator.dll",
|
||||
"args": [],
|
||||
"cwd": "${workspaceFolder}/src/Otchinslator",
|
||||
"stopAtEntry": false,
|
||||
// Включите запуск веб-браузера при запуске ASP.NET Core. Для получения дополнительных сведений: https://aka.ms/VSCode-CS-LaunchJson-WebBrowser
|
||||
"serverReadyAction": {
|
||||
"action": "openExternally",
|
||||
"pattern": "\\bNow listening on:\\s+(https?://\\S+)"
|
||||
},
|
||||
"env": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||
},
|
||||
"sourceFileMap": {
|
||||
"/Views": "${workspaceFolder}/Views"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": ".NET Core Attach",
|
||||
"type": "coreclr",
|
||||
"request": "attach"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user