Added a Copy Contents button in AI Chat UI globes (since copying directly won't resolve the links automatically).

Fix how `ECODE_SHAREDIR` is set.
Fix a very rare race condition in LSPClientPlugin.
Always resolve line number when locating files (do not enforce the need of the absolute path).
Add aliases for YAML and Markdown.
This commit is contained in:
Martín Lucas Golini
2025-12-28 23:28:59 -03:00
parent f9eb012f77
commit da5ca25297
13 changed files with 113 additions and 93 deletions

View File

@@ -4000,6 +4000,8 @@ void App::init( InitParameters& params ) {
Log::info( "%s (codename: \"%s\") initializing", ecode::Version::getVersionFullName(),
ecode::Version::getCodename() );
Log::info( "ecode resources path: %s", mResPath );
if ( mWindow && mWindow->isOpen() ) {
// Only verify GPU driver availability on Windows.
// macOS will have at least a fallback renderer