Add coc config
parent
d6d5c63fa6
commit
291296510b
|
@ -0,0 +1,2 @@
|
||||||
|
prettier.formatFile
|
||||||
|
workspace.showOutput
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"lastUpdate": 1586260042078
|
||||||
|
}
|
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"dependencies": {
|
||||||
|
"coc-css": ">=1.2.2",
|
||||||
|
"coc-emmet": "^1.1.4",
|
||||||
|
"coc-eslint": ">=1.2.6",
|
||||||
|
"coc-html": ">=1.2.4",
|
||||||
|
"coc-json": ">=1.2.5",
|
||||||
|
"coc-prettier": ">=1.1.12",
|
||||||
|
"coc-svelte": "^0.0.2",
|
||||||
|
"coc-tsserver": ">=1.4.12"
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1 @@
|
||||||
|
console.log("testing");
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,30 @@
|
||||||
|
{
|
||||||
|
"diagnostics": {
|
||||||
|
"%2Fhome%2Fh%2Fdev%2Fforks%2Fhydra": [
|
||||||
|
":q"
|
||||||
|
],
|
||||||
|
"%2Fhome%2Fh%2F": {
|
||||||
|
"config%2Fcoc%2Fextensions": [
|
||||||
|
"es"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"%2Fhome%2Fh%2Fgdm": [
|
||||||
|
" k"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"lists": {
|
||||||
|
"%2Fhome%2Fh%2Fdev%2Fforks%2Fhydra": [
|
||||||
|
"diagno"
|
||||||
|
],
|
||||||
|
"%2Fhome%2Fh%2Fgdm%2Fouderenraad-gent%2Fclient": [
|
||||||
|
"output"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"extensions": {
|
||||||
|
"%2Fhome%2Fh%2F": {
|
||||||
|
"config%2Fcoc%2Fextensions": [
|
||||||
|
"t:"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,4 @@
|
||||||
|
output
|
||||||
|
extensions
|
||||||
|
services
|
||||||
|
diagnostics
|
|
@ -0,0 +1 @@
|
||||||
|
{}
|
Loading…
Reference in New Issue