-
Notifications
You must be signed in to change notification settings - Fork 465
dbeaver/pro#6662 chore: cleanup #3713
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
Conversation
@@ -4,7 +4,7 @@ | |||
"type": "module", | |||
"private": true, | |||
"workspaces": [ | |||
"../common-react", | |||
"./common-react", |
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.
Should we add ./common-typescript
also?
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.
No, it's linked via common-react
@@ -2,6 +2,6 @@ | |||
<?pde version="3.8"?> | |||
<target name="org.jkiss.cloudbeaver.tp"> | |||
<locations> | |||
<location path="../../dbeaver-workspace/dependencies/plugins" type="Directory"/> | |||
<location path="../../../dbeaver-workspace/dependencies/plugins" type="Directory"/> |
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.
Could you tell why the backend-related file changed?
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.
This folder was moved from the repo's root to cloudbeaver/.vscode
, so it needs to be updated.
This is the configuration needed to debug the server in VS Code (it will not affect the build or IDEA)
closes dbeaver/pro#6662