iljapostnovs / VSCodeUI5Plugin

Visual Studio Code Extension for UI5 Development
Apache License 2.0
61 stars 6 forks source link

Cannot disable naming style checking #378

Closed Olkesandr closed 11 months ago

Olkesandr commented 11 months ago

Hello,

I'm trying to disable naming style checking and according to UI5 Linter Readme I added the following entry to package.json of extension ((%USER%/.vscode/extensions/iljapostnovs.ui5plugin-1.16.1/package.json):

"ui5": { "ui5linter": { "idNamingPattern": "" } }

But it doesn't have any effect. I also tried to create .ui5pluginrc file in extension folder and added correspondent entry for ui5linter to it but without success as well. What am I doing wrong?

Thanks, Oleksandr

iljapostnovs commented 11 months ago

Hi,

You should edit package.json in your ui5 project, not in package.json of the extension :)

Olkesandr commented 11 months ago

Magic - it works! :) Thanks a lot!