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
This setting was added to keep track of new NodeTags, but file parsing
adds impact on performance and rarely used. It is a better idea to move
this to configuration file.
For now this setting is not removed from VS Code configuration, so not
error messages will be shown. Maybe I will find another way to use this.
Copy file name to clipboardExpand all lines: package.json
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -179,7 +179,8 @@
179
179
"title": "Files with NodeTags",
180
180
"type": "array",
181
181
"default": null,
182
-
"description": "Files, where NodeTag values defined. It will be used to check if variable can have NodeTag.\nCan be either relative or absolute path. Relative paths will be applied with base path of `srcPath` setting"
182
+
"description": "Files, where NodeTag values defined. It will be used to check if variable can have NodeTag.\nCan be either relative or absolute path. Relative paths will be applied with base path of `srcPath` setting",
183
+
"deprecationMessage": "This is not used any more due to significant performance impact.\nPlease, use \"nodetags\" parameter in extension's configuration file."
0 commit comments