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

javascript.format.insertSpaceBeforeFunctionParenthesis setting being ignored #31085

Closed
edwinramirez opened this issue Jul 19, 2017 · 1 comment
Assignees
Labels
javascript JavaScript support issues *question Issue represents a question, should be posted to StackOverflow (VS Code)

Comments

@edwinramirez
Copy link

  • VSCode Version: 1.14.1
  • OS Version: MacOS Sierra 10.12.5

Steps to Reproduce:

  1. Set "javascript.format.insertSpaceBeforeFunctionParenthesis" to false in User settings.
  2. Type in any function like var blabla = function();
  3. VS Code automatically inserts a space before the function parenthesis.

Reproduces without extensions: Yes.

@vscodebot vscodebot bot added the javascript JavaScript support issues label Jul 19, 2017
@mjbvz mjbvz added the *question Issue represents a question, should be posted to StackOverflow (VS Code) label Jul 19, 2017
@mjbvz
Copy link
Contributor

mjbvz commented Jul 19, 2017

Try setting "javascript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": false instead

@mjbvz mjbvz closed this as completed Jul 19, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
javascript JavaScript support issues *question Issue represents a question, should be posted to StackOverflow (VS Code)
Projects
None yet
Development

No branches or pull requests

2 participants