SONAR-25323 Remove UI from license extension

This commit is contained in:
Jeremy Davis 2025-07-22 17:51:08 +02:00 committed by sonartech
parent e7d605efc0
commit b4f01ad0a5
1 changed files with 2 additions and 1 deletions

View File

@ -31,7 +31,8 @@
"**/node_modules": true,
"**/out": true,
"**/coverage": true,
"**/target": true
"**/target": true,
"**/*.java": false
},
"javascript.preferences.importModuleSpecifier": "relative",
"typescript.preferences.importModuleSpecifier": "project-relative",