Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
a365bf95
Commit
a365bf95
authored
May 09, 2017
by
Karl Hasselbring
Browse files
removed .vscode folder
parent
114a9518
Changes
1
Show whitespace changes
Inline
Side-by-side
.vscode/launch.json
deleted
100644 → 0
View file @
114a9518
{
"version"
:
"0.2.0"
,
"configurations"
:
[
{
"name"
:
"Listen for XDebug"
,
"type"
:
"php"
,
"request"
:
"launch"
,
"port"
:
9000
},
{
"name"
:
"Launch currently open script"
,
"type"
:
"php"
,
"request"
:
"launch"
,
"program"
:
"${file}"
,
"cwd"
:
"${fileDirname}"
,
"port"
:
9000
}
]
}
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment