You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have problem with Config file value. For example, i just want to choose file from project directory but plugin got it with full path. But the problem is starting when another one use the project in different directory. Can we use $PROJECT_DIR$ for these things? because it is working too and it looks more tidy.
On my project this is done automatically by intellij, once I select the file, the value written to my scssLintPlugin.xml is the one with $PROJECT_DIR$.
Does the file you select under the project?
Hi all,
I have problem with Config file value. For example, i just want to choose file from project directory but plugin got it with full path. But the problem is starting when another one use the project in different directory. Can we use$PROJECT_DIR$ for these things? because it is working too and it looks more tidy.
For example;
This one is original one.
to this
The text was updated successfully, but these errors were encountered: