Open liulisi16323 opened 3 weeks ago
@liulisi16323 try setting tabAutocompleteOptions.useRootPathContext
to true
in config.json. This is a new feature that we've been incrementally rolling out and will make it fully used soon, but for now this will guarantee that we use the LSP
@liulisi16323 try setting
tabAutocompleteOptions.useRootPathContext
totrue
in config.json. This is a new feature that we've been incrementally rolling out and will make it fully used soon, but for now this will guarantee that we use the LSP
still not working. vscode v1.94.2, continue v0.9.217. set in config.json
"tabAutocompleteOptions": {
"useRootPathContext": true
}
same issue
Before submitting your bug report
Relevant environment info
Description
According to the doc context-selection, the context selection for codecomplete includes Definitions from the Language Server Protocol and Imported files, but I did not see these contents in the prompt log.
To reproduce
No response
Log output
No response