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
Used to add library implementation code and [definition files](/wiki/definition-files) to the workspace scope. An array of absolute/workspace-relative paths that will be added to the workspace diagnosis - meaning you will get completion and context from these files. Can be a file or directory. Files included here will have some features disabled such as renaming fields to prevent accidentally renaming your library files.
1313
1313
1314
+
A variety of variables can be used in the paths provided:
1315
+
1316
+
-`${env:FOO}` resolves the environment variable `FOO`.
1317
+
-`${workspaceFolder}` resolves to the path of the workspace folder.
1318
+
-`${workspaceFolder:bar}` resolves to the path of workspace folder named `bar`.
1319
+
-`${3rd}` resolves to the location of the [built-in addons](/wiki/addons/#built-in-addons).
0 commit comments