-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathconfig.toml
104 lines (103 loc) · 3.08 KB
/
config.toml
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
vscode_version = "1.84.2"
autogen_warning = "# Warning, this file is autogenerated by nix4vscode. Don't modify this manually."
extensions = [
"ms-python.debugpy",
"42crunch.vscode-openapi",
"aaron-bond.better-comments",
"adamhartford.vscode-base64",
"adpyke.codesnap",
"ahmadalli.vscode-nginx-conf",
"AmazonWebServices.aws-toolkit-vscode",
"jnoortheen.nix-ide",
"bibhasdn.unique-lines",
"bradlc.vscode-tailwindcss",
"BriteSnow.vscode-toggle-quotes",
"charliermarsh.ruff",
"Chouzz.vscode-better-align",
"christian-kohler.path-intellisense",
"DavidAnson.vscode-markdownlint",
"davidnussio.vscode-jq-playground",
"donjayamanne.githistory",
"dustypomerleau.rust-syntax",
"eamodio.gitlens",
"eriklynd.json-tools",
"esbenp.prettier-vscode",
"formulahendry.auto-close-tag",
"formulahendry.auto-rename-tag",
"foxundermoon.shell-format",
"golang.Go",
"Gruntfuggly.todo-tree",
"gurumukhi.selected-lines-count",
"HaaLeo.timing",
"HashiCorp.terraform",
"hilleer.yaml-plus-json",
"IBM.output-colorizer",
"jq-syntax-highlighting.jq-syntax-highlighting",
"jtcontreras90.yaml-path-extractor",
"kokakiwi.vscode-just",
"LemurDaniel.terraform-quick-docs",
"Lokalise.i18n-ally",
"lunuan.kubernetes-templates",
"maxird.jinja-fold",
"mechatroner.rainbow-csv",
"mgtrrz.terraform-completer",
"mikestead.dotenv",
"MisterJ.vue-volar-extention-pack",
"monosans.djlint",
"moshfeu.compare-folders",
"mousavian.ssh-config-syntax-highlighter",
"ms-azuretools.vscode-docker",
"ms-kubernetes-tools.vscode-kubernetes-tools",
"ms-python.black-formatter",
"ms-python.python",
"ms-python.vscode-pylance",
"ms-vscode.makefile-tools",
"ms-vscode.vscode-typescript-next",
"MS-vsliveshare.vsliveshare",
"Yunduo.color-highlight-css-color-4",
"nidu.copy-json-path",
"noxiz.jinja-snippets",
"oderwat.indent-rainbow",
"phil9909.ytt-lint",
"PKief.material-icon-theme",
"pucelle.run-on-save",
"qcz.text-power-tools",
"quicktype.quicktype",
"redhat.vscode-yaml",
"reduckted.vscode-gitweblinks",
"richie5um2.vscode-sort-json",
"rubbersheep.gi",
"rust-lang.rust-analyzer",
"ryu1kn.partial-diff",
"ryu1kn.text-marker",
"samuelcolvin.jinjahtml",
"serayuzgur.crates",
"shd101wyy.markdown-preview-enhanced",
"sibiraj-s.vscode-scss-formatter",
"TakumiI.markdowntable",
"tamasfe.even-better-toml",
"tfsec.tfsec",
"TheNuProjectContributors.vscode-nushell-lang",
"Tim-Koehler.helm-intellisense",
"tombonnike.vscode-status-bar-format-toggle",
"tommasov.hosts",
"tomoki1207.pdf",
"truman.autocomplate-shell",
"Tyriar.sort-lines",
"usernamehw.errorlens",
"VisualStudioExptTeam.intellicode-api-usage-examples",
"VisualStudioExptTeam.vscodeintellicode",
"VisualStudioExptTeam.vscodeintellicode-completions",
"Vue.volar",
"Vue.vscode-typescript-vue-plugin",
"wholroyd.jinja",
"WyattFerguson.jinja2-snippet-kit",
"yatki.vscode-surround",
"yzhang.markdown-all-in-one",
"GitLab.gitlab-workflow",
"zhuangtongfa.Material-theme",
"JohnnyMorganz.stylua",
"Grafana.vscode-jsonnet",
"vadimcn.vscode-lldb",
"debugpy.ms-python",
]