question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Are the settings per language supported?

See original GitHub issue

VSCode settings:

  "[javascript]": {
    "prettier.singleQuote": true
  }

This is not works.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:5
  • Comments:9 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
kaminalycommented, Dec 20, 2017

Or If we could use overrides, it would be great.

"prettier.overrides": [
  {
    "files": [
      "*.js"
    ],
    "options": {
      "singleQuote": true
    }
  }
]
1reaction
CiGitcommented, Dec 20, 2017

Once vscode supports it, certainly. We could do it currently, but it’s really messy.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to support per-app language settings in your app
By default, you use English, but might want to switch the app's language when viewing a certain restaurant's menu so that you can...
Read more >
Language Support in Visual Studio Code
Yes, with the files.associations setting you can map file extensions to an existing language either globally or per workspace. Here is an example...
Read more >
Per-app language preferences
Per-app languages in system settings. In many cases, multilingual users set their system language to one language—such as English—but they ...
Read more >
Android 13 Beta 3 only shows per-app language settings ...
Android 13 Beta 3 only shows per-app language settings for compatible apps ... Android 13 is set to introduce per-app language settings, ...
Read more >
VS Code tips — Language specific settings - YouTube
Today's VS Code tip: language specific settings You can configure many VS Code settings related to editing on a per - language basis....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found