launch.json 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391
  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 GUI Editor (Chrome)",
  46. "type": "chrome",
  47. "request": "launch",
  48. "url": "http://localhost:1338/guiEditor/public/index-local.html",
  49. "webRoot": "${workspaceRoot}/",
  50. "sourceMaps": true,
  51. "preLaunchTask": "run",
  52. "userDataDir": "${workspaceRoot}/.tempChromeProfileForDebug",
  53. "runtimeArgs": [
  54. "--enable-unsafe-es3-apis"
  55. ]
  56. },
  57. {
  58. "name": "Launch Viewer (Chrome)",
  59. "type": "chrome",
  60. "request": "launch",
  61. "url": "http://localhost:9000/basicExample.html",
  62. "webRoot": "${workspaceRoot}/Viewer/",
  63. "sourceMaps": true,
  64. "preLaunchTask": "serve-viewer",
  65. "userDataDir": "${workspaceRoot}/.tempChromeProfileForDebug",
  66. "runtimeArgs": [
  67. "--enable-unsafe-es3-apis"
  68. ]
  69. },
  70. {
  71. "name": "Launch sandbox (Chrome)",
  72. "type": "chrome",
  73. "request": "launch",
  74. "url": "http://localhost:1338/sandbox/public/index-local.html",
  75. "webRoot": "${workspaceRoot}/",
  76. "sourceMaps": true,
  77. "preLaunchTask": "run",
  78. "userDataDir": "${workspaceRoot}/.tempChromeProfileForDebug",
  79. "runtimeArgs": [
  80. "--enable-unsafe-es3-apis"
  81. ]
  82. },
  83. {
  84. "name": "Launch sandbox (Edge)",
  85. "type": "edge",
  86. "version": "dev",
  87. "request": "launch",
  88. "url": "http://localhost:1338/sandbox/public/index-local.html",
  89. "webRoot": "${workspaceRoot}/",
  90. "sourceMaps": true,
  91. "preLaunchTask": "run",
  92. "userDataDir": "${workspaceRoot}/.tempChromeProfileForDebug",
  93. "runtimeArgs": [
  94. "--enable-unsafe-es3-apis"
  95. ]
  96. },
  97. {
  98. "name": "Launch sandbox (Edge) - Direct",
  99. "type": "edge",
  100. "version": "dev",
  101. "request": "launch",
  102. "url": "http://localhost:1338/sandbox/public/index-local.html",
  103. "webRoot": "${workspaceRoot}/",
  104. "sourceMaps": true,
  105. "userDataDir": "${workspaceRoot}/.tempChromeProfileForDebug",
  106. "runtimeArgs": [
  107. "--enable-unsafe-es3-apis"
  108. ]
  109. },
  110. {
  111. "name": "Launch playground (Chrome)",
  112. "type": "chrome",
  113. "request": "launch",
  114. "url": "http://localhost:1338/Playground/index-local.html",
  115. "webRoot": "${workspaceRoot}/",
  116. "sourceMaps": true,
  117. "preLaunchTask": "run",
  118. "userDataDir": "${workspaceRoot}/.tempChromeProfileForDebug",
  119. "runtimeArgs": [
  120. "--enable-unsafe-es3-apis"
  121. ]
  122. },
  123. {
  124. "name": "Launch playground (Chrome Canary)",
  125. "type": "chrome",
  126. "request": "launch",
  127. "url": "http://localhost:1338/Playground/index-local.html",
  128. "webRoot": "${workspaceRoot}/",
  129. "sourceMaps": true,
  130. "preLaunchTask": "run",
  131. "userDataDir": "${workspaceRoot}/.tempChromeCanaryProfileForDebug",
  132. "runtimeExecutable": "C:/Users/alexis/AppData/Local/Google/Chrome SxS/Application/Chrome.exe",
  133. "runtimeArgs": [
  134. "--enable-unsafe-es3-apis"
  135. ]
  136. },
  137. {
  138. "name": "Launch playground (Edge)",
  139. "type": "edge",
  140. "version": "dev",
  141. "request": "launch",
  142. "url": "http://localhost:1338/Playground/index-local.html",
  143. "webRoot": "${workspaceRoot}/",
  144. "sourceMaps": true,
  145. "preLaunchTask": "run",
  146. "userDataDir": "${workspaceRoot}/.tempChromeProfileForDebug",
  147. "runtimeArgs": [
  148. "--enable-unsafe-es3-apis"
  149. ]
  150. },
  151. {
  152. "name": "Launch playground (Edge) - Direct",
  153. "type": "edge",
  154. "version": "dev",
  155. "request": "launch",
  156. "url": "http://localhost:1338/Playground/index-local.html",
  157. "webRoot": "${workspaceRoot}/",
  158. "sourceMaps": true,
  159. "userDataDir": "${workspaceRoot}/.tempChromeProfileForDebug",
  160. "runtimeArgs": [
  161. "--enable-unsafe-es3-apis"
  162. ]
  163. },
  164. {
  165. "name": "Launch playground (Chrome+WebGL 1.0 forced)",
  166. "type": "chrome",
  167. "request": "launch",
  168. "url": "http://localhost:1338/Playground/index-local.html",
  169. "webRoot": "${workspaceRoot}/",
  170. "sourceMaps": true,
  171. "preLaunchTask": "run",
  172. "userDataDir": "${workspaceRoot}/.tempChromeProfileForDebug",
  173. "runtimeArgs": [
  174. "--disable-es3-apis"
  175. ]
  176. },
  177. {
  178. "name": "Launch playground (Chrome+SSL+Public address)",
  179. "type": "chrome",
  180. "request": "launch",
  181. "url": "https://localhost:1338/Playground/index-local.html",
  182. "webRoot": "${workspaceRoot}/",
  183. "sourceMaps": true,
  184. "preLaunchTask": "start-public-ssl",
  185. "userDataDir": "${workspaceRoot}/.tempChromeProfileForDebug",
  186. "runtimeArgs": [
  187. "--disable-es3-apis"
  188. ]
  189. },
  190. {
  191. "name": "Launch Materials Library (Chrome)",
  192. "type": "chrome",
  193. "request": "launch",
  194. "url": "http://localhost:1338/materialsLibrary/index.html",
  195. "webRoot": "${workspaceRoot}/",
  196. "sourceMaps": true,
  197. "preLaunchTask": "run",
  198. "userDataDir": "${workspaceRoot}/.tempChromeProfileForDebug",
  199. "runtimeArgs": [
  200. "--enable-unsafe-es3-apis"
  201. ]
  202. },
  203. {
  204. "name": "Launch Post Processes Library (Chrome)",
  205. "type": "chrome",
  206. "request": "launch",
  207. "url": "http://localhost:1338/postProcessLibrary/index.html",
  208. "webRoot": "${workspaceRoot}/",
  209. "sourceMaps": true,
  210. "preLaunchTask": "run",
  211. "userDataDir": "${workspaceRoot}/.tempChromeProfileForDebug",
  212. "runtimeArgs": [
  213. "--enable-unsafe-es3-apis"
  214. ]
  215. },
  216. {
  217. "name": "Launch Procedural Textures Library (Chrome)",
  218. "type": "chrome",
  219. "request": "launch",
  220. "url": "http://localhost:1338/proceduralTexturesLibrary/index.html",
  221. "webRoot": "${workspaceRoot}/",
  222. "sourceMaps": true,
  223. "preLaunchTask": "run",
  224. "userDataDir": "${workspaceRoot}/.tempChromeProfileForDebug",
  225. "runtimeArgs": [
  226. "--enable-unsafe-es3-apis"
  227. ]
  228. },
  229. {
  230. "name": "Launch Inspector (Chrome)",
  231. "type": "chrome",
  232. "request": "launch",
  233. "url": "http://localhost:1338/inspector/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 (Chrome)",
  244. "type": "chrome",
  245. "request": "launch",
  246. "url": "http://localhost:1338/localDev/index.html",
  247. "webRoot": "${workspaceRoot}/",
  248. "sourceMaps": true,
  249. "preLaunchTask": "run",
  250. "userDataDir": "${workspaceRoot}/.tempChromeProfileForDebug",
  251. "runtimeArgs": [
  252. "--enable-unsafe-es3-apis"
  253. ]
  254. },
  255. {
  256. "name": "Launch Local Dev (Chrome Canary)",
  257. "type": "chrome",
  258. "request": "launch",
  259. "url": "http://localhost:1338/localDevWebGPU/index.html",
  260. "webRoot": "${workspaceRoot}/",
  261. "sourceMaps": true,
  262. "preLaunchTask": "run",
  263. "userDataDir": "${workspaceRoot}/.tempChromeCanaryProfileForDebug",
  264. "runtimeExecutable": "C:/Users/alexis/AppData/Local/Google/Chrome SxS/Application/Chrome.exe",
  265. "runtimeArgs": [
  266. "--enable-unsafe-es3-apis",
  267. "--enable-unsafe-webgpu"
  268. ]
  269. },
  270. {
  271. "name": "Launch Local Dev (Edge)",
  272. "type": "edge",
  273. "version": "dev",
  274. "request": "launch",
  275. "url": "http://localhost:1338/localDev/index.html",
  276. "webRoot": "${workspaceRoot}/",
  277. "sourceMaps": true,
  278. "preLaunchTask": "run",
  279. "userDataDir": "${workspaceRoot}/.tempChromeProfileForDebug",
  280. "runtimeArgs": [
  281. "--enable-unsafe-es3-apis"
  282. ]
  283. },
  284. {
  285. "name": "Launch Local Dev (Edge) - Direct",
  286. "type": "edge",
  287. "version": "dev",
  288. "request": "launch",
  289. "url": "http://localhost:1338/localDev/index.html",
  290. "webRoot": "${workspaceRoot}/",
  291. "sourceMaps": true,
  292. "userDataDir": "${workspaceRoot}/.tempChromeProfileForDebug",
  293. "runtimeArgs": [
  294. "--enable-unsafe-es3-apis"
  295. ]
  296. },
  297. {
  298. "name": "Launch Local Dev - Worker mode (Chrome)",
  299. "type": "chrome",
  300. "request": "launch",
  301. "url": "http://localhost:1338/localDev/index-worker.html",
  302. "webRoot": "${workspaceRoot}/",
  303. "sourceMaps": true,
  304. "preLaunchTask": "run",
  305. "userDataDir": "${workspaceRoot}/.tempChromeProfileForDebug",
  306. "runtimeArgs": [
  307. "--enable-unsafe-es3-apis"
  308. ]
  309. },
  310. {
  311. "name": "Launch Local Dev - Views mode (Chrome)",
  312. "type": "chrome",
  313. "request": "launch",
  314. "url": "http://localhost:1338/localDev/index-views.html",
  315. "webRoot": "${workspaceRoot}/",
  316. "sourceMaps": true,
  317. "preLaunchTask": "run",
  318. "userDataDir": "${workspaceRoot}/.tempChromeProfileForDebug",
  319. "runtimeArgs": [
  320. "--enable-unsafe-es3-apis"
  321. ]
  322. },
  323. {
  324. "name": "Launch Build Validation (Chrome)",
  325. "type": "chrome",
  326. "request": "launch",
  327. "url": "http://localhost:1338/tests/validation/index.html",
  328. "webRoot": "${workspaceRoot}/",
  329. "sourceMaps": true,
  330. "preLaunchTask": "run",
  331. "userDataDir": "${workspaceRoot}/.tempChromeProfileForDebug",
  332. "runtimeArgs": [
  333. "--enable-unsafe-es3-apis"
  334. ]
  335. },
  336. {
  337. "name": "Launch Build Validation (Edge)",
  338. "type": "edge",
  339. "version": "dev",
  340. "request": "launch",
  341. "url": "http://localhost:1338/tests/validation/index.html",
  342. "webRoot": "${workspaceRoot}/",
  343. "sourceMaps": true,
  344. "preLaunchTask": "run",
  345. "userDataDir": "${workspaceRoot}/.tempChromeProfileForDebug",
  346. "runtimeArgs": [
  347. "--enable-unsafe-es3-apis"
  348. ]
  349. },
  350. {
  351. "name": "Launch Build Validation (Edge) - Direct",
  352. "type": "edge",
  353. "version": "dev",
  354. "request": "launch",
  355. "url": "http://localhost:1338/tests/validation/index.html",
  356. "webRoot": "${workspaceRoot}/",
  357. "sourceMaps": true,
  358. "userDataDir": "${workspaceRoot}/.tempChromeProfileForDebug",
  359. "runtimeArgs": [
  360. "--enable-unsafe-es3-apis"
  361. ]
  362. },
  363. {
  364. "name": "Launch WebGPU Build Validation (Edge) - Direct",
  365. "type": "edge",
  366. "version": "canary",
  367. "request": "launch",
  368. "url": "http://localhost:1338/tests/validation/?engine=webgpu",
  369. "webRoot": "${workspaceRoot}/",
  370. "sourceMaps": true,
  371. "userDataDir": "${workspaceRoot}/.tempChromeProfileForDebug",
  372. "runtimeArgs": [
  373. "--enable-unsafe-es3-apis",
  374. "--enable-unsafe-webgpu"
  375. ]
  376. },
  377. {
  378. "name": "Launch memory checks (Chrome)",
  379. "type": "chrome",
  380. "request": "launch",
  381. "url": "http://localhost:1338/tests/memoryChecks/index.html",
  382. "webRoot": "${workspaceRoot}/",
  383. "sourceMaps": true,
  384. "preLaunchTask": "run",
  385. "userDataDir": "${workspaceRoot}/.tempChromeProfileForDebug",
  386. "runtimeArgs": [
  387. "--enable-unsafe-es3-apis"
  388. ]
  389. },
  390. ]
  391. }