Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
lenghuang committed Jan 28, 2025
1 parent 53484bc commit 3307be3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion extensions/vscode/src/copySettings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ export async function importUserSettingsFromVSCode() {
new Promise((resolve) => setTimeout(resolve, 1000)), // Take at least one second
copyVSCodeSettingsToPearAIDir(),
]);
// throw new Error("Test error message");
return true;
} catch (error) {
vscode.window.showErrorMessage(`Failed to copy settings: ${error}`);
Expand Down
1 change: 0 additions & 1 deletion gui/src/pages/welcome/setup/ImportExtensions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ export default function ImportExtensions({ onNext }: { onNext: () => void }) {
<div>
{importError ? <p>{importError}</p> : null}
<div className="absolute bottom-8 right-8 flex items-center gap-4">
{/* TODO: hide skip button for the first five seconds or something and then show */}
{showSkip && (
<div onClick={handleSkip} className="flex items-center gap-2 cursor-pointer">
<span className="text-center w-full">Skip</span>
Expand Down

0 comments on commit 3307be3

Please sign in to comment.