FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
WorldWindJava/.vscode/settings.json at develop · WorldWindEarth/WorldWindJava · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
WorldWindEarth
/
WorldWindJava
Public
forked from
NASAWorldWind/WorldWindJava
Notifications
You must be signed in to change notification settings
Fork
16
Star
52
Code
Issues
0
Pull requests
1
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
WorldWindJava
/
.vscode
/
settings.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
41 lines (41 loc) · 1.5 KB
Breadcrumbs
WorldWindJava
/
.vscode
/
settings.json
Copy path
File metadata and controls
41 lines (41 loc) · 1.5 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"java.configuration.updateBuildConfiguration"
:
"
automatic
"
,
"java.compile.nullAnalysis.mode"
:
"
automatic
"
,
"java.project.sourcePaths"
: [
"
src
"
],
"java.project.outputPath"
:
"
build/classes
"
,
"java.project.referencedLibraries"
: [
"
jogl-all.jar
"
,
"
gluegen-rt.jar
"
,
"
gluegen-rt-natives-windows-amd64.jar
"
,
"
gluegen-rt-natives-windows-i586.jar
"
,
"
gluegen-rt-natives-linux-amd64.jar
"
,
"
gluegen-rt-natives-linux-i586.jar
"
,
"
gluegen-rt-natives-macosx-universal.jar
"
,
"
jogl-all-natives-windows-amd64.jar
"
,
"
jogl-all-natives-windows-i586.jar
"
,
"
jogl-all-natives-linux-amd64.jar
"
,
"
jogl-all-natives-linux-i586.jar
"
,
"
jogl-all-natives-macosx-universal.jar
"
,
"
lib-external/gdal/gdal.jar
"
,
"
jackson-core-asl.jar
"
,
"
junit-4.5.jar
"
],
"java.test.sourcePaths"
: [
"
test
"
],
"java.test.outputPath"
:
"
build/test-classes
"
,
"java.project.importOnFirstTimeStartup"
:
"
automatic
"
,
"java.import.gradle.enabled"
:
true
,
"java.import.gradle.wrapper.enabled"
:
true
,
"java.import.gradle.java.home"
:
null
,
"java.import.gradle.offline.enabled"
:
false
,
"java.import.gradle.arguments"
:
"
"
,
"java.import.gradle.jvmArguments"
:
"
"
,
"java.import.gradle.user.home"
:
null
,
"java.import.gradle.importedProjects"
: [],
"java.import.gradle.excludedProjects"
: [],
"java.import.gradle.nestedProjects"
:
true
,
"java.import.gradle.buildServer.enabled"
:
"
on
"
}
Back
|
FazBrowse Home
|
New Git URL