GoogleCloudPlatform / cloud-code-vscode

Cloud Code for Visual Studio Code: Issues, Documentation and more
Other
415 stars 111 forks source link

Cloud Assist Unknown Config For Filtering Repetitions #907

Open ifeLight opened 4 months ago

ifeLight commented 4 months ago

Environment: WSL for Windows

Filtering out generated code "***.............***" since it repeats 65 bytes of code already in the file (more than the configured limit '60')
Received completion response from language server with 0 valid responses and 1 responses that have been filtered out
Completion Provider - completion # 1098 - Completion result obtained from language client

There isn't a documented settings to alter the 'configuered limit of 60' on VSCode