generated from redhat-developer/new-project-template
-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathsettings.json
41 lines (41 loc) · 1.05 KB
/
settings.json
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
{
"serverVersion": "1.2.2",
"serverProperties": [
"-Xmx1G"
],
"coursierMirror": "",
"ammoniteJvmProperties": [],
"excludedPackages": [],
"showInferredType": "false",
"showImplicitArguments": false,
"showImplicitConversionsAndClasses": false,
"javaHome": "",
"sbtScript": "",
"millScript": "",
"mavenScript": "",
"gradleScript": "",
"scalafmtConfigPath": "",
"scalafixConfigPath": "",
"scalafixRulesDependencies": [],
"bloopVersion": "",
"bloopJvmProperties": [],
"bloopSbtAlreadyInstalled": true,
"customRepositories": [],
"superMethodLensesEnabled": true,
"enableStripMarginOnTypeFormatting": true,
"enableIndentOnPaste": false,
"verboseCompilation": true,
"enableSemanticHighlighting": true,
"testUserInterface": "Test Explorer",
"customProjectRoot": "",
"fallbackScalaVersion": "automatic",
"javaFormat": {
"eclipseConfigPath": "",
"eclipseProfile": ""
},
"scalaCliLauncher": "",
"suggestLatestUpgrade": false,
"trace": {
"server": "verbose"
}
}