Skip to content

Commit 87a82ee

Browse files
authored
Always overwrite entire class for Pull Server Changes when there's a conflict between the local copy and server copy (#1797)
1 parent 9ec7e86 commit 87a82ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commands/compile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ What do you want to do?`,
186186
// Overwrite
187187
return importFile(file, willCompile, true, true);
188188
case "Pull Server Changes":
189-
loadChanges([file]);
189+
loadChanges([file], true);
190190
return Promise.reject();
191191
case "Cancel":
192192
return Promise.reject();

0 commit comments

Comments
 (0)