Skip to content

Syntax specific settings from TypeScript.sublime-settings should override built-in Preferences.sublime-settings #301

Open
@chbrown

Description

@chbrown

Context:

Sublime Text 3 build 3083, Mac OS X 10.9.5

  1. Install TypeScript-Sublime-Plugin via Package Control or source
  2. Open up a TypeScript file, ensure that TypeScript is the active syntax
  3. Open TypeScript.sublime-settings by navigating the menu bar Sublime Text -> Preferences -> Settings - More -> Syntax Specific - User
  4. Insert the following: { "typescript_auto_format": false }
  5. Restart ST3
  6. Open TypeScript file, type var x=1
  7. Type ;

Expected behavior: I end up with var x=1;

Actual behavior: I end up with var x = 1;

I shouldn't have to touch the package's own Preferences.sublime-settings file. That file gets overwritten on subsequent installs, so it's not a good place for my personal user preferences.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions