enc: default config for php developer

This commit is contained in:
asep.komarudin 2024-06-29 11:28:36 +07:00
parent 0d0de22c7b
commit 32cf770bbd
4 changed files with 49 additions and 17 deletions

View file

@ -167,8 +167,8 @@ pcode.active_javascript_config = {
jest_command = "npm test -- ",
jest_config = "jest.config.mjs",
}
pcode.active_php_config = false
pcode.active_golang_config = true
pcode.active_php_config = true
pcode.active_golang_config = false
pcode.active_python_config = false
pcode.active_cpp_config = false
pcode.active_java_config = {