We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 334f32b commit f0abd35Copy full SHA for f0abd35
.vscode/launch.json
@@ -17,7 +17,8 @@
17
"--unstable-ffi",
18
"--importmap=${workspaceFolder}/src/import_map.json",
19
"--inspect-brk",
20
- "--allow-all"
+ "--allow-all",
21
+ "--v8-flags=--enable-experimental-regexp-engine,--max-old-space-size=8192,--max-heap-size=8192"
22
],
23
"env": {
24
"QUARTO_BIN_PATH": "${workspaceFolder}/package/dist/bin",
@@ -43,7 +44,8 @@
43
44
"--allow-all",
45
"--check",
46
- "--inspect-brk"
47
+ "--inspect-brk",
48
49
50
51
"QUARTO_ROOT": "${workspaceFolder}",
0 commit comments