Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notebook editor options not respected when editor options set #205775

Open
rzhao271 opened this issue Feb 20, 2024 · 0 comments
Open

Notebook editor options not respected when editor options set #205775

rzhao271 opened this issue Feb 20, 2024 · 0 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug notebook-format Formatting support for notebooks

Comments

@rzhao271
Copy link
Contributor

Testing #205740

  1. Add the following User settings
"editor.insertSpaces": true,
"notebook.editorOptionsCustomizations": {
	"editor.insertSpaces": false
}
  1. In a Jupyter notebook, create a new Python cell and write Python code with an indented section, such as a for loop or if statement.
  2. 🐛 The indent uses spaces rather than tabs.
@Yoyokrazy Yoyokrazy added notebook-format Formatting support for notebooks bug Issue identified by VS Code Team member as probable bug labels Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug notebook-format Formatting support for notebooks
Projects
None yet
Development

No branches or pull requests

2 participants