@theia/bulk-edit
Advanced tools
Changelog
v1.43.0 - 10/26/2023
clean
command to delete gen-webpack.node.config.js
#129751.81.0
to 1.82.0
#13025chai
dependency from ^4.2.0
to ^4.3.10
#12958manage
related menus to the bottom sidebar #12803try-catch
from RpcProtocol
#12961nls.metadata.json
for 1.82.0
#13028ApplicationShellOptions
are properly applied on init #12983search.quickOpen.includeHistory
preference #12913vscode-textmate
dependency from 7.0.3
to 9.0.0
#12963vscode.open
#12997EnvironmentVariableMutatorOptions
VS Code API #12984test
API #12935provideDocumentRangesFormattingEdits
in the DocumentRangeFormattingEditProvider
VS Code API #13020 - contributed on behalf of STMicroelectronicsdocumentPaste
(stubbed) #13010 - contributed on behalf of STMicroelectronicsdropDocument
#13009 - contributed on behalf of STMicroelectronicsterminalQuickFixProvider
#13006 - contributed on behalf of STMicroelectronics<a name="breaking_changes_1.43.0">Breaking Changes:</a>
FrontendApplicationContribution
from @theia/core/lib/browser/frontend-application
to @theia/core/lib/browser/frontend-application-contribution
#12993SETTINGS_OPEN
menupath constant - replaced by MANAGE_GENERAL
#12803SETTINGS__THEME
menupath constant - replaced by MANAGE_SETTINGS
#12803Changelog
v1.42.0 - 09/28/2023
inversify
support in the frontend preload script #12590nls.metadata.json
for 1.81.0
#12951ws
from 7.1.2
to 8.14.1
#129091.80.0
to 1.81.0
#12949TestController#invalidateTestResults
VS Code API #12944 - Contributed by STMicroelectronicsiconPath
in the QuickPickItem
VS Code API #12945 - Contributed by STMicroelectronicscontext
in favor of when
clauses #12830ENOTFOUND
errors when failing to fetch extensions #12858 - Contributed by STMicroelectronicsChangelog
v1.41.0 - 08/31/2023
--dnsDefaultResultOrder <value>
CLI argument where value
is one of ipv4first
, verbatim
or nodeDefault
. It controls how domain names are resolved #12711file/newFile
menu path #12819editor/title/run
menu #12799editor/title
and view/title
#12706nls.metadata.json
for 1.80.0
#128751.79.0
to 1.89.0
#12866workbench.startupEditor
preference #12813open folder
link on the welcome page #12857MonacoEditorCommandHandlers
#12785trash
dependency helpers bundling to the backend #12797notebook
editors #12442EnvironmentVariableCollection#description
VS Code API #12838configurationDefault
support from VS Code plugins #12758view/title
menu behavior for builtin views #12763WebviewPanelSerializer
would not serialize successfully #12584folderExpanded
icon for themes #12776.exe
compatibility for shell commands similarly to VS Code #127611.79.0
#12807<a name="breaking_changes_1.41.0">Breaking Changes:</a>
welcome.alwaysShowWelcomePage
preference in favor of workbench.startupEditor
#12813terminal.integrated.rendererType
preference #12691TerminalWidgetImpl.getTerminalRendererType
#12691Changelog
v1.40.0 - 07/27/2023
1.78.0
to 1.79.0
#12764 - Contributed on behalf of STMicroelectronicscheck:theia-extensions
to facilitate checking the uniqueness of @theia
extension versions #12596 - Contributed on behalf of STMicroelectronics1.79.0
#12765DebugBreakpointWidget
did not have the proper value #12567maxWidth
attribute #12642TheiaDialog
page object #12753ShareProvider
VS Code API #12747MarkdownString
support for documentation
#12685AuthenticationForceNewSessionOptions
and detail
message #12752 - Contributed on behalf of STMicroelectronicsTaskPresentationOptions
close property #12749 - Contributed on behalf of STMicroelectronicsCanonicalUriProvider
VS Code API #12743 - Contributed on behalf of STMicroelectronics<a name="breaking_changes_1.40.0">Breaking Changes:</a>
window.tabbar.enhancedPreview
preference from boolean to enum: #12648 - Contributed on behalf of STMicroelectronics
classic
: Display a simple preview of the tab with basic information.enhanced
: Display an enhanced preview of the tab with additional information. (The behavior introduced in #12350)visual
: Display a visual preview of the tab. (The preview support was added with this PR)next
versions #12699CommonWorkspaceUtils
into WorkspaceFileService
and UntitledWorkspaceService
#12420fs
calls from the backend application and plugins. The plugin scanner, directory and file handlers, and the plugin deploy entry has async API now. Internal protected
APIs have been affected. #12798Changelog
v1.39.0 - 06/29/2023
1.77.0
to 1.78.0
#12655ConfirmSaveDialog
button order for consistency #125591.78.0
#12661ripgrep
arguments for file searches #12608ThemeIcon
support for SourceControlResourceThemableDecorations.iconPath
VS Code API #12187onWillSaveNotebookDocument
VS Code API #12614SPDX
standards #12584v1.77.0
#12576split-terminal
toolbar item visibility #12626editor/title/run
toolbar menu #12637 - Contributed on behalf of STMicroelectronics<a name="breaking_changes_1.39.0">Breaking Changes:</a>
webpack
compiles frontend files now into the lib/frontend
directory (previously lib
)electron-main.js
has been moved from src-gen/frontend
to src-gen/backend
theia rebuild
needs to run before theia build
for the respective target when using a bundled backendPreferenceProxySchema
symbol has been changed from PromiseLike<PreferenceSchema>
to () => PromiseLike<PreferenceSchema>
OnigasmPromise
has been changed to OnigasmProvider
and injects a function of type () => Promise<IOnigLib>
PreferenceTransactionPrelude
has been changed to PreferenceTransactionPreludeProvider
and injects a function of type () => Promise<unknown>
JsonRpc*
to Rpc*
.
JsonRpcProxyFactory
is deprecated, use RpcProxyFactory
instead.