Remove applications snippet
This commit is contained in:
@@ -45,12 +45,6 @@
|
||||
"scopeName": "source.yaml",
|
||||
"path": "./yaml-support/yaml.tmLanguage"
|
||||
}
|
||||
],
|
||||
"snippets": [
|
||||
{
|
||||
"language": "manifest-yaml",
|
||||
"path": "./snippets.json"
|
||||
}
|
||||
]
|
||||
},
|
||||
"main": "./out/lib/Main",
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
{
|
||||
"Minimal CF Manifest": {
|
||||
"prefix": "applications",
|
||||
"body": [
|
||||
"applications:",
|
||||
"- name: ${1:name}",
|
||||
" $0"
|
||||
],
|
||||
"description": "Minimal CF Manifest"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user