refactor: code_review_1
1 open thread
1 open thread
feat: handled unexpected errors fix: added missing levels refactor: refactored missionDevContainer refactor: renamed getAccessToRepository to grantAccessToRepository refactor: removed useless await refactor: refined apiService.getUser
Merge request reports
Activity
requested review from @gweber
assigned to @mhotaj
17 const defaultSettings = { 18 'terminal.integrated.defaultProfile.linux': 'bash', 19 'terminal.integrated.profiles.linux': { 20 bash: { 21 path: '/bin/bash', 22 }, 23 }, 24 }; 15 25 16 26 export class MissionDevContainer { 17 27 private isInit = false; 18 private mounts: string[] = []; 19 private readonly dockerImageUrl = 'registry.takima.io/deadlock/deadlock-challenges'; 20 private readonly remoteGiteaWorkDir = '/workdir'; 28 private readonly mounts: string[] = []; 29 private readonly extentionPath: string; - Resolved by Guillaume WEBER
Please register or sign in to reply