Blender渲染
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
474 B

3 years ago
3 years ago
  1. {
  2. "version": "0.2.0",
  3. "configurations": [
  4. {
  5. "name": "Listen for XDebug",
  6. "type": "php",
  7. "request": "launch",
  8. "port": 9055
  9. },
  10. {
  11. "name": "Launch currently open script",
  12. "type": "php",
  13. "request": "launch",
  14. "program": "${workspaceFolder}/examples/configNative.php",
  15. "cwd": "${workspaceFolder}",
  16. "port": 9055
  17. }
  18. ]
  19. }