aboutsummaryrefslogtreecommitdiff
path: root/extensions/common/package.json
blob: 1f429ab5f4cce180010da83a59512dbc9e05bc9e (plain) (blame)
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
{
	"name": "neonxp-common",
	"displayName": "@NeonXP Common Pack",
	"description": "Common extesions",
	"icon": "icon.png",
	"version": "0.0.1",
	"repository": {
		"type": "git",
		"url": "git+https://gitrepo.ru/neonxp/vscode-exts.git"
	},
	"license": "MIT",
	"homepage": "https://gitrepo.ru/neonxp/vscode-exts",
	"engines": {
		"vscode": "^1.94.0"
	},
	"categories": [
		"Extension Packs"
	],
	"extensionPack": [
		"antfu.icons-carbon",
		"appulate.filewatcher",
		"carlos-algms.make-task-provider",
		"dbaeumer.vscode-eslint",
		"emmanuelbeziat.vscode-great-icons",
		"esbenp.prettier-vscode",
		"file-icons.file-icons",
		"graphql.vscode-graphql-syntax",
		"humao.rest-client",
		"ibm.output-colorizer",
		"mikestead.dotenv",
		"mohammadbaqer.better-folding",
		"ms-azuretools.vscode-docker",
		"ms-ceintl.vscode-language-pack-ru",
		"ms-vscode.hexeditor",
		"ms-vscode.makefile-tools",
		"ms-vscode.test-adapter-converter",
		"mtxr.sqltools",
		"mtxr.sqltools-driver-pg",
		"mtxr.sqltools-driver-sqlite",
		"pbkit.vscode-pbkit",
		"redhat.vscode-yaml",
		"richie5um2.vscode-sort-json",
		"rioj7.html-related-links",
		"ryuta46.multi-command",
		"tamasfe.even-better-toml",
		"zokugun.cron-tasks",
		"zokugun.sync-settings"
	]
}