So we have an issue where some of the 3rd party vendor json files are blocked for students but not teachers. Can I as a teacher upload the built libraries that VS code makes from the .json files to github by removing some folders/extensions from gitignore and if so which ones. So they can start with a fresh template
No. On an online vendordep install, the libraries are downloaded to the user’s local maven cache, which isn’t in a format usable for redistribution. You can either install the vendordep offline from an installer or zip provided by the vendor (ctre and rev both provide offline libraries), or you can install the vendordep online on an unblocked network. Do note that an online installed vendordep may be removed from the cache by gradle if it isn’t used for a period of time.
2 Likes