Skip to content

Commit

Permalink
fix: move CW streaming client to tarball (#743)
Browse files Browse the repository at this point in the history
* fix: move CW streaming client to tarball

* fix: exclude cw tarball from gitignore file

* fix: add file reference to lsp cw server

* fix: add cw streaming client to bundle dependencies
  • Loading branch information
natdurlik authored Jan 23, 2025
1 parent a3b88c0 commit a1a17d8
Show file tree
Hide file tree
Showing 37 changed files with 32 additions and 9,198 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ build
.gradle
.idea
**/*.tgz
!core/codewhisperer-streaming/amzn-codewhisperer-streaming-1.0.0.tgz
.testresults/**
core/codewhisperer-streaming/dist*

# Visual Studio Related
**/.vs
Expand Down
1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ out/
server/aws-lsp-codewhisperer/src/client/sigv4/codewhisperersigv4client.d.ts
server/aws-lsp-codewhisperer/src/client/token/codewhispererbearertokenclient.d.ts
**/*.md
core/codewhisperer-streaming/*
**/antlr-generated/
2 changes: 0 additions & 2 deletions core/codewhisperer-streaming/.gitignore

This file was deleted.

201 changes: 0 additions & 201 deletions core/codewhisperer-streaming/LICENSE

This file was deleted.

Loading

0 comments on commit a1a17d8

Please sign in to comment.