cloud-ide-element 1.0.54 → 1.0.55

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2641,6 +2641,7 @@ class CideEleFileManagerService {
2641
2641
  * @param url The base URL for the API
2642
2642
  */
2643
2643
  setBaseUrl(url) {
2644
+ console.log('🔍 [FileManagerService] Setting base URL:', url);
2644
2645
  this.baseUrl = url;
2645
2646
  }
2646
2647
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.7", ngImport: i0, type: CideEleFileManagerService, deps: [{ token: i1$1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });