sublimetext2 - sublime linter in windows working in mac -


i using sublimelinter plugin in sublime text. it's working fine in os x it's not working in windows. think problem setting path in windows machine. can guys tell me path should need set up...

working code

 "paths": {             "linux": [],             "osx": [                 "/usr/local/bin/",                 "/usr/bin/"             ],             "windows": []         }, 

provding code below

{     "user": {         "debug": false,         "delay": 0.25,         "error_color": "d02000",         "gutter_theme": "packages/sublimelinter/gutter-themes/default/default.gutter-theme",         "gutter_theme_excludes": [],         "lint_mode": "load/save",         "linters": {             "jshint": {                 "@disable": false,                 "args": [],                 "excludes": []             },             "json": {                 "@disable": false,                 "args": [],                 "excludes": [],                 "strict": true             },             "scss": {                 "@disable": false,                 "args": [],                 "exclude-linter": "",                 "excludes": [],                 "include-linter": ""             }         },         "mark_style": "outline",         "no_column_highlights_line": false,         **"paths": {             "linux": [],             "osx": [],             "windows": []         },**         "python_paths": {             "linux": [],             "osx": [],             "windows": []         },         "rc_search_limit": 3,         "shell_timeout": 10,         "show_errors_on_save": true,         "show_marks_in_minimap": true,         "syntax_map": {             "html (django)": "html",             "html (rails)": "html",             "html 5": "html",             "php": "html",             "python django": "python"         },         "warning_color": "ddb700",         "wrap_find": true     } } 


Comments

Popular posts from this blog

c++ - OpenCV Error: Assertion failed <scn == 3 ::scn == 4> in unknown function, -

php - render data via PDO::FETCH_FUNC vs loop -

The canvas has been tainted by cross-origin data in chrome only -