php: revert break deindent behavior

Fixes https://github.com/microsoft/vscode/issues/104836
This commit is contained in:
Connor Peet
2020-11-04 15:40:46 -08:00
parent 6bbb17d318
commit f4e49a5f3a
2 changed files with 2 additions and 3 deletions

View File

@@ -11,8 +11,7 @@
],
"stopOnEntry": false,
"sourceMaps": true,
"outDir": "${workspaceFolder}/out",
"preLaunchTask": "npm"
}
]
}
}