Scaffold: Disable sticky headers in Tests editor
This commit is contained in:
parent
b029e561f3
commit
c031e1fbbd
1 changed files with 2 additions and 1 deletions
|
@ -323,7 +323,8 @@ var Scaffold = new function () {
|
||||||
});
|
});
|
||||||
|
|
||||||
editor.updateOptions({
|
editor.updateOptions({
|
||||||
links: false
|
links: false,
|
||||||
|
stickyScroll: { enabled: false }
|
||||||
});
|
});
|
||||||
|
|
||||||
monaco.languages.registerCodeLensProvider('json', this.createTestCodeLensProvider(monaco, editor));
|
monaco.languages.registerCodeLensProvider('json', this.createTestCodeLensProvider(monaco, editor));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue