Skip to content
代码片段 群组 项目
提交 eda08b7b 编辑于 作者: Ashraf Khamis's avatar Ashraf Khamis
浏览文件

Merge branch 'master-patch-83ed' into 'master'

Update Web IDE Docs to add trouble shooting section

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/128011



Merged-by: default avatarAshraf Khamis <akhamis@gitlab.com>
Approved-by: default avatarAshraf Khamis <akhamis@gitlab.com>
Co-authored-by: default avatarDavid O'Regan <doregan@gitlab.com>
无相关合并请求
......@@ -217,3 +217,16 @@ You cannot use interactive web terminals to interact with a runner.
However, you can use a terminal to install dependencies and compile and debug code.
For more information about configuring a workspace that supports interactive web terminals, see [remote development](../remote_development/index.md).
## Troubleshooting
When working with the Web IDE, you might encounter the following issues.
### Character offset in the Web IDE
When you type in the Web IDE, you might get a four-character offset. To resolve the issue, do one of the following:
- Add `"editor.disableMonospaceOptimizations": true` to your settings.
- Modify your `"editor.font"` setting.
For more information, see [VS Code issue 80170](https://github.com/microsoft/vscode/issues/80170).
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册