ç无法在 VSCode Jupyter 笔记本中输入字符
嘿,讲葡萄牙语和法语的人。当我尝试在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论