* Revert "Update version of node inline with pipelines (#14410)"
This reverts commit 6e034ab351.
* Revert "Use esbuild for just one test script (#14411)"
This reverts commit cb8910fcc7.
* Revert "Remove unwanted files (#14416)"
This reverts commit bb016dfbcd.
* Revert "Updates to npm packages to address npm audi issues (#14418)"
This reverts commit 93e7789d81.
* Fixes to turtle widgets
* Include jquery
* Copy scripts from global nbextensions
* Add news entry
* test
* oops
* oops
* Fixes to loading of widgets with and without CDN
* include license file
These style names are inherited from bootstrap, but seem to be the defacto standard for jupyter notebooks.
Note there is no appropriate color to uses for `success`.
* update icons
make trusted icon appear on the editor title
* update lint
* lint again
* more lint
* clicking the trusted button shows a message saying
the notebook is already trusted
change untrusted icon to red
remove command from the command palette
* linting
* remove message and disable trust button
* add run above and run below to native notebooks
* address some comments
* fix tests
* add tests
* register commands on the
nativeEditorCommandListener
* skipt tests
* Update icons from vscode-icon repo
* Update custom icons with latest version
* Update icons with latest version
* Add new run all tests icon
* Add news files
* Accessibility fixes for the interactive window
* Fix keyboard focus issues and tab order
* Support changing inputs in the static html
* Verify and fix navigation between variable parts
* Add landmarks and roles for variable explorer
* Add more aria roles
* Fix tests
* Add news entry
* Remove role when not necessary
* Testing codemirror's autocomplete
* Remember monacoEditor pieces
* New idea for using the language client
* Farther along the completion provider idea.
* New idea mapped together
* Closer. no more errors
* Working completion
* Sorting
* Reverse sort kind
* Getting monaco to show context menu and completion
* Fix margin width
* Add comment about language service
* Start of completion provider
* Update to use monaco types instead
* New IHistoryListener idea
* Fix document position
* Theme support
* Colorization mostly working
* Move editor to standalone panel at the bottom
* Fix startup of the language server
* Input history working again
* Fix problem with convertToOffset
* Write own react monaco editor to handle update problems
* Add unit test for the completion provider
* Fix editing for intellisense
* Adding hover support
* Fix hover to work even when expanding collapsing cells.
* Add suggest.css and base64 encoding of icons
* Fix completion item kind
* Undo less work. Not necessary
* Put watermark back
* Fix hover css
* Fix scrolling after resizing
* Add actual table to test state.
* Split between jedi and language server
* Fix jedi for completion
* Fix remove cell and remove all to work
* Fix hover to work correctly with big hack
* Don't ever remove items from the document as the cells that ran are still there
Only remove on restart
* Make package createable
* Add babel transpile for monaco-editor so tests can run
* Input test in history functional working
* Get test to not hang on exit
* Get all history functional tests to pass
* Get tests somewhat working for intellisense
* Actual working intellisense test
* Fix linter warnings
* Fix hover mtk1 css color
* Add news entry
* Remove react-codemirror
* Fix hygiene
* Add variable to check remote
* Fix default rules to support comment/string beginnings
* Fix unnecessary isNull check
* Make sure to cleanup after waiting for the suggestion to show up
* Fix out of memory error.
* Separate out the babel steps as not required for single workspace
* Fix color test
* Review feedback
* Update incorrect block comment
* Added buttons
* news entry
* Display test activity only when tests have been discovered
* News entry
* code reviews
* code review
* reverting few changes