Skip to content

Commit 17d62f1

Browse files
authored
Swap order of transclusions provider so that generic IPython is last
1 parent 37d1b6d commit 17d62f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/jupyterlab-lsp/src/transclusions/defaults.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ import { IPYTHON_TRANSCLUSIONS } from './ipython';
77
export const DEFAULT_TRANSCLUSIONS: JupyterFrontEndPlugin<void>[] = [
88
IPYTHON_RPY2_TRANSCLUSIONS,
99
IPYTHON_SQL_TRANSCLUSIONS,
10-
IPYTHON_TRANSCLUSIONS,
11-
IPYTHON_BIGQUERY_TRANSCLUSIONS
10+
IPYTHON_BIGQUERY_TRANSCLUSIONS,
11+
IPYTHON_TRANSCLUSIONS
1212
];

0 commit comments

Comments
 (0)