We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
debug log:
Loading user defined tool configs... Loading default tool configs from internal resources... Default tool configs loaded from internal resources... Searching config file in directory <project dirs> Searching config file in directory "C:\Users\<user>" Config file found in path "C:\Users\<user>\.multilinterrc.json" User defined tool configs loaded... Formatter Name = prettier Enabled = true Executable = "prettier.cmd" Arguments = "--write "{filePath}"" StdInArguments = "--stdin-filepath "{filePath}"" AdditionalArguments = "" InstallationType = "local" Formatter Name = beautify Enabled = false Executable = "beautify.cmd" Arguments = "--file "{filePath}" --replace" StdInArguments = "" AdditionalArguments = "" InstallationType = "local" Linter Name = eslint Enabled = false Executable = "eslint.cmd" Arguments = ""{filePath}" -f json" StdInArguments = "--stdin --stdin-filename="{filePath}" -f json" AdditionalArguments = "" InstallationType = "local" FileExtensions = "" RuleHelpUrl = "https://eslint.org/docs/rules/{ruleId}" ResultsSelector = "$[0].messages" SourceSelector = "source" LineSelector = "line" ColumnSelector = "column" EndLineSelector = "endLine" EndColumnSelector = "endColumn" IsFatalSelector = "isFatal" MessageSelector = "message" RuleIdSelector = "ruleId" RuleHelpUrlSelector = "" SeveritySelector = "severity" Linter Name = stylelint Enabled = false Executable = "stylelint.cmd" Arguments = ""{filePath}" -f json" StdInArguments = "--stdin-filename="{filePath}" -f json" AdditionalArguments = "" InstallationType = "local" FileExtensions = "" RuleHelpUrl = "https://stylelint.io/user-guide/rules/{ruleId}" ResultsSelector = "$[0].warnings" SourceSelector = "" LineSelector = "line" ColumnSelector = "column" EndLineSelector = "" EndColumnSelector = "" IsFatalSelector = "" MessageSelector = "text" RuleIdSelector = "rule" RuleHelpUrlSelector = "" SeveritySelector = "severity" Linter Name = csslint Enabled = false Executable = "csslint.cmd" Arguments = ""{filePath}" --format=json" StdInArguments = "" AdditionalArguments = "" InstallationType = "local" FileExtensions = "" RuleHelpUrl = "" ResultsSelector = "$.messages" SourceSelector = "evidence" LineSelector = "line" ColumnSelector = "col" EndLineSelector = "" EndColumnSelector = "" IsFatalSelector = "" MessageSelector = "message" RuleIdSelector = "rule.id" RuleHelpUrlSelector = "rule.url" SeveritySelector = "type" Linter Name = jslint Enabled = false Executable = "jslint.cmd" Arguments = ""{filePath}" --json" StdInArguments = "" AdditionalArguments = "" InstallationType = "local" FileExtensions = "" RuleHelpUrl = "" ResultsSelector = "$[1]" SourceSelector = "evidence" LineSelector = "line" ColumnSelector = "character" EndLineSelector = "" EndColumnSelector = "" IsFatalSelector = "" MessageSelector = "reason" RuleIdSelector = "id" RuleHelpUrlSelector = "" SeveritySelector = "id" Linter Name = jshint Enabled = false Executable = "jshint.cmd" Arguments = ""{filePath}" --reporter "%APPDATA%\npm\node_modules\jshint-json\json.js"" StdInArguments = "" AdditionalArguments = "" InstallationType = "local" FileExtensions = "" RuleHelpUrl = "" ResultsSelector = "$.data[0].functions" SourceSelector = "" LineSelector = "line" ColumnSelector = "character" EndLineSelector = "last" EndColumnSelector = "lastcharacter" IsFatalSelector = "" MessageSelector = "" RuleIdSelector = "" RuleHelpUrlSelector = "" SeveritySelector = "" Linter Name = sass-lint Enabled = false Executable = "sass-lint.cmd" Arguments = ""{filePath}" -v -f json" StdInArguments = "" AdditionalArguments = "" InstallationType = "local" FileExtensions = "" RuleHelpUrl = "" ResultsSelector = "$[0].messages" SourceSelector = "" LineSelector = "line" ColumnSelector = "column" EndLineSelector = "" EndColumnSelector = "" IsFatalSelector = "" MessageSelector = "message" RuleIdSelector = "ruleId" RuleHelpUrlSelector = "" SeveritySelector = "severity" Searching linters to be used for file extension ".tsx" No linters found to be used for file extension "tsx"
.multilinterrc.json:
{ "prettier": { "enabled": true, "additionalArguments": "", "fileExtensions": "tsx" } }
extension version: 1.0.45 VS version: Microsoft Visual Studio Professional 2022 (64-bit) - Current Version 17.9.7
The text was updated successfully, but these errors were encountered:
No branches or pull requests
debug log:
.multilinterrc.json:
extension version: 1.0.45
VS version: Microsoft Visual Studio Professional 2022 (64-bit) - Current Version 17.9.7
The text was updated successfully, but these errors were encountered: