Skip to content

Commit

Permalink
Add dummy changes for testing
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>

rh-pre-commit.version: 2.2.0
rh-pre-commit.check-secrets: ENABLED
  • Loading branch information
RomanNikitenko committed Oct 23, 2024
1 parent a68f28e commit b049601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/extensions/che-api/src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import { Logger } from './logger';


export async function activate(_extensionContext: vscode.ExtensionContext): Promise<Api> {

// dummy changes for testing
const container = new Container();
container.bind(K8sDevfileServiceImpl).toSelf().inSingletonScope();
container.bind(DevfileService).to(K8sDevfileServiceImpl).inSingletonScope();
Expand Down

0 comments on commit b049601

Please sign in to comment.