Skip to content

Commit

Permalink
fix: Fixes VS Code tests
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
  • Loading branch information
RomanNikitenko committed Jan 6, 2025
1 parent c97bc9d commit 82b513a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/src/vs/platform/product/common/product.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import { env } from '../../../base/common/process.js';
import { IProductConfiguration } from '../../../base/common/product.js';
import { ISandboxConfiguration } from '../../../base/parts/sandbox/common/sandboxTypes.js';
import { loadFromFileSystem } from './che/product.js';
// import { loadFromFileSystem } from './che/product.js';
/**
* @deprecated You MUST use `IProductService` if possible.
*/
Expand Down Expand Up @@ -54,7 +54,7 @@ else {

// Built time configuration (do NOT modify)
product = { /*BUILD->INSERT_PRODUCT_CONFIGURATION*/ } as any;
product = loadFromFileSystem();
// product = loadFromFileSystem();

// Running out of sources
if (Object.keys(product).length === 0) {
Expand Down

0 comments on commit 82b513a

Please sign in to comment.