VSCode 仅显示一行 Github Copilot 建议

Sam*_*man 17 visual-studio-code github-copilot

我已经激活了 github copilot 并且它工作正常,但是在输入时只显示一行建议。经过我的所有尝试,它仍然显示一行建议。但我想看到多行建议。

一行建议

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

在此输入图像描述

这是我的用户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,
}
Run Code Online (Sandbox Code Playgroud)

小智 7

该错误目前影响所有版本的 VS Code,并且已为开发人员所知。从昨天开始,他们正式宣布他们正在解决这个问题:

大家好,这里是 GH Copilot 团队。我们听取了您的反馈并正在积极努力解决。戴夫和我将随时向大家通报最新进展情况。再次感谢!

  • 2023 年 2 月仍收到此信息... (12认同)
  • 仍然发生在我身上 (9认同)
  • 我也是。2023 年 2 月仍然收到这个信息…… (4认同)
  • 2023 年 4 月 6 日...仍在发生...有时答案就是我刚才问的问题... (4认同)
  • 这也发生在我身上 (2认同)