-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.json
82 lines (76 loc) · 2.13 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"workbench.startupEditor": "none",
"security.workspace.trust.untrustedFiles": "open",
"editor.rulers": [
{
"column": 80,
"color": "#3d2d3d"
},
{
"column": 120,
"color": "#422323"
}
],
"todo-tree.general.showActivityBarBadge": true,
"todo-tree.general.showIconsInsteadOfTagsInStatusBar": true,
"todo-tree.highlights.enabled": false,
"[python]": {
"editor.formatOnType": true
},
"git.ignoreLegacyWarning": true,
"fileheader.Author": "Eduardo Santos",
"fileheader.author": "Eduardo Santos",
"fileheader.custom_template_path": "template/header/Python.tmpl",
"fileheader.other_config": {
},
"git.openRepositoryInParentFolders": "never",
"fileheader.ignore": [
"5gasp-website",
"pom.xml",
"ServiceSpecificationRepoService.java",
"ServiceRepoService.java",
"RuleSpecificationApi.java",
"OpenAPISpringBoot.java",
"config.js"
],
"fileheader.file_suffix_mapping": {
},
"restoreTerminals.terminals": [
/*
{
"splitTerminals": [
{
"name": "deploy",
"commands": ["cd openslice/org.etsi.osl.main/compose/"]
}
]
},
{
"splitTerminals": [
{
"name": "build",
"commands": ["cd openslice/org.etsi.osl.main/"]
}
]
},
{
"splitTerminals": [
{
"name": "code",
"commands": ["cd openslice/org.etsi.osl.tmf.api/"]
}
]
}
*/
],
"window.zoomLevel": 1,
"workbench.colorTheme": "One Dark Pro Darker",
"redhat.telemetry.enabled": false,
"terminal.integrated.scrollback": 10000,
"terminal.integrated.persistentSessionScrollback": 1000,
"editor.fontSize": 11,
"git.terminalAuthentication": false,
"java.format.enabled": false,
"github.copilot.editor.enableAutoCompletions": true,
"restoreTerminals.keepExistingTerminalsOpen": true
}