File tree 5 files changed +16
-11
lines changed
src/browser/contributions
5 files changed +16
-11
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " arduino-ide-extension" ,
3
- "version" : " 2.0.0-beta.7 " ,
3
+ "version" : " 2.0.0-beta.6 " ,
4
4
"description" : " An extension for Theia building the Arduino IDE" ,
5
5
"license" : " AGPL-3.0-or-later" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change @@ -19,11 +19,15 @@ export class NewVersionNotification implements FrontendApplicationContribution {
19
19
20
20
async onStart ( ) : Promise < void > {
21
21
if ( await this . updatesRetriever . isUpdateAvailable ( ) ) {
22
- this . messageService . info ( 'New Arduino IDE version available.' , GO_TO_DOWNLOAD_PAGE ) . then ( async answer => {
23
- if ( answer === GO_TO_DOWNLOAD_PAGE ) {
24
- shell . openExternal ( 'https://www.arduino.cc/en/software#experimental-software' ) ;
25
- }
26
- } )
22
+ this . messageService
23
+ . info ( 'New Arduino IDE version available.' , GO_TO_DOWNLOAD_PAGE )
24
+ . then ( async ( answer ) => {
25
+ if ( answer === GO_TO_DOWNLOAD_PAGE ) {
26
+ shell . openExternal (
27
+ 'https://www.arduino.cc/en/software#experimental-software'
28
+ ) ;
29
+ }
30
+ } ) ;
27
31
}
28
32
}
29
33
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"name" : " browser-app" ,
4
- "version" : " 2.0.0-beta.7 " ,
4
+ "version" : " 2.0.0-beta.6 " ,
5
5
"license" : " AGPL-3.0-or-later" ,
6
6
"dependencies" : {
7
7
"@theia/core" : " next" ,
19
19
"@theia/process" : " next" ,
20
20
"@theia/terminal" : " next" ,
21
21
"@theia/workspace" : " next" ,
22
- "arduino-ide-extension" : " 2.0.0-beta.7"
22
+ "arduino-ide-extension" : " 2.0.0-beta.6"
23
+
23
24
},
24
25
"devDependencies" : {
25
26
"@theia/cli" : " next"
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"name" : " electron-app" ,
4
- "version" : " 2.0.0-beta.7 " ,
4
+ "version" : " 2.0.0-beta.6 " ,
5
5
"license" : " AGPL-3.0-or-later" ,
6
6
"main" : " src-gen/frontend/electron-main.js" ,
7
7
"dependencies" : {
21
21
"@theia/process" : " next" ,
22
22
"@theia/terminal" : " next" ,
23
23
"@theia/workspace" : " next" ,
24
- "arduino-ide-extension" : " 2.0.0-beta.7 "
24
+ "arduino-ide-extension" : " 2.0.0-beta.6 "
25
25
},
26
26
"devDependencies" : {
27
27
"@theia/cli" : " next"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " arduino-ide" ,
3
- "version" : " 2.0.0-beta.7 " ,
3
+ "version" : " 2.0.0-beta.6 " ,
4
4
"description" : " Arduino IDE" ,
5
5
"repository" : " https://github.com/bcmi-labs/arduino-editor.git" ,
6
6
"author" : " Arduino SA" ,
You can’t perform that action at this time.
0 commit comments