File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
packages/amazonq/src/app/inline Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,12 @@ import { LanguageClient } from 'vscode-languageclient'
2929import { telemetry } from 'aws-core-vscode/telemetry'
3030
3131/*
32- This class is a consolidates core/src/codewhisperer/util/customizationUtil.ts and the customization commands into a class
32+ This class consolidates core/src/codewhisperer/util/customizationUtil.ts and the customization commands into a class
3333 The main difference is in the getCustomizationsFromLsp and notifySelectedCustomizationToLsp functions
3434 The original file and commands can be deprecated later
3535 */
36+
37+ // jscpd:ignore-start
3638export class CustomizationService {
3739 constructor ( private readonly client : LanguageClient ) { }
3840
@@ -403,3 +405,4 @@ export class CustomizationService {
403405 return isNewCustomization ? ' New' : ''
404406 }
405407}
408+ // jscpd:ignore-end
You can’t perform that action at this time.
0 commit comments