You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _overviews/scala3-scaladoc/settings.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -172,14 +172,18 @@ Which means:
172
172
- all snippets in files under directory `my/path/f` should fail during compilation
173
173
- all other snippets should compile successfully
174
174
175
-
#### -scastie-configuration
175
+
#####-scastie-configuration
176
176
177
177
Define the additional sbt configuration for your Scastie snippets. For example, when you import external libraries into your snippets, you need to add the related dependencies.
Generate the side menu (the tree-like overview of the project structure on the left-hand side) dynamically in the browser using JavaScript instead of embedding it in every HTML file. This can greatly reduce outputted HTML file sizes. Recommended for projects with 1000+ pages. For more info see [issue 18543](https://github.com/lampepfl/dotty/issues/18543).
186
+
183
187
##### -Ysnippet-compiler-debug
184
188
185
189
Setting this option makes snippet compiler print the snippet as it is compiled (after wrapping).
0 commit comments