Add configuration options
parent
16267428d2
commit
b1175e61cf
15
package.json
15
package.json
|
@ -36,6 +36,21 @@
|
|||
"activationEvents": [
|
||||
"onLanguage:php"
|
||||
],
|
||||
"contributes": {
|
||||
"configuration": {
|
||||
"type": "object",
|
||||
"title": "PHP IntelliSense",
|
||||
"properties": {
|
||||
"php.intellisense.fileTypes": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
".php"
|
||||
],
|
||||
"description": "An array of file types which should be indexed by the language server."
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"main": "./out/extension",
|
||||
"scripts": {
|
||||
"compile": "tsc -p .",
|
||||
|
|
Loading…
Reference in New Issue