launch.json 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335
  1. {
  2. "version": "2.0.0",
  3. "configurations": [
  4. {
  5. "name": "Launch Node Material Editor (Chrome)",
  6. "type": "chrome",
  7. "request": "launch",
  8. "url": "http://localhost:1338/nodeEditor/public/index-local.html",
  9. "webRoot": "${workspaceRoot}/",
  10. "sourceMaps": true,
  11. "preLaunchTask": "run",
  12. "userDataDir": "${workspaceRoot}/.tempChromeProfileForDebug",
  13. "runtimeArgs": [
  14. "--enable-unsafe-es3-apis"
  15. ]
  16. },
  17. {
  18. "name": "Launch Node Material Editor (Edge)",
  19. "type": "edge",
  20. "version": "dev",
  21. "request": "launch",
  22. "url": "http://localhost:1338/nodeEditor/public/index-local.html",
  23. "webRoot": "${workspaceRoot}/",
  24. "sourceMaps": true,
  25. "preLaunchTask": "run",
  26. "userDataDir": "${workspaceRoot}/.tempChromeProfileForDebug",
  27. "runtimeArgs": [
  28. "--enable-unsafe-es3-apis"
  29. ]
  30. },
  31. {
  32. "name": "Launch Node Material Editor (Edge) - Direct",
  33. "type": "edge",
  34. "version": "dev",
  35. "request": "launch",
  36. "url": "http://localhost:1338/nodeEditor/public/index-local.html",
  37. "webRoot": "${workspaceRoot}/",
  38. "sourceMaps": true,
  39. "userDataDir": "${workspaceRoot}/.tempChromeProfileForDebug",
  40. "runtimeArgs": [
  41. "--enable-unsafe-es3-apis"
  42. ]
  43. },
  44. {
  45. "name": "Launch Viewer (Chrome)",
  46. "type": "chrome",
  47. "request": "launch",
  48. "url": "http://localhost:9000/basicExample.html",
  49. "webRoot": "${workspaceRoot}/Viewer/",
  50. "sourceMaps": true,
  51. "preLaunchTask": "serve-viewer",
  52. "userDataDir": "${workspaceRoot}/.tempChromeProfileForDebug",
  53. "runtimeArgs": [
  54. "--enable-unsafe-es3-apis"
  55. ]
  56. },
  57. {
  58. "name": "Launch sandbox (Chrome)",
  59. "type": "chrome",
  60. "request": "launch",
  61. "url": "http://localhost:1338/sandbox/public/index-local.html",
  62. "webRoot": "${workspaceRoot}/",
  63. "sourceMaps": true,
  64. "preLaunchTask": "run",
  65. "userDataDir": "${workspaceRoot}/.tempChromeProfileForDebug",
  66. "runtimeArgs": [
  67. "--enable-unsafe-es3-apis"
  68. ]
  69. },
  70. {
  71. "name": "Launch sandbox (Edge)",
  72. "type": "edge",
  73. "version": "dev",
  74. "request": "launch",
  75. "url": "http://localhost:1338/sandbox/public/index-local.html",
  76. "webRoot": "${workspaceRoot}/",
  77. "sourceMaps": true,
  78. "preLaunchTask": "run",
  79. "userDataDir": "${workspaceRoot}/.tempChromeProfileForDebug",
  80. "runtimeArgs": [
  81. "--enable-unsafe-es3-apis"
  82. ]
  83. },
  84. {
  85. "name": "Launch sandbox (Edge) - Direct",
  86. "type": "edge",
  87. "version": "dev",
  88. "request": "launch",
  89. "url": "http://localhost:1338/sandbox/public/index-local.html",
  90. "webRoot": "${workspaceRoot}/",
  91. "sourceMaps": true,
  92. "userDataDir": "${workspaceRoot}/.tempChromeProfileForDebug",
  93. "runtimeArgs": [
  94. "--enable-unsafe-es3-apis"
  95. ]
  96. },
  97. {
  98. "name": "Launch playground (Chrome)",
  99. "type": "chrome",
  100. "request": "launch",
  101. "url": "http://localhost:1338/Playground/index-local.html",
  102. "webRoot": "${workspaceRoot}/",
  103. "sourceMaps": true,
  104. "preLaunchTask": "run",
  105. "userDataDir": "${workspaceRoot}/.tempChromeProfileForDebug",
  106. "runtimeArgs": [
  107. "--enable-unsafe-es3-apis"
  108. ]
  109. },
  110. {
  111. "name": "Launch playground (Edge)",
  112. "type": "edge",
  113. "version": "dev",
  114. "request": "launch",
  115. "url": "http://localhost:1338/Playground/index-local.html",
  116. "webRoot": "${workspaceRoot}/",
  117. "sourceMaps": true,
  118. "preLaunchTask": "run",
  119. "userDataDir": "${workspaceRoot}/.tempChromeProfileForDebug",
  120. "runtimeArgs": [
  121. "--enable-unsafe-es3-apis"
  122. ]
  123. },
  124. {
  125. "name": "Launch playground (Edge) - Direct",
  126. "type": "edge",
  127. "version": "dev",
  128. "request": "launch",
  129. "url": "http://localhost:1338/Playground/index-local.html",
  130. "webRoot": "${workspaceRoot}/",
  131. "sourceMaps": true,
  132. "userDataDir": "${workspaceRoot}/.tempChromeProfileForDebug",
  133. "runtimeArgs": [
  134. "--enable-unsafe-es3-apis"
  135. ]
  136. },
  137. {
  138. "name": "Launch playground (Chrome+WebGL 1.0 forced)",
  139. "type": "chrome",
  140. "request": "launch",
  141. "url": "http://localhost:1338/Playground/index-local.html",
  142. "webRoot": "${workspaceRoot}/",
  143. "sourceMaps": true,
  144. "preLaunchTask": "run",
  145. "userDataDir": "${workspaceRoot}/.tempChromeProfileForDebug",
  146. "runtimeArgs": [
  147. "--disable-es3-apis"
  148. ]
  149. },
  150. {
  151. "name": "Launch playground (Chrome+SSL+Public address)",
  152. "type": "chrome",
  153. "request": "launch",
  154. "url": "https://localhost:1338/Playground/index-local.html",
  155. "webRoot": "${workspaceRoot}/",
  156. "sourceMaps": true,
  157. "preLaunchTask": "start-public-ssl",
  158. "userDataDir": "${workspaceRoot}/.tempChromeProfileForDebug",
  159. "runtimeArgs": [
  160. "--disable-es3-apis"
  161. ]
  162. },
  163. {
  164. "name": "Launch Materials Library (Chrome)",
  165. "type": "chrome",
  166. "request": "launch",
  167. "url": "http://localhost:1338/materialsLibrary/index.html",
  168. "webRoot": "${workspaceRoot}/",
  169. "sourceMaps": true,
  170. "preLaunchTask": "run",
  171. "userDataDir": "${workspaceRoot}/.tempChromeProfileForDebug",
  172. "runtimeArgs": [
  173. "--enable-unsafe-es3-apis"
  174. ]
  175. },
  176. {
  177. "name": "Launch Post Processes Library (Chrome)",
  178. "type": "chrome",
  179. "request": "launch",
  180. "url": "http://localhost:1338/postProcessLibrary/index.html",
  181. "webRoot": "${workspaceRoot}/",
  182. "sourceMaps": true,
  183. "preLaunchTask": "run",
  184. "userDataDir": "${workspaceRoot}/.tempChromeProfileForDebug",
  185. "runtimeArgs": [
  186. "--enable-unsafe-es3-apis"
  187. ]
  188. },
  189. {
  190. "name": "Launch Procedural Textures Library (Chrome)",
  191. "type": "chrome",
  192. "request": "launch",
  193. "url": "http://localhost:1338/proceduralTexturesLibrary/index.html",
  194. "webRoot": "${workspaceRoot}/",
  195. "sourceMaps": true,
  196. "preLaunchTask": "run",
  197. "userDataDir": "${workspaceRoot}/.tempChromeProfileForDebug",
  198. "runtimeArgs": [
  199. "--enable-unsafe-es3-apis"
  200. ]
  201. },
  202. {
  203. "name": "Launch Inspector (Chrome)",
  204. "type": "chrome",
  205. "request": "launch",
  206. "url": "http://localhost:1338/inspector/index.html",
  207. "webRoot": "${workspaceRoot}/",
  208. "sourceMaps": true,
  209. "preLaunchTask": "run",
  210. "userDataDir": "${workspaceRoot}/.tempChromeProfileForDebug",
  211. "runtimeArgs": [
  212. "--enable-unsafe-es3-apis"
  213. ]
  214. },
  215. {
  216. "name": "Launch Local Dev (Chrome)",
  217. "type": "chrome",
  218. "request": "launch",
  219. "url": "http://localhost:1338/localDev/index.html",
  220. "webRoot": "${workspaceRoot}/",
  221. "sourceMaps": true,
  222. "preLaunchTask": "run",
  223. "userDataDir": "${workspaceRoot}/.tempChromeProfileForDebug",
  224. "runtimeArgs": [
  225. "--enable-unsafe-es3-apis"
  226. ]
  227. },
  228. {
  229. "name": "Launch Local Dev (Edge)",
  230. "type": "edge",
  231. "version": "dev",
  232. "request": "launch",
  233. "url": "http://localhost:1338/localDev/index.html",
  234. "webRoot": "${workspaceRoot}/",
  235. "sourceMaps": true,
  236. "preLaunchTask": "run",
  237. "userDataDir": "${workspaceRoot}/.tempChromeProfileForDebug",
  238. "runtimeArgs": [
  239. "--enable-unsafe-es3-apis"
  240. ]
  241. },
  242. {
  243. "name": "Launch Local Dev (Edge) - Direct",
  244. "type": "edge",
  245. "version": "dev",
  246. "request": "launch",
  247. "url": "http://localhost:1338/localDev/index.html",
  248. "webRoot": "${workspaceRoot}/",
  249. "sourceMaps": true,
  250. "userDataDir": "${workspaceRoot}/.tempChromeProfileForDebug",
  251. "runtimeArgs": [
  252. "--enable-unsafe-es3-apis"
  253. ]
  254. },
  255. {
  256. "name": "Launch Local Dev - Worker mode (Chrome)",
  257. "type": "chrome",
  258. "request": "launch",
  259. "url": "http://localhost:1338/localDev/index-worker.html",
  260. "webRoot": "${workspaceRoot}/",
  261. "sourceMaps": true,
  262. "preLaunchTask": "run",
  263. "userDataDir": "${workspaceRoot}/.tempChromeProfileForDebug",
  264. "runtimeArgs": [
  265. "--enable-unsafe-es3-apis"
  266. ]
  267. },
  268. {
  269. "name": "Launch Local Dev - Views mode (Chrome)",
  270. "type": "chrome",
  271. "request": "launch",
  272. "url": "http://localhost:1338/localDev/index-views.html",
  273. "webRoot": "${workspaceRoot}/",
  274. "sourceMaps": true,
  275. "preLaunchTask": "run",
  276. "userDataDir": "${workspaceRoot}/.tempChromeProfileForDebug",
  277. "runtimeArgs": [
  278. "--enable-unsafe-es3-apis"
  279. ]
  280. },
  281. {
  282. "name": "Launch Build Validation (Chrome)",
  283. "type": "chrome",
  284. "request": "launch",
  285. "url": "http://localhost:1338/tests/validation/index.html",
  286. "webRoot": "${workspaceRoot}/",
  287. "sourceMaps": true,
  288. "preLaunchTask": "run",
  289. "userDataDir": "${workspaceRoot}/.tempChromeProfileForDebug",
  290. "runtimeArgs": [
  291. "--enable-unsafe-es3-apis"
  292. ]
  293. },
  294. {
  295. "name": "Launch Build Validation (Edge)",
  296. "type": "edge",
  297. "version": "dev",
  298. "request": "launch",
  299. "url": "http://localhost:1338/tests/validation/index.html",
  300. "webRoot": "${workspaceRoot}/",
  301. "sourceMaps": true,
  302. "preLaunchTask": "run",
  303. "userDataDir": "${workspaceRoot}/.tempChromeProfileForDebug",
  304. "runtimeArgs": [
  305. "--enable-unsafe-es3-apis"
  306. ]
  307. },
  308. {
  309. "name": "Launch Build Validation (Edge) - Direct",
  310. "type": "edge",
  311. "version": "dev",
  312. "request": "launch",
  313. "url": "http://localhost:1338/tests/validation/index.html",
  314. "webRoot": "${workspaceRoot}/",
  315. "sourceMaps": true,
  316. "userDataDir": "${workspaceRoot}/.tempChromeProfileForDebug",
  317. "runtimeArgs": [
  318. "--enable-unsafe-es3-apis"
  319. ]
  320. },
  321. {
  322. "name": "Launch memory checks (Chrome)",
  323. "type": "chrome",
  324. "request": "launch",
  325. "url": "http://localhost:1338/tests/memoryChecks/index.html",
  326. "webRoot": "${workspaceRoot}/",
  327. "sourceMaps": true,
  328. "preLaunchTask": "run",
  329. "userDataDir": "${workspaceRoot}/.tempChromeProfileForDebug",
  330. "runtimeArgs": [
  331. "--enable-unsafe-es3-apis"
  332. ]
  333. },
  334. ]
  335. }