Skip to content

Commit a865783

Browse files
committed
Disable news prompt v2
1 parent 4858314 commit a865783

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

atest/Keywords.resource

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ Initialize User Settings
9090
Create File
9191
... ${SETTINGS DIR}${/}@jupyterlab${/}apputils-extension${/}palette.jupyterlab-settings
9292
... {"modal": false}
93+
Create File
94+
... ${SETTINGS DIR}${/}@jupyterlab${/}apputils-extension${/}notification.jupyterlab-settings
95+
... {"fetchNews": "false"}
9396

9497
Reset Plugin Settings
9598
[Arguments] ${package}=jupyterlab-lsp ${plugin}=plugin

atest/fixtures/overrides.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
{
22
"@jupyterlab/statusbar-extension:plugin": {
33
"visible": true
4-
},
5-
"@jupyterlab/apputils-extension:notification": {
6-
"fetchNews": 'false'
74
}
85
}

0 commit comments

Comments
 (0)