Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MetaGer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open-source
MetaGer
Merge requests
!1848
Development
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Development
development
into
master
Overview
0
Commits
6
Pipelines
1
Changes
14
Merged
Dominik Hebeler
requested to merge
development
into
master
4 years ago
Overview
0
Commits
6
Pipelines
1
Changes
14
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
98f9147a
6 commits,
4 years ago
14 files
+
335
−
137
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
14
Search (e.g. *.vue) (Ctrl+P)
.vscode/launch.json
+
2
−
2
Options
@@ -8,7 +8,7 @@
"name"
:
"PHP - Listen for XDebug"
,
"type"
:
"php"
,
"request"
:
"launch"
,
"port"
:
900
0
,
"port"
:
900
3
,
"pathMappings"
:
{
"/html"
:
"${workspaceRoot}"
}
@@ -17,7 +17,7 @@
"name"
:
"PHP - Launch currently open script"
,
"type"
:
"php"
,
"request"
:
"launch"
,
"port"
:
900
0
,
"port"
:
900
3
,
"program"
:
"${file}"
,
"cwd"
:
"${fileDirname}"
,
"pathMappings"
:
{
Loading