@theia/core
Advanced tools
Changelog
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.