You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, when I open the file in the merge editor, there are 3 conflicts.
2 of the 3 conflicts are missing buttons to accept changes, making it seemingly impossible to resolve the conflict.
Here's the merge editor state as JSON:
{
"languageId": "typescript",
"base": "import * as LandingPageRouting from \"app/routes/Explore/LandingPage/routing\";\nimport * as LandingPageEntity from \"app/state/entities/landingPages/types\";\nimport * as Route from \"app/types/route\";\nimport { Array, constant, flow, pipe } from \"lib\";\nimport * as O from \"shared/facades/Option\";\nimport * as Sum from \"shared/facades/Sum\";\nimport * as Lang from \"./lang\";\n\ntype PageWithRouteData = { title: string; routeData: Route.Data.Union };\nexport const getPromotedLandingPages = 1;\n\nexport const getSearchQuery = (landingPage: LandingPageEntity.Basic): string =>\n \"foo\";\n",
"input1": "import * as LandingPageRouting from \"app/routes/Explore/LandingPage/routing\";\nimport * as LandingPageEntity from \"app/state/entities/landingPages/types\";\nimport * as Route from \"app/types/route\";\nimport type * as UAPI from \"domain/gen/unsplash\";\nimport { Array, constant, flow, pipe } from \"lib\";\nimport * as O from \"shared/facades/Option\";\nimport * as Sum from \"shared/facades/Sum\";\nimport * as Lang from \"./lang\";\n\ntype PageWithRouteData = { title: string; routeData: Route.Data.Union };\nexport const getPromotedLandingPages = 1;\n\nexport const legacyLandingPageToSearchQuery = (\n landingPage: LandingPageEntity.Basic\n): string => \"foo\";\n\nexport const landingPageToSearchQuery = (\n landingPage: UAPI.components[\"schemas\"][\"LandingPage.Full\"]\n): string => \"bar\";\n",
"input2": "import * as LandingPageEntity from \"app/state/entities/landingPages/types\";\nimport { constant, pipe } from \"lib\";\nimport * as O from \"shared/facades/Option\";\nimport * as Sum from \"shared/facades/Sum\";\n\nexport const getSearchQuery = (landingPage: LandingPageEntity.Basic): string =>\n \"foo\";\n",
"result": "import * as LandingPageEntity from \"app/state/entities/landingPages/types\";\nimport * as Route from \"app/types/route\";\nimport { Array, constant, flow, pipe } from \"lib\";\nimport * as O from \"shared/facades/Option\";\nimport * as Sum from \"shared/facades/Sum\";\n\nexport const legacyLandingPageToSearchQuery = (\n landingPage: LandingPageEntity.Basic\n): string => \"foo\";\n\nexport const landingPageToSearchQuery = (\n landingPage: UAPI.components[\"schemas\"][\"LandingPage.Full\"]\n): string => \"bar\";\n",
"initialResult": "import * as LandingPageEntity from \"app/state/entities/landingPages/types\";\n<<<<<<< HEAD\nimport * as Route from \"app/types/route\";\nimport type * as UAPI from \"domain/gen/unsplash\";\nimport { Array, constant, flow, pipe } from \"lib\";\n||||||| parent of 70a8afd (C)\nimport * as Route from \"app/types/route\";\nimport { Array, constant, flow, pipe } from \"lib\";\n=======\nimport { constant, pipe } from \"lib\";\n>>>>>>> 70a8afd (C)\nimport * as O from \"shared/facades/Option\";\nimport * as Sum from \"shared/facades/Sum\";\n\nexport const legacyLandingPageToSearchQuery = (\n landingPage: LandingPageEntity.Basic\n): string => \"foo\";\n\nexport const landingPageToSearchQuery = (\n landingPage: UAPI.components[\"schemas\"][\"LandingPage.Full\"]\n): string => \"bar\";\n"
}
The text was updated successfully, but these errors were encountered:
Does this issue occur when all extensions are disabled?: Yes/No
If I open the file directly, there is only 1 merge conflict:
However, when I open the file in the merge editor, there are 3 conflicts.
2 of the 3 conflicts are missing buttons to accept changes, making it seemingly impossible to resolve the conflict.
Here's the merge editor state as JSON:
The text was updated successfully, but these errors were encountered: