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
The gap.json config file has a lib key which is a vector of libraries to load into the ws but that does not constitute part of your project source code. These libraries should not be updated when edited from the IDE. They might also be shipped in different shapes and forms:
dws file
dyalog file
folder structure of dyalog/dws files
The config file should contain a URI to the library with an optional target namespace to load it into. The loaded code must not be added to the project source by GAP and if edited a warning should appear to remind the developer that the changes are lost on reload.
The text was updated successfully, but these errors were encountered:
The
gap.json
config file has alib
key which is a vector of libraries to load into the ws but that does not constitute part of your project source code. These libraries should not be updated when edited from the IDE. They might also be shipped in different shapes and forms:The config file should contain a URI to the library with an optional target namespace to load it into. The loaded code must not be added to the project source by
GAP
and if edited a warning should appear to remind the developer that the changes are lost on reload.The text was updated successfully, but these errors were encountered: