We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f5f903e + 990f727 commit 80a52abCopy full SHA for 80a52ab
server/aws-lsp-codewhisperer/src/language-server/workspaceContext/workspaceFolderManager.ts
@@ -58,7 +58,7 @@ export class WorkspaceFolderManager {
58
private optOutMonitorInterval: NodeJS.Timeout | undefined
59
private messageQueueConsumerInterval: NodeJS.Timeout | undefined
60
private isOptedOut: boolean = false
61
- private featureDisabled: boolean = false // Serve as a server-side control. If true, stop WCS features
+ private featureDisabled: boolean = true // Serve as a server-side control. If true, stop WCS features
62
private semanticSearchToolEnabled: boolean = false
63
private isCheckingRemoteWorkspaceStatus: boolean = false
64
private isArtifactUploadedToRemoteWorkspace: boolean = false
0 commit comments