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 b8a7f6d commit 80cbb47Copy full SHA for 80cbb47
ui-tests/inject-test-config.sh
@@ -1,5 +1,5 @@
1
set -eux
2
# Overwrite some settings to disable cursor blinking,
3
# which causes inadvertent playwright snapshot failures
4
-cat jupyter-lite.json | jq '.["jupyter-config-data"].["settingsOverrides"] += {"@jupyterlab/codemirror-extension:plugin":{ "defaultConfig": { "cursorBlinkRate": 0 } } }' > jupyter-lite.json.tmp
+cat jupyter-lite.json | jq '.["jupyter-config-data"].["settingsOverrides"] += {"@jupyterlab/codemirror-extension:plugin":{ "defaultConfig": { "cursorBlinkRate": 0, "lineNumbers": false } } }' > jupyter-lite.json.tmp
5
mv jupyter-lite.json.tmp jupyter-lite.json
0 commit comments