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 37d1b6d commit 17d62f1Copy full SHA for 17d62f1
packages/jupyterlab-lsp/src/transclusions/defaults.ts
@@ -7,6 +7,6 @@ import { IPYTHON_TRANSCLUSIONS } from './ipython';
7
export const DEFAULT_TRANSCLUSIONS: JupyterFrontEndPlugin<void>[] = [
8
IPYTHON_RPY2_TRANSCLUSIONS,
9
IPYTHON_SQL_TRANSCLUSIONS,
10
- IPYTHON_TRANSCLUSIONS,
11
- IPYTHON_BIGQUERY_TRANSCLUSIONS
+ IPYTHON_BIGQUERY_TRANSCLUSIONS,
+ IPYTHON_TRANSCLUSIONS
12
];
0 commit comments