-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
removes insomnia designer migration code #4404
removes insomnia designer migration code #4404
Conversation
cae26fc
to
18daf70
Compare
18daf70
to
d8d78f7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🥳
|
||
if (!db && !appDataDir && !src) { | ||
const designerDir = getAppDataDir('Insomnia Designer'); | ||
db = await neDbAdapter(designerDir); | ||
db && | ||
logger.debug( | ||
`Data store configured from Insomnia Designer app data directory at \`${path.resolve( | ||
designerDir, | ||
)}\``, | ||
); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@falondarville @wdawson I just want to make sure you're aware of this: it means that inso
will also not have any knowledge of anything related to insomnia designer. It makes sense to remove here since literally all other mention of designer is being removed as well, but I just wanted to call it out since I don't think we'd talked about it prior.
43d05ed
to
55d7f83
Compare
closes INS-1311
changelog(Breaking Changes): We removed the ability to migrate from Insomnia Designer
This PR removes all functionality (or mention) of migration from Insomnia Designer from documentation, tests, source code, user settings, etc.