redhat-developer / redhat-developer/vscode-java
Add support for Exclusion Lists for Java Linter
Dieses Issue hat noch niemand übernommen.
- Vorherrschende Sprache
- TypeScript
- Sterne
- 2.3k
- Forks
- 546
- Ø Merge
- 20 Std. 1 Min.
- Gemergte PRs (30 T.)
- 11
Beschreibung
Currently the Java Linter for this extension is scanning all of my project's autogenerated code which is causing 1000+ problems to be reported. From a very thorough investigation both VSCode and this extension do not have any exclusion options for what directories/files are scanned by the Java Linter and reported in the Problems tab.
Environment
- Operating System: Windows 10 64-bit
- JDK version: JDK 11
- Visual Studio Code version: 1.66
- Java extension version: 1.7.0
Steps To Reproduce
- Create a Java Project and have the extension installed.
- Write example code that would get scanned by linter with problems.
- Review extension settings and there is no option to add exclusion for the linter.
Current Result
Java Linter scans every directory and file for the entire project with no options for exclusions, turning off linter completely or other common options.
Expected Result
Java Linter should have settings in this extension for exclusions, turning off the linter, and using the .gitignore file as a default exclusion list.
Additional Informations
VSCode has said in other issues where this is brought up that this is the responsibly of the extensions to support exclusion lists for the Problems tab. Issue that is closed talking about this is found here: https://github.com/microsoft/vscode/issues/22289
Beitragsleitfaden
Erste Schritte
- Lies das ganze Issue und danach den Beitragsleitfaden des Projekts.
- Schreib ins Issue, dass du es übernimmst — das erspart doppelte Arbeit.
- Forke das Repository und arbeite in einem Branch.
- Öffne einen Pull Request, der die Issue-Nummer nennt.
Rechercherichtung
Im Issue sind keine Implementierungsdateien oder Tests angegeben. Beginne damit, den Einstiegspunkt des Java-Linters und die Erweiterungseinstellungen zu finden, und verfolge dann, wie Diagnosen den Problems-Tab erreichen; fertig ist die Arbeit, wenn Ausschlüsse, Deaktivierung und die Filterung auf Grundlage von .gitignore für das gemeldete Szenario mit automatisch generiertem Code definiert und verifiziert sind.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- java, typescript, vscode
- Bereich
- developer-experience, devtools
- Issue-Typ
- Feature
- Schwierigkeit
- 5/5
- Geschätzter Aufwand
- Über eine Woche
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 30/100