我已经激活了github副驾驶,它工作得很好,但是,在输入时,它只显示了一行建议。经过我所有的尝试,它仍然显示出一条建议。但我想看看多行建议。

甚至“所有解决方案”选项卡都显示了一行完整的解决方案。

这是我的用户settings.json
{
"editor.formatOnSave": true,
"prettier.singleQuote": true,
"prettier.tabWidth": 4,
"prettier.useTabs": true,
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"diffEditor.codeLens": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"files.exclude": {
"**/.DS_Store": false,
"**/.hg": false,
"**/.svn": false,
"**/CVS": false,
"node_modules": true
},
"thunder-client.codeSnippetLanguage": "js-axios",
"editor.fontSize": 13,
"aws.profile": "profile:kahramanlar",
"editor.accessibilitySupport": "off",
"window.zoomLevel": -1,
"github.copilot.inlineSuggest.enable": true,
"editor.inlineSuggest.enabled": true,
}发布于 2022-05-11 13:29:57
此bug目前影响到vs代码的所有版本,并且为开发人员所知。从昨天起,他们正式宣布他们是就这一问题开展工作:
大家好,我是GH副驾驶小组。我们听取了您的反馈,并积极致力于解决这一问题。戴夫和我会让你们了解最新进展的。再次感谢!
https://stackoverflow.com/questions/71378997
复制相似问题