forked from awsdocs/amazon-eks-user-guide
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheks-docs.code-workspace
More file actions
34 lines (33 loc) · 804 Bytes
/
eks-docs.code-workspace
File metadata and controls
34 lines (33 loc) · 804 Bytes
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
{
"folders": [
{
"name": "📦 AmazonEKSDocs",
"path": "."
}
],
"settings": {
"files.associations": {
"*.adoc": "asciidoc"
},
"editor.wordWrap": "wordWrapColumn",
"editor.wordWrapColumn": 80,
"[asciidoc]": {
"editor.wordWrap": "wordWrapColumn",
"editor.wordWrapColumn": 80,
"editor.formatOnSave": true,
"editor.tabSize": 2,
"editor.insertSpaces": true,
"editor.rulers": [80]
},
"asciidoc.preview.scrollPreviewWithEditor": true,
"asciidoc.preview.scrollEditorWithPreview": true,
"asciidoc.antora.showEnableAntoraPrompt": false
// vale extension 0.30.0+ requires an absolute path to the .vale.ini, can't find in the workspace root
// "vale.valeCLI.config": ""
},
"extensions": {
"recommendations": [
"asciidoctor.asciidoctor-vscode"
]
}
}