mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-06-13 07:10:26 +08:00
Remove extension deps sample
This commit is contained in:
@ -1,13 +0,0 @@
|
||||
// A launch configuration that launches the extension inside a new window
|
||||
{
|
||||
"version": "0.1.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Launch Extension",
|
||||
"type": "extensionHost",
|
||||
"request": "launch",
|
||||
"runtimeExecutable": "${execPath}",
|
||||
"args": ["--extensionDevelopmentPath=${workspaceRoot}" ]
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -1 +0,0 @@
|
||||
# Testing Install Extension Pack
|
||||
@ -1,35 +0,0 @@
|
||||
{
|
||||
"name": "999-extension-pack1",
|
||||
"displayName": "999-extension-pack1",
|
||||
"description": "Test extension pack1",
|
||||
"version": "0.0.2",
|
||||
"publisher": "vscode-samples",
|
||||
"engines": {
|
||||
"vscode": "^1.6.0"
|
||||
},
|
||||
"categories": [
|
||||
"Other"
|
||||
],
|
||||
"galleryBanner": {
|
||||
"color": "#f0efe7",
|
||||
"theme": "light"
|
||||
},
|
||||
"icon": "",
|
||||
"homepage": "https://github.com/Microsoft/vscode-extension-samples/blob/master/README.md",
|
||||
"bugs": {
|
||||
"url": "https://github.com/Microsoft/vscode-extension-samples/issues"
|
||||
},
|
||||
"license": "SEE LICENSE IN LICENSE.md",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Microsoft/vscode-extension-samples"
|
||||
},
|
||||
"extensionPack": [
|
||||
"sandy081.999-pack2",
|
||||
"sandy081.todotasks",
|
||||
"designbright.theme-suicidesquad",
|
||||
"jirkafajfr.vscode-kitchen",
|
||||
"iZDT.javascript-unit-test-snippet",
|
||||
"MarinhoBrandao.Angular2Tests"
|
||||
]
|
||||
}
|
||||
@ -1,13 +0,0 @@
|
||||
// A launch configuration that launches the extension inside a new window
|
||||
{
|
||||
"version": "0.1.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Launch Extension",
|
||||
"type": "extensionHost",
|
||||
"request": "launch",
|
||||
"runtimeExecutable": "${execPath}",
|
||||
"args": ["--extensionDevelopmentPath=${workspaceRoot}" ]
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -1 +0,0 @@
|
||||
# Testing Install Extension Pack 2
|
||||
@ -1,33 +0,0 @@
|
||||
{
|
||||
"name": "999-pack2",
|
||||
"displayName": "999-pack2",
|
||||
"description": "Test extension pack 2",
|
||||
"version": "0.9.0",
|
||||
"publisher": "vscode-samples",
|
||||
"engines": {
|
||||
"vscode": "^1.0.0"
|
||||
},
|
||||
"categories": [
|
||||
"Other"
|
||||
],
|
||||
"galleryBanner": {
|
||||
"color": "#f0efe7",
|
||||
"theme": "light"
|
||||
},
|
||||
"icon": "",
|
||||
"homepage": "https://github.com/Microsoft/vscode-extension-samples/blob/master/README.md",
|
||||
"bugs": {
|
||||
"url": "https://github.com/Microsoft/vscode-extension-samples/issues"
|
||||
},
|
||||
"license": "SEE LICENSE IN LICENSE.md",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Microsoft/vscode-extension-samples"
|
||||
},
|
||||
"extensionDependencies": [
|
||||
"sandy081.999-pack3",
|
||||
"lukehoban.Go",
|
||||
"dbaeumer.vscode-eslint",
|
||||
"eg2.tslint"
|
||||
]
|
||||
}
|
||||
@ -1,13 +0,0 @@
|
||||
// A launch configuration that launches the extension inside a new window
|
||||
{
|
||||
"version": "0.1.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Launch Extension",
|
||||
"type": "extensionHost",
|
||||
"request": "launch",
|
||||
"runtimeExecutable": "${execPath}",
|
||||
"args": ["--extensionDevelopmentPath=${workspaceRoot}" ]
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -1 +0,0 @@
|
||||
# Testing Install Extension Pack 2
|
||||
@ -1,33 +0,0 @@
|
||||
{
|
||||
"name": "999-pack3",
|
||||
"displayName": "999-pack3",
|
||||
"description": "999-pack3",
|
||||
"version": "0.5.0",
|
||||
"publisher": "vscode-samples",
|
||||
"engines": {
|
||||
"vscode": "^1.0.0"
|
||||
},
|
||||
"categories": [
|
||||
"Other"
|
||||
],
|
||||
"galleryBanner": {
|
||||
"color": "#f0efe7",
|
||||
"theme": "light"
|
||||
},
|
||||
"icon": "",
|
||||
"homepage": "https://github.com/Microsoft/vscode-extension-samples/blob/master/README.md",
|
||||
"bugs": {
|
||||
"url": "https://github.com/Microsoft/vscode-extension-samples/issues"
|
||||
},
|
||||
"license": "SEE LICENSE IN LICENSE.md",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Microsoft/vscode-extension-samples"
|
||||
},
|
||||
"extensionDependencies": [
|
||||
"sandy081.999-pack1",
|
||||
"eg2.tslint",
|
||||
"be5invis.vscode-icontheme-nomo-dark",
|
||||
"MarinhoBrandao.Angular2Tests"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user