mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-04-09 05:20:29 -04:00
Move SQL 2019 extension's notebook code into Azure Data Studio (#4090)
This commit is contained in:
4
extensions/notebook/resources/jupyter_config/custom.js
Normal file
4
extensions/notebook/resources/jupyter_config/custom.js
Normal file
@@ -0,0 +1,4 @@
|
||||
// Make sure that all links load in the same tab
|
||||
define(['base/js/namespace'], function (Jupyter) {
|
||||
Jupyter._target = '_self';
|
||||
});
|
||||
Reference in New Issue
Block a user