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
Copy file name to clipboardExpand all lines: package.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -61,14 +61,14 @@
61
61
}
62
62
],
63
63
"configuration": {
64
-
"title": "Agda WASM",
64
+
"title": "Agda/ALS WASM",
65
65
"properties": {
66
-
"als-wasm-loader.libraryFilePaths": {
66
+
"alsWasmLoader.libraryFilePaths": {
67
67
"type": "array",
68
68
"items": { "type": "string" },
69
69
"default": [],
70
70
"scope": "resource",
71
-
"markdownDescription": "Paths to [library files](https://agda.readthedocs.io/en/latest/tools/package-system.html#library-files) to be loaded by ALS-WASM. User settings are currently ignored. In workspace (when single-root) or workspace-folder (when multi-root) settings, relative paths are resolved against the corresponding workspace folder. Note that the lists from *all* different scopes will be combined per window."
71
+
"markdownDescription": "Paths to [library files](https://agda.readthedocs.io/en/latest/tools/package-system.html#library-files) to be loaded by ALS-WASM inside its VFS. Each member will be inserted as a line after resolution in the `libraries` file.\n\nA path *not* beginning with `/` is interpreted as a relative path, resolved according to the scope it is defined. In user settings it is resolved against `/`, while in workspace (when single-rooted) or workspace-folder (when multi-rooted) settings, relative paths are resolved against the corresponding workspace folder.\n\nNote that the lists from all scopes will be combined per window."
0 commit comments