Nessuna descrizione
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.

launch.json 178B

12345678910
  1. {
  2. "version": "0.2.0",
  3. "configurations": [
  4. {
  5. "name": "Attach to Unity",
  6. "type": "vstuc",
  7. "request": "attach"
  8. }
  9. ]
  10. }