Skip to content

Commit

Permalink
Revert lsp manifest url update to prod (#56)
Browse files Browse the repository at this point in the history
Revert lsp manifest url update to prod as it has some issues
  • Loading branch information
shruti0085 authored Oct 4, 2024
1 parent cc12271 commit 447230b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ private LspConstants() {
// Prevent instantiation
}

public static final String CW_MANIFEST_URL = "https://aws-toolkit-language-servers.amazonaws.com/eclipse/0/manifest.json";
public static final String CW_MANIFEST_URL = "https://dtqjflaii39q2.cloudfront.net/codewhisperer/0/manifest.json";

public static final String CW_LSP_FILENAME = "aws-lsp-codewhisperer.js";
public static final String NODE_EXECUTABLE_PREFIX = "node";
Expand Down

0 comments on commit 447230b

Please sign in to comment.