mirror of
https://github.com/open-goal/jak-project
synced 2026-08-18 21:57:54 -04:00
game: allow overriding the config directory location
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user