Mark subproject as dirty in CMKS - Infra
This commit is contained in:
77
.vscode/launch.json
vendored
77
.vscode/launch.json
vendored
@@ -2,10 +2,10 @@
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Web (BFF)",
|
||||
"name": "EntKube.Web",
|
||||
"type": "coreclr",
|
||||
"request": "launch",
|
||||
"preLaunchTask": "build-web",
|
||||
"preLaunchTask": "build",
|
||||
"program": "${workspaceFolder}/src/EntKube.Web/bin/Debug/net10.0/EntKube.Web.dll",
|
||||
"args": [],
|
||||
"cwd": "${workspaceFolder}/src/EntKube.Web",
|
||||
@@ -15,79 +15,8 @@
|
||||
"pattern": "\\bNow listening on:\\s+(https?://\\S+)"
|
||||
},
|
||||
"env": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Development",
|
||||
"ASPNETCORE_URLS": "http://localhost:5000"
|
||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Clusters API",
|
||||
"type": "coreclr",
|
||||
"request": "launch",
|
||||
"preLaunchTask": "build-clusters",
|
||||
"program": "${workspaceFolder}/src/EntKube.Clusters/bin/Debug/net10.0/EntKube.Clusters.dll",
|
||||
"args": [],
|
||||
"cwd": "${workspaceFolder}/src/EntKube.Clusters",
|
||||
"stopAtEntry": false,
|
||||
"env": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Development",
|
||||
"ASPNETCORE_URLS": "http://localhost:5010"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Identity API",
|
||||
"type": "coreclr",
|
||||
"request": "launch",
|
||||
"preLaunchTask": "build-identity",
|
||||
"program": "${workspaceFolder}/src/EntKube.Identity/bin/Debug/net10.0/EntKube.Identity.dll",
|
||||
"args": [],
|
||||
"cwd": "${workspaceFolder}/src/EntKube.Identity",
|
||||
"stopAtEntry": false,
|
||||
"env": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Development",
|
||||
"ASPNETCORE_URLS": "http://localhost:5030"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Provisioning API",
|
||||
"type": "coreclr",
|
||||
"request": "launch",
|
||||
"preLaunchTask": "build-provisioning",
|
||||
"program": "${workspaceFolder}/src/EntKube.Provisioning/bin/Debug/net10.0/EntKube.Provisioning.dll",
|
||||
"args": [],
|
||||
"cwd": "${workspaceFolder}/src/EntKube.Provisioning",
|
||||
"stopAtEntry": false,
|
||||
"env": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Development",
|
||||
"ASPNETCORE_URLS": "http://localhost:5020"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Secrets API",
|
||||
"type": "coreclr",
|
||||
"request": "launch",
|
||||
"preLaunchTask": "build-secrets",
|
||||
"program": "${workspaceFolder}/src/EntKube.Secrets/bin/Debug/net10.0/EntKube.Secrets.dll",
|
||||
"args": [],
|
||||
"cwd": "${workspaceFolder}/src/EntKube.Secrets",
|
||||
"stopAtEntry": false,
|
||||
"env": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Development",
|
||||
"ASPNETCORE_URLS": "http://localhost:5040"
|
||||
}
|
||||
}
|
||||
],
|
||||
"compounds": [
|
||||
{
|
||||
"name": "All Services",
|
||||
"configurations": [
|
||||
"Web (BFF)",
|
||||
"Clusters API",
|
||||
"Identity API",
|
||||
"Provisioning API",
|
||||
"Secrets API"
|
||||
],
|
||||
"preLaunchTask": "build-all",
|
||||
"stopAll": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user