File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33 "publisher" : " solarspace" ,
44 "displayName" : " Solar Space" ,
55 "description" : " Sharable URLs for GitHub codespaces" ,
6- "version" : " 0.0.10 " ,
6+ "version" : " 0.0.11 " ,
77 "license" : " GPL-3.0-only" ,
88 "engines" : {
99 "vscode" : " ^1.90.0"
Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ async function getViewState(): Promise<ViewState> {
233233 severityClass : 'error' ,
234234 message : 'No linked repository found. Please link the remote origin to GitHub.' ,
235235 action : 'Publish Branch' ,
236- actionClass : 'codicon-repo '
236+ actionClass : 'codicon-cloud-upload '
237237 } ) ;
238238 return state ;
239239 }
Original file line number Diff line number Diff line change 1111 box-sizing : border-box;
1212}
1313body {
14- padding-top : 32 px ;
14+ padding : 2 rem ;
1515 display : flex;
1616 flex-flow : column;
1717 align-items : stretch;
You can’t perform that action at this time.
0 commit comments