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

It seems that useTrailingLinebreak can not work anymore in useOutputdebug #280

Closed
PythonYunfei opened this issue Jan 19, 2023 · 7 comments
Closed

Comments

@PythonYunfei
Copy link

It seems that useTrailingLinebreak can not work anymore in useOutputdebug. I set the launch like this;
image
But it seems that it does not make any difference. Is there something wrong in my settings, or in the plugin either?

@zero-plusplus
Copy link
Owner

Specify as follows.

"useOutputDebug": {
  "useTrailingLinebreak ": true
}

The useOutputdebug.useTrailingLinebreak just represents the hierarchical structure.

This notation is used because it is not possible to express hierarchical structures well using tables.

These attributes can be conveniently completed by pressing Ctrl + Space.
Also, these errors should normally generate warnings or errors, but have you had any of these messages?

@PythonYunfei
Copy link
Author

PythonYunfei commented Jan 20, 2023

Thank you very much. I feel so sorry for bothering you with this question.🤣

These attributes can be conveniently completed by pressing Ctrl + Space.

Ctrl + Space does not work but it will show suggestions if I type letters within the quote. Does the same thing happen to your
own editor?

Also, these errors should normally generate warnings or errors, but have you had any of these messages?

No, it doesn't. But “type” will:
image

@PythonYunfei
Copy link
Author

PythonYunfei commented Jan 20, 2023

These attributes can be conveniently completed by pressing Ctrl + Space.

I have known the reason. Because it will change the language of the input method when pressing Ctrl+Space in Win10. A change of keybinding to Ctrl+Space will solve it.

@zero-plusplus
Copy link
Owner

It may depend on the Windows configuration language. My completion feature was Ctrl + Space by default.

No, it doesn't. But will:“type”

I have also checked and it appears that child attributes do not display any warnings or other messages.

I will check if this is a specification or my mistake.

@PythonYunfei
Copy link
Author

Thanks for hard and sometimes trivial work.

@zero-plusplus
Copy link
Owner

No, it doesn't. But will:“type”

I have also checked and it appears that child attributes do not display any warnings or other messages.

I will check if this is a specification or my mistake.

This issue was still a bug. You can track it here.

@PythonYunfei
Copy link
Author

Ok. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants