From ab31cb15fae74592f49c2ceadc8d7810228fa7e2 Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Sat, 26 Aug 2023 23:21:26 -0700 Subject: fix: :bug: correctly generate uris for remote --- continuedev/src/continuedev/plugins/steps/core/core.py | 8 -------- 1 file changed, 8 deletions(-) (limited to 'continuedev/src') diff --git a/continuedev/src/continuedev/plugins/steps/core/core.py b/continuedev/src/continuedev/plugins/steps/core/core.py index 4f144f32..8fa73f7c 100644 --- a/continuedev/src/continuedev/plugins/steps/core/core.py +++ b/continuedev/src/continuedev/plugins/steps/core/core.py @@ -820,14 +820,6 @@ Please output the code to be inserted at the cursor in order to fulfill the user rif_dict[rif.filepath] = rif.contents for rif in rif_with_contents: - # If the file doesn't exist, ask them to save it first - exists = await sdk.ide.fileExists(rif.filepath) - if not exists: - message = ( - f"The file {rif.filepath} does not exist. Please save it first." - ) - raise ContinueCustomException(title=message, message=message) - await sdk.ide.setFileOpen(rif.filepath) await sdk.ide.setSuggestionsLocked(rif.filepath, True) await self.stream_rif(rif, sdk) -- cgit v1.2.3-70-g09d2