mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-30 17:23:29 -05:00
Notebook Text Cell Highlight Improvements (#12197)
* 1st iteration * works but multiple highlights * remove comment * Works but multiple selects * wip * cleanup * cleanup * Update TPN * Add mark.js to remote + web * PR feedback * Tweak workbench html files
This commit is contained in:
@@ -477,7 +477,7 @@ var AMDLoader;
|
||||
}
|
||||
var result = moduleId;
|
||||
var results;
|
||||
if ((!AMDLoader.Utilities.endsWith(result, '.js') || result === 'chart.js') && !AMDLoader.Utilities.isAbsolutePath(result)) {
|
||||
if ((!AMDLoader.Utilities.endsWith(result, '.js') || result === 'chart.js' || result === 'mark.js') && !AMDLoader.Utilities.isAbsolutePath(result)) {
|
||||
results = this._applyPaths(result);
|
||||
for (var i = 0, len = results.length; i < len; i++) {
|
||||
if (this.isBuild() && results[i] === 'empty:') {
|
||||
|
||||
Reference in New Issue
Block a user