forked from posit-dev/positron
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into softwarenerd
* start using '?' for error handling more consistently * silence some warnigns * Merge branch 'feature/jupyter-adapter' * address formatting of tcp address * use utf-8 decoder on stdout/stderr output * log to file only when --log is specified * add yarn lockfile for jupyter-adapter extension * improve error tracing * log to output channel * bind 'this' for event handlers * use zero based handles * support some markdown in roxygen comments * add proxies for code execution * add message and state emitters * start refactoring for opaque runtime handles * tokenize raw strings * autogen ver/uuid, add public methods * display roxygen documentation as markdown * remove unused stub code * support for roxygen tag completions * Merge remote-tracking branch 'origin/main' into feature/jupyter-adapter * Merge remote-tracking branch 'upstream/main' * add some trace logs * export required methods * query runtime service directly for runtimes * refactor event emitters to follow API standards * language runtime type erasure & plumbing * update publisher for ark extension * non-greedy user operator regex * use electron-rebuild to rebuild zmq * restore jupyter adapter compilation * Merge remote-tracking branch 'origin/main' into feature/jupyter-adapter * disable jupyter-adapter extension * coerce kernelpath to string * read kernel path from setting (WIP) * look up jupyter adapter extension * simplify publisher field for programmatic use * pass lsp handler to ark kernel * move lsp start logic to its own module * pass lsp handler to kernel invocation * lsp handler stub * add lsp port on Rust side * allocate LSP port if requested * factor port finder to its own file Lead-authored-by: Jonathan McPherson <[email protected]> Co-authored-by: positron-bot[bot] <173392469+positron-bot[bot]@users.noreply.github.com> Co-authored-by: Brian Lambert <[email protected]> Co-authored-by: Kevin Ushey <[email protected]>
- Loading branch information
1 parent
4b40a51
commit d490712
Showing
401 changed files
with
5,667 additions
and
2,477 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.