File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,13 +17,11 @@ https://github.com/che-incubator/che-code/pull/545
1717#### @RomanNikitenko
1818https://github.com/che-incubator/che-code/pull/540 \
1919https://github.com/RomanNikitenko/che-code/commit/724c0a97f73e070f80818091a8d19b7ed186b394 \
20- https://github.com/RomanNikitenko/che-code/commit/1e51134551f4c876c4d6de388dcab90180d4607d \
21- https://github.com/RomanNikitenko/che-code/commit/7ea82ac755a21d2cb021736a07d8216fe294beff
20+ https://github.com/RomanNikitenko/che-code/commit/1e51134551f4c876c4d6de388dcab90180d4607d
2221
2322- code/package.json
2423- code/remote/package.json
2524- code/src/vs/platform/extensionManagement/node/extensionManagementService.ts
26- - code/src/vs/platform/webContentExtractor/node/sharedWebContentExtractorService.ts
2725---
2826
2927#### @RomanNikitenko
Load diff This file was deleted.
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ export class SharedWebContentExtractorService implements ISharedWebContentExtrac
2828 return undefined ;
2929 }
3030
31- const content = VSBuffer . wrap ( new Uint8Array ( await response . arrayBuffer ( ) ) ) ;
31+ const content = VSBuffer . wrap ( await response . bytes ( ) ) ;
3232 return content ;
3333 } catch ( err ) {
3434 console . log ( err ) ;
Original file line number Diff line number Diff line change @@ -486,8 +486,6 @@ resolve_conflicts() {
486486 apply_changes " $conflictingFile "
487487 elif [[ " $conflictingFile " == " code/src/vs/platform/extensionManagement/node/extensionManagementService.ts" ]]; then
488488 apply_changes " $conflictingFile "
489- elif [[ " $conflictingFile " == " code/src/vs/platform/webContentExtractor/node/sharedWebContentExtractorService.ts" ]]; then
490- apply_changes " $conflictingFile "
491489 elif [[ " $conflictingFile " == " code/src/vs/workbench/contrib/chat/browser/actions/chatActions.ts" ]]; then
492490 apply_multi_line_replace " $conflictingFile "
493491 else
You can’t perform that action at this time.
0 commit comments