-
Notifications
You must be signed in to change notification settings - Fork 1
/
qubitrenegade.github.io.code-workspace
84 lines (84 loc) · 2.14 KB
/
qubitrenegade.github.io.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
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
83
84
{
"folders": [
{
"path": "."
}
],
"settings": {
"prettier.eslintIntegration": true,
"prettier.requireConfig": true,
"javascript.format.enable": false,
"files.autoSave": "onFocusChange",
"telemetry.enableCrashReporter": false,
"telemetry.enableTelemetry": false,
"gitlens.advanced.telemetry.enabled": false,
"typescript.format.enable": false,
"markdown.previewFrontMatter": "show",
"eslint.autoFixOnSave": true,
"eslint.validate": [
"javascript",
"javascriptreact",
{
"language": "typescript",
"autoFix": true
},
{
"language": "typescriptreact",
"autoFix": true
}
],
"editor.formatOnSave": true,
"terraform.telemetry.enabled": false,
"references.preferredLocation": "view",
"editor.suggestSelection": "first",
"editor.wordBasedSuggestions": false,
"yaml.customTags": [
"!And",
"!If",
"!Not",
"!Equals",
"!Or",
"!FindInMap",
"!Base64",
"!Cidr",
"!Ref",
"!Sub",
"!GetAtt",
"!GetAZs",
"!ImportValue",
"!Select",
"!Split",
"!Join"
],
"yaml.format.enable": true,
"editor.codeLens": false,
"editor.suggest.snippetsPreventQuickSuggestions": false
},
"extensions": {
"recommendations": [
"bierner.markdown-checkbox",
"bierner.markdown-emoji",
"bierner.markdown-mermaid",
"bierner.markdown-yaml-preamble",
"bungcip.better-toml",
"coenraads.bracket-pair-colorizer",
"davidanson.vscode-markdownlint",
"dbaeumer.vscode-eslint",
"drknoxy.eslint-disable-snippets",
"editorconfig.editorconfig",
"esbenp.prettier-vscode",
"foxundermoon.shell-format",
"hnw.vscode-auto-open-markdown-preview",
"ionutvmi.path-autocomplete",
"mgmcdermott.vscode-language-babel",
"ramyaraoa.show-offset",
"redhat.vscode-yaml",
"rust-lang.rust",
"shd101wyy.markdown-preview-enhanced",
"streetsidesoftware.code-spell-checker",
"timonwong.shellcheck",
"tyriar.sort-lines",
"yzhang.markdown-all-in-one"
]
}
}