We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 939900b commit 8da521eCopy full SHA for 8da521e
.vscode/launch.json
@@ -0,0 +1,17 @@
1
+{
2
+ // Use o IntelliSense para aprender sobre possíveis atributos.
3
+ // Passe o mouse para ver as descrições dos atributos existentes.
4
+ // Para obter mais informações, visite: https://go.microsoft.com/fwlink/?linkid=830387
5
+ "version": "0.2.0",
6
+ "configurations": [
7
+ {
8
+ "name": "Listen for XDebug",
9
+ "type": "php",
10
+ "request": "launch",
11
+ "port": 9000,
12
+ "pathMappings": {
13
+ "/app": "${workspaceRoot}"
14
+ }
15
16
+ ]
17
+}
0 commit comments