首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >VSCode只显示了一行Github副驾驶的建议。

VSCode只显示了一行Github副驾驶的建议。
EN

Stack Overflow用户
提问于 2022-03-07 09:36:50
回答 1查看 1.8K关注 0票数 8

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

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

这是我的用户settings.json

代码语言:javascript
复制
{
    "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,
}
EN

回答 1

Stack Overflow用户

发布于 2022-05-11 13:29:57

此bug目前影响到vs代码的所有版本,并且为开发人员所知。从昨天起,他们正式宣布他们是就这一问题开展工作:

大家好,我是GH副驾驶小组。我们听取了您的反馈,并积极致力于解决这一问题。戴夫和我会让你们了解最新进展的。再次感谢!

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/71378997

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档