game: allow overriding the config directory location

This commit is contained in:
Tyler Wilding
2024-04-19 23:50:11 -04:00
parent 6da5225afc
commit 00bb8bef29
7 changed files with 81 additions and 27 deletions
+2 -2
View File
@@ -379,8 +379,8 @@ void Workspace::tracked_file_will_save(const LSPSpec::DocumentUri& file_uri) {
}
}
void Workspace::update_global_index(const GameVersion game_version){
// TODO - project wide indexing potentially (ie. finding references)
void Workspace::update_global_index(const GameVersion game_version) {
// TODO - project wide indexing potentially (ie. finding references)
};
void Workspace::stop_tracking_file(const LSPSpec::DocumentUri& file_uri) {