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
moodlenet
MoodleNet Frontend
Commits
7bd5d7a1
Commit
7bd5d7a1
authored
Nov 06, 2018
by
Sam Gluck
Browse files
rm .vscode folder
parent
b6956164
Changes
1
Show whitespace changes
Inline
Side-by-side
.vscode/launch.json
deleted
100644 → 0
View file @
b6956164
{
"version"
:
"0.2.0"
,
"configurations"
:
[{
"name"
:
"Chrome"
,
"type"
:
"chrome"
,
"request"
:
"launch"
,
"url"
:
"http://localhost:3000"
,
"webRoot"
:
"${workspaceRoot}/src"
,
"sourceMapPathOverrides"
:
{
"webpack:///src/*"
:
"${webRoot}/*"
}
}]
}
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