Skip to content

Commit 8fe741e

Browse files
committed
fix(amazonq): add comment to smus util method
1 parent f52f477 commit 8fe741e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/core/src/shared/extensionUtilities.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,10 @@ function createCloud9Properties(company: string): IdeProperties {
150150
}
151151
}
152152

153+
/**
154+
* export method - for testing purposes only
155+
* @internal
156+
*/
153157
export function isSageMakerUnifiedStudio(): boolean {
154158
if (serviceName === notInitialized) {
155159
serviceName = process.env.SERVICE_NAME ?? ''

0 commit comments

Comments
 (0)