Lite Terminal shell integration improvements#1654
Merged
isc-bsaviano merged 1 commit intointersystems-community:masterfrom Sep 26, 2025
Merged
Lite Terminal shell integration improvements#1654isc-bsaviano merged 1 commit intointersystems-community:masterfrom
isc-bsaviano merged 1 commit intointersystems-community:masterfrom
Conversation
isc-rsingh
approved these changes
Sep 15, 2025
Contributor
|
Shall we merge this and prepare a 3.2.0 release for next Monday? |
Contributor
Author
|
I would like to wait for the early October VS Code because it should finalize the TerminalCompletionProvider. I need to add a little code to this extension to enable the Language Server to provide completions in terminals. I could add that code now and do a separate PR in a future release if it needs modification, but I would prefer to include it in 3.2.0. I will check with the VS Code team that that API is still on track for finalization. |
Contributor
Author
|
Marking as ready for review because at this point 3.2.0 will be the next version. Whether we release that before or after the next VS Code version is still TBD. |
LeoAnders
added a commit
to consistem/vscode-objectscript
that referenced
this pull request
Oct 6, 2025
* Add command for showing all class members, including inherited (intersystems-community#1656) * Copy Windows filesystem file correctly to isfs filesystem (intersystems-community#1658) * Allow opening low-code editors from read-only file systems (intersystems-community#1655) * Skip compilation of web app files that do not require it (intersystems-community#1660) * Lite Terminal shell integration improvements (intersystems-community#1654) * Enable Terminal Completion via Language Server (intersystems-community#1661) * Prepare 3.2.0 release (intersystems-community#1662) * auto bump version with release --------- Co-authored-by: Brett Saviano <[email protected]> Co-authored-by: John Murray <[email protected]> Co-authored-by: ProjectBot <[email protected]>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
READpromptsI'm opening this as a draft even though the code is ready for review because I think it should be merged just before a 3.2.0 release. This PR bumps the minimum supported VS Code version to 1.104.0 which we probably don't want to get in a 3.0.7 release if we need one.