mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-17 19:09:11 +03:00
root: Improve debugging experience (#12961)
* set remote debugging path to working directory * add docker-compose.override.yml to gitignore * fix missing trailing newline Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io> Co-authored-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
@@ -209,3 +209,6 @@ source_docs/
|
|||||||
|
|
||||||
### Golang ###
|
### Golang ###
|
||||||
/vendor/
|
/vendor/
|
||||||
|
|
||||||
|
### Docker ###
|
||||||
|
docker-compose.override.yml
|
||||||
|
|||||||
Vendored
+2
-2
@@ -12,7 +12,7 @@
|
|||||||
"pathMappings": [
|
"pathMappings": [
|
||||||
{
|
{
|
||||||
"localRoot": "${workspaceFolder}",
|
"localRoot": "${workspaceFolder}",
|
||||||
"remoteRoot": "/"
|
"remoteRoot": "."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"django": true
|
"django": true
|
||||||
@@ -28,7 +28,7 @@
|
|||||||
"pathMappings": [
|
"pathMappings": [
|
||||||
{
|
{
|
||||||
"localRoot": "${workspaceFolder}",
|
"localRoot": "${workspaceFolder}",
|
||||||
"remoteRoot": "/"
|
"remoteRoot": "."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"django": true
|
"django": true
|
||||||
|
|||||||
Reference in New Issue
Block a user