Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nshmp-haz
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
ghsc
National Seismic Hazard Model Project
nshmp-haz
Commits
356b2f89
Commit
356b2f89
authored
1 year ago
by
Clayton, Brandon Scott
Browse files
Options
Downloads
Patches
Plain Diff
Add tasks file
parent
9c7e6848
No related branches found
No related tags found
2 merge requests
!714
Production Release | nshmp-haz
,
!713
VS Code Setup
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.vscode/tasks.json
+29
-0
29 additions, 0 deletions
.vscode/tasks.json
with
29 additions
and
0 deletions
.vscode/tasks.json
0 → 100644
+
29
−
0
View file @
356b2f89
{
/*
*
VS
Code
tasks
for
nshmp-haz.
*
*
For
more
information
on
tasks
,
visit:
https://code.visualstudio.com/docs/editor/tasks
*/
"version"
:
"2.0.0"
,
"tasks"
:
[
/*
*
Task
to
automatically
run
the
`./gradlew
eclipse`
task
on
startup
to
*
keep
the
`.classpath`
file
updated.
*/
{
"label"
:
"Update Classpath File"
,
"type"
:
"shell"
,
"command"
:
"./gradlew eclipse"
,
"windows"
:
{
"command"
:
"gradle.bat eclipse"
},
"presentation"
:
{
"close"
:
true
,
},
"group"
:
"none"
,
"runOptions"
:
{
"runOn"
:
"folderOpen"
}
}
]
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment