builtInExtensions.json 1.7 KB
Newer Older
1
[
2 3
	{
		"name": "ms-vscode.node-debug",
R
Rob Lourens 已提交
4
		"version": "1.42.0",
J
Joao Moreno 已提交
5 6 7 8 9 10 11 12 13 14 15
		"repo": "https://github.com/Microsoft/vscode-node-debug",
		"metadata": {
			"id": "b6ded8fb-a0a0-4c1c-acbd-ab2a3bc995a6",
			"publisherId": {
				"publisherId": "5f5636e7-69ed-4afe-b5d6-8d231fb3d3ee",
				"publisherName": "ms-vscode",
				"displayName": "Microsoft",
				"flags": "verified"
			},
			"publisherDisplayName": "Microsoft"
		}
16 17 18
	},
	{
		"name": "ms-vscode.node-debug2",
R
Rob Lourens 已提交
19
		"version": "1.42.1",
J
Joao Moreno 已提交
20 21 22 23 24 25 26 27 28 29 30
		"repo": "https://github.com/Microsoft/vscode-node-debug2",
		"metadata": {
			"id": "36d19e17-7569-4841-a001-947eb18602b2",
			"publisherId": {
				"publisherId": "5f5636e7-69ed-4afe-b5d6-8d231fb3d3ee",
				"publisherName": "ms-vscode",
				"displayName": "Microsoft",
				"flags": "verified"
			},
			"publisherDisplayName": "Microsoft"
		}
31 32 33
	},
	{
		"name": "ms-vscode.references-view",
34
		"version": "0.0.47",
35 36
		"repo": "https://github.com/Microsoft/vscode-reference-view",
		"metadata": {
S
Sandeep Somavarapu 已提交
37
			"id": "dc489f46-520d-4556-ae85-1f9eab3c412d",
38 39 40 41 42 43 44 45
			"publisherId": {
				"publisherId": "5f5636e7-69ed-4afe-b5d6-8d231fb3d3ee",
				"publisherName": "ms-vscode",
				"displayName": "Microsoft",
				"flags": "verified"
			},
			"publisherDisplayName": "Microsoft"
		}
46 47 48
	},
	{
		"name": "ms-vscode.js-debug-nightly",
49
		"version": "2020.1.43263",
50 51 52
		"forQualities": [
			"insider"
		],
53 54 55 56 57 58 59 60 61 62 63
		"repo": "https://github.com/Microsoft/vscode-js-debug",
		"metadata": {
			"id": "7acbb4ce-c85a-49d4-8d95-a8054406ae97",
			"publisherId": {
				"publisherId": "5f5636e7-69ed-4afe-b5d6-8d231fb3d3ee",
				"publisherName": "ms-vscode",
				"displayName": "Microsoft",
				"flags": "verified"
			},
			"publisherDisplayName": "Microsoft"
		}
64
	}
65
]