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
{{ message }}
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.
Don't hardcode paths in configHandler.ts but load everything from config file.
Only check for config file in config handler and do the rest in another class function which then uses the config file.
This way there can be multiple workspaces which can be switched by editing the config file. Need that for development so I don't have to test on my private workspace.
Also a problem which may occur later will be the redis server trying to bind to the same port.
The text was updated successfully, but these errors were encountered:
Don't hardcode paths in configHandler.ts but load everything from config file.
Only check for config file in config handler and do the rest in another class function which then uses the config file.
This way there can be multiple workspaces which can be switched by editing the config file. Need that for development so I don't have to test on my private workspace.
Also a problem which may occur later will be the redis server trying to bind to the same port.
The text was updated successfully, but these errors were encountered: