Skip to content

Commit 8765ad3

Browse files
committed
chore(robot): remove some unneeded todo's
1 parent c82a604 commit 8765ad3

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/robot/src/robotcode/robot/diagnostics/document_cache_helper.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,6 @@ def get_imports_manager_for_workspace_folder(self, folder: Optional[WorkspaceFol
589589
return self._imports_managers[folder]
590590

591591
def calc_cache_path(self, folder_uri: Uri) -> Path:
592-
# TODO: cache path should be configurable, save cache in vscode workspace folder or in robotcode cache folder
593592
return folder_uri.to_path()
594593

595594
def get_diagnostic_modifier(self, document: TextDocument) -> DiagnosticsModifier:

packages/robot/src/robotcode/robot/diagnostics/keyword_finder.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ def reset_diagnostics(self) -> None:
6565
self.multiple_keywords_result = None
6666
self.result_bdd_prefix = None
6767

68-
# TODO: make this threadsafe
6968
def find_keyword(
7069
self,
7170
name: Optional[str],

0 commit comments

Comments
 (0)