Skip to content

Commit 64fae72

Browse files
authored
refactor(amazonq): Removing unwanted /dev and /doc code (#7760)
## Problem - There is lot of duplicate and unwanted redundant code in [aws-toolkit-vscode](https://github.com/aws/aws-toolkit-vscode) repository. ## Solution - This is the 2nd PR to remove unwanted code. - Here is the 1st PR: #7735 --- - Treat all work as PUBLIC. Private `feature/x` branches will not be squash-merged at release time. - Your code changes must meet the guidelines in [CONTRIBUTING.md](https://github.com/aws/aws-toolkit-vscode/blob/master/CONTRIBUTING.md#guidelines). - License: I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 0769acb commit 64fae72

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+39
-14443
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ src.gen/*
3131
**/src/shared/telemetry/clienttelemetry.d.ts
3232
**/src/codewhisperer/client/codewhispererclient.d.ts
3333
**/src/codewhisperer/client/codewhispereruserclient.d.ts
34-
**/src/amazonqFeatureDev/client/featuredevproxyclient.d.ts
3534
**/src/auth/sso/oidcclientpkce.d.ts
3635

3736
# Generated by tests

packages/amazonq/test/unit/amazonqFeatureDev/session/chatSessionStorage.test.ts

Lines changed: 0 additions & 25 deletions
This file was deleted.

packages/amazonq/test/unit/amazonqFeatureDev/session/session.test.ts

Lines changed: 0 additions & 129 deletions
This file was deleted.

packages/amazonq/test/unit/amazonqFeatureDev/util/files.test.ts

Lines changed: 0 additions & 172 deletions
This file was deleted.

packages/core/scripts/build/generateServiceClient.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -241,10 +241,6 @@ void (async () => {
241241
serviceJsonPath: 'src/codewhisperer/client/user-service-2.json',
242242
serviceName: 'CodeWhispererUserClient',
243243
},
244-
{
245-
serviceJsonPath: 'src/amazonqFeatureDev/client/codewhispererruntime-2022-11-11.json',
246-
serviceName: 'FeatureDevProxyClient',
247-
},
248244
]
249245
await generateServiceClients(serviceClientDefinitions)
250246
})()

0 commit comments

Comments
 (0)