-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpelorus.code-workspace
44 lines (44 loc) · 1.08 KB
/
pelorus.code-workspace
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
42
43
44
{
"folders": [
{
"name": "pelorus",
"path": "/projects/pelorus"
},
{
"name": "pelorus-api",
"path": "/projects/pelorus-api"
},
{
"name": "pelorus-ui",
"path": "/projects/pelorus-ui"
},
{
"name": "dev-workspace",
"path": "/projects/dev-workspace"
}
],
"extensions": {
"recommendations": [
"redhat.vscode-yaml",
"redhat.java",
"redhat.vscode-quarkus",
"redhat.vscode-openshift-connector",
"mhutchie.git-graph",
"eamodio.gitlens",
"streetsidesoftware.code-spell-checker",
"johnpapa.winteriscoming",
"cnshenj.vscode-task-manager",
"angular.ng-template",
"johnpapa.angular2",
"ms-python.python"
]
},
"settings": {
"workbench.colorTheme": "Winter is Coming (Dark Blue)",
"workbench.preferredDarkColorTheme": "Winter is Coming (Dark Blue)",
"workbench.preferredLightColorTheme": "Winter is Coming (Light)",
"editor.wordWrap": "on",
"files.autoSave": "off",
"java.jdt.ls.vmargs": "-XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Dsun.zip.disableMemoryMapping=true -Xmx2G -Xms100m -Xlog:disable"
}
}