-
Notifications
You must be signed in to change notification settings - Fork 913
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
Removing some unnecessary differences #9495
Conversation
@@ -1,39 +0,0 @@ | |||
trigger: |
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 file is no longer relavent
// await config.update('ignoreMissingGitWarning', true, true); | ||
// } | ||
// } | ||
/* {{SQL CARBON EDIT}} - Comment out function that is unused due to our edit below |
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.
Changing the comment style to reduce the change of conflicts.
@@ -29,31 +29,6 @@ import { Disposable } from 'vs/base/common/lifecycle'; | |||
import { IWorkbenchContribution, Extensions as WorkbenchContributionsExtensions, IWorkbenchContributionsRegistry } from 'vs/workbench/common/contributions'; | |||
import { Registry } from 'vs/platform/registry/common/platform'; | |||
import { LifecyclePhase } from 'vs/platform/lifecycle/common/lifecycle'; | |||
import { INotebookService } from 'sql/workbench/services/notebook/browser/notebookService'; |
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.
Unsure how this got back in, but this was removed in https://github.com/microsoft/azuredatastudio/pull/8995/files
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.
The test that was added is failing, otherwise looks fine
# Conflicts: # src/vs/workbench/contrib/codeEditor/browser/saveParticipants.ts
Remove some differences and fix some of the differences to reduce merge conflicts.