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 4858314 commit a865783Copy full SHA for a865783
atest/Keywords.resource
@@ -90,6 +90,9 @@ Initialize User Settings
90
Create File
91
... ${SETTINGS DIR}${/}@jupyterlab${/}apputils-extension${/}palette.jupyterlab-settings
92
... {"modal": false}
93
+ Create File
94
+ ... ${SETTINGS DIR}${/}@jupyterlab${/}apputils-extension${/}notification.jupyterlab-settings
95
+ ... {"fetchNews": "false"}
96
97
Reset Plugin Settings
98
[Arguments] ${package}=jupyterlab-lsp ${plugin}=plugin
atest/fixtures/overrides.json
@@ -1,8 +1,5 @@
1
{
2
"@jupyterlab/statusbar-extension:plugin": {
3
"visible": true
4
- },
5
- "@jupyterlab/apputils-extension:notification": {
6
- "fetchNews": 'false'
7
}
8
0 commit comments