ç无法在 VSCode Jupyter 笔记本中输入字符

发布于 2025-01-11 11:56:09 字数 2778 浏览 0 评论 0原文

嘿,讲葡萄牙语和法语的人。当我尝试在 VSCode Jupyter Notebook Markdown 单元格中键入任何包含 ç 字符的单词时,根本没有键入 ç,我最终需要使用 c 来代替,但这显然在语法上是不正确的。奇怪的是,当我将代码单元与 python 一起使用时,这个问题不会发生。

我尝试查看 Jupyter Notebook 的 JSON 设置文件,但似乎没有任何问题。

这是我的 Jupiter Notebook 设置文件:

    {
    "workbench.colorTheme": "Palenight Theme",
    "workbench.editorAssociations": {
        "*.ipynb": "jupyter-notebook"
    },
    "files.autoSave": "onFocusChange",
    "editor.suggestSelection": "first",
    "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
    "notebook.cellToolbarLocation": {
        "default": "right",
        "jupyter-notebook": "left"
    },
    "matlab.linterConfig": ".../MATLAB_R2016a.app/bin/maci64/mlint",
    "workbench.iconTheme": "city-lights-icons-vsc",
    "matlab.matlabpath": ".../MATLAB_R2021a.app",
    "matlab.mlintpath": ".../MATLAB_R2021a.app/bin/maci64/mlint",
    "matlab-interactive-terminal.CursorBack": false,
    "json.schemas": [
    
    ],
    "notebook.lineNumbers": "on",
    "workbench.colorCustomizations": {
        "[Material Theme Palenight]": {
            "activityBarBadge.background": "#80CBC4",
            "activityBar.activeBorder": "#80CBC4",
            "list.activeSelectionForeground": "#80CBC4",
            "list.inactiveSelectionForeground": "#80CBC4",
            "list.highlightForeground": "#80CBC4",
            "scrollbarSlider.activeBackground": "#80CBC450",
            "editorSuggestWidget.highlightForeground": "#80CBC4",
            "textLink.foreground": "#80CBC4",
            "progressBar.background": "#80CBC4",
            "pickerGroup.foreground": "#80CBC4",
            "tab.activeBorder": "#80CBC4",
            "notificationLink.foreground": "#80CBC4",
            "editorWidget.resizeBorder": "#80CBC4",
            "editorWidget.border": "#80CBC4",
            "settings.modifiedItemIndicator": "#80CBC4",
            "settings.headerForeground": "#80CBC4",
            "panelTitle.activeBorder": "#80CBC4",
            "breadcrumb.activeSelectionForeground": "#80CBC4",
            "menu.selectionForeground": "#80CBC4",
            "menubar.selectionForeground": "#80CBC4",
            "editor.findMatchBorder": "#80CBC4",
            "selection.background": "#80CBC440",
            "statusBarItem.remoteBackground": "#80CBC4"
        }
    },
    "materialTheme.accent": "Teal",
    "arduino.path": " ... /Arduino.app",
    "C_Cpp.updateChannel": "Insiders",
    "bracketPairColorizer.depreciation-notice": false,
    "arduino.commandPath": "Contents/MacOS/Arduino",
    "git.autofetch": true,
    "kite.showWelcomeNotificationOnStartup": false,
    "terminal.integrated.inheritEnv": false,
    "notebook.consolidatedRunButton": true
}

我已经更改了在此处发布问题的路径。这里有人可以帮我吗?

Hey portuguese and french speakers out there. When I try to type inside VSCode Jupyter Notebook Markdown cells any word that has a ç character in it, the ç is simply not typed and I end up needing to use c instead, but that is obviously grammatically incorrect. Weirdly enough this issue doesn't happen when I use the code cells with python.

I tried to look the JSON settings file for the Jupyter Notebook, but nothing seems to be wrong.

Here is a my Jupiter Notebook settings file:

    {
    "workbench.colorTheme": "Palenight Theme",
    "workbench.editorAssociations": {
        "*.ipynb": "jupyter-notebook"
    },
    "files.autoSave": "onFocusChange",
    "editor.suggestSelection": "first",
    "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
    "notebook.cellToolbarLocation": {
        "default": "right",
        "jupyter-notebook": "left"
    },
    "matlab.linterConfig": ".../MATLAB_R2016a.app/bin/maci64/mlint",
    "workbench.iconTheme": "city-lights-icons-vsc",
    "matlab.matlabpath": ".../MATLAB_R2021a.app",
    "matlab.mlintpath": ".../MATLAB_R2021a.app/bin/maci64/mlint",
    "matlab-interactive-terminal.CursorBack": false,
    "json.schemas": [
    
    ],
    "notebook.lineNumbers": "on",
    "workbench.colorCustomizations": {
        "[Material Theme Palenight]": {
            "activityBarBadge.background": "#80CBC4",
            "activityBar.activeBorder": "#80CBC4",
            "list.activeSelectionForeground": "#80CBC4",
            "list.inactiveSelectionForeground": "#80CBC4",
            "list.highlightForeground": "#80CBC4",
            "scrollbarSlider.activeBackground": "#80CBC450",
            "editorSuggestWidget.highlightForeground": "#80CBC4",
            "textLink.foreground": "#80CBC4",
            "progressBar.background": "#80CBC4",
            "pickerGroup.foreground": "#80CBC4",
            "tab.activeBorder": "#80CBC4",
            "notificationLink.foreground": "#80CBC4",
            "editorWidget.resizeBorder": "#80CBC4",
            "editorWidget.border": "#80CBC4",
            "settings.modifiedItemIndicator": "#80CBC4",
            "settings.headerForeground": "#80CBC4",
            "panelTitle.activeBorder": "#80CBC4",
            "breadcrumb.activeSelectionForeground": "#80CBC4",
            "menu.selectionForeground": "#80CBC4",
            "menubar.selectionForeground": "#80CBC4",
            "editor.findMatchBorder": "#80CBC4",
            "selection.background": "#80CBC440",
            "statusBarItem.remoteBackground": "#80CBC4"
        }
    },
    "materialTheme.accent": "Teal",
    "arduino.path": " ... /Arduino.app",
    "C_Cpp.updateChannel": "Insiders",
    "bracketPairColorizer.depreciation-notice": false,
    "arduino.commandPath": "Contents/MacOS/Arduino",
    "git.autofetch": true,
    "kite.showWelcomeNotificationOnStartup": false,
    "terminal.integrated.inheritEnv": false,
    "notebook.consolidatedRunButton": true
}

I've changed paths to post the issue here. Could anyone give me help around here?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文