-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
101 lines (101 loc) · 2.98 KB
/
package.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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "azgaviperr-vscode-pack",
"displayName": "azgaviperr-vscode-pack",
"description": "My personnal pack for Visual Studio Code",
"version": "0.0.3",
"publisher": "Azgaviperr",
"icon": "logo.png",
"repository": {
"type": "git",
"url": "https://github.com/azgaviperr/Azgaviperr-VScode-pack"
},
"engines": {
"vscode": "^1.91.0"
},
"categories": [
"Extension Packs"
],
"extensionPack": [
"4ops.terraform",
"ahmadawais.emoji-log-vscode",
"amazonwebservices.aws-toolkit-vscode",
"AquaSecurityOfficial.trivy-vulnerability-scanner",
"azure-automation.vscode-azureautomation",
"batisteo.vscode-django",
"bierner.lit-html",
"bierner.markdown-preview-github-styles",
"blodwynn.featurehighlight",
"bridgecrew.checkov",
"charliermarsh.ruff",
"chouzz.vscode-better-align",
"christian-kohler.npm-intellisense",
"davidanson.vscode-markdownlint",
"dennisvhest.npm-browser",
"donjayamanne.githistory",
"dotjoshjohnson.xml",
"eamodio.gitlens",
"editorconfig.editorconfig",
"esbenp.prettier-vscode",
"fabiospampinato.vscode-open-in-github",
"fantasy.vp-preview",
"foxundermoon.shell-format",
"github.codespaces",
"github.copilot-chat",
"github.copilot",
"github.vscode-github-actions",
"github.vscode-pull-request-github",
"gitlab.gitlab-workflow",
"golang.go",
"gruntfuggly.todo-tree",
"hashicorp.terraform",
"hediet.vscode-drawio",
"infracost.infracost",
"knisterpeter.vscode-commitizen",
"lizebang.bash-extension-pack",
"mads-hartmann.bash-ide-vscode",
"marp-team.marp-vscode",
"mechatroner.rainbow-csv",
"mhutchie.git-graph",
"mikestead.dotenv",
"ms-azuretools.vscode-azurefunctions",
"ms-azuretools.vscode-azureresourcegroups",
"ms-azuretools.vscode-azureterraform",
"ms-azuretools.vscode-azurevirtualmachines",
"ms-azuretools.vscode-docker",
"ms-ceintl.vscode-language-pack-fr",
"ms-python.autopep8",
"ms-python.debugpy",
"ms-python.flake8",
"ms-python.pylint",
"ms-python.python",
"ms-python.vscode-pylance",
"ms-vscode-remote.remote-containers",
"ms-vscode-remote.remote-ssh-edit",
"ms-vscode-remote.remote-ssh",
"ms-vscode.azure-account",
"ms-vscode.makefile-tools",
"ms-vscode.powershell",
"ms-vscode.remote-explorer",
"ms-vsliveshare.vsliveshare",
"rangav.vscode-thunder-client",
"redhat.ansible",
"redhat.vscode-commons",
"redhat.vscode-yaml",
"redhat.fabric8-analytics",
"remisa.shellman",
"rogalmic.bash-debug",
"rohinivsenthil.terrastate",
"rpinski.shebang-snippets",
"rust-lang.rust-analyzer",
"ryanluker.vscode-coverage-gutters",
"shardulm94.trailing-spaces",
"sonarsource.sonarlint-vscode",
"tamasfe.even-better-toml",
"task.vscode-task",
"timonwong.shellcheck",
"ue.alphabetical-sorter",
"usernamehw.errorlens",
"wengerk.highlight-bad-chars",
"yzhang.markdown-all-in-one"
]
}