-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathworkspace.code-workspace
43 lines (43 loc) · 1.01 KB
/
workspace.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
{
"folders": [
{
"path": "."
}
],
"settings": {
"[COBOL]": {
"editor.semanticHighlighting.enabled": true,
"files.autoGuessEncoding": false,
"editor.snippetSuggestions": "bottom",
"editor.guides.bracketPairs": "active",
"editor.autoIndent": "advanced",
"editor.insertSpaces": true,
"editor.formatOnType": true,
"editor.rulers": [
6,
7,
11,
72
],
"editor.detectIndentation": false,
"editor.useTabStops": false,
"editor.wordSeparators": "`~!@$%^&*()=+[{]}\\|;:'\",.<>/?",
"editor.guides.indentation": false
},
"coboleditor.preprocessor_extensions": [
],
"coboleditor.metadata_symbols": [
"sample,issue189_coboldoc.cbl,5",
"fred,rainbow_code.cbl,1",
"untitled-1,fred.cbl",
"hello-world,comments.cbl,1"
],
"coboleditor.metadata_entrypoints": [],
"coboleditor.metadata_types": [],
"coboleditor.metadata_files": [
"1726607818053,issues/scandep/top.cbl"
],
"coboleditor.metadata_knowncopybooks": [],
"coboleditor.enable_tab_inline": true
}
}