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 2117e1e commit 7ecb9bdCopy full SHA for 7ecb9bd
packages/jupyterlab-lsp/src/transclusions/defaults.ts
@@ -1,10 +1,12 @@
1
import { JupyterFrontEndPlugin } from '@jupyterlab/application';
2
import { IPYTHON_RPY2_TRANSCLUSIONS } from './ipython-rpy2';
3
import { IPYTHON_SQL_TRANSCLUSIONS } from './ipython-sql';
4
+import { IPYTHON_BIGQUERY_TRANSCLUSIONS } from './ipython-bigquery';
5
import { IPYTHON_TRANSCLUSIONS } from './ipython';
6
7
export const DEFAULT_TRANSCLUSIONS: JupyterFrontEndPlugin<void>[] = [
8
IPYTHON_RPY2_TRANSCLUSIONS,
9
IPYTHON_SQL_TRANSCLUSIONS,
- IPYTHON_TRANSCLUSIONS
10
+ IPYTHON_TRANSCLUSIONS,
11
+ IPYTHON_BIGQUERY_TRANSCLUSIONS
12
];
0 commit comments