崇高なテキストで sublimelinter プラグインを使用しています。OS X では正常に動作しますが、Windows では動作しません。問題はWindowsマシンでパスを設定していると思います。どのパスを設定する必要があるか教えていただけますか...
作業コード
"paths": {
"linux": [],
"osx": [
"/usr/local/bin/",
"/usr/bin/"
],
"windows": []
},
以下の私のコードを提供する
{
"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
}
}