File tree 5 files changed +7
-11
lines changed
5 files changed +7
-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.8 " ,
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 @@ -29,11 +29,7 @@ import { CreateUri } from './create-uri';
29
29
import { SketchesService } from '../../common/protocol' ;
30
30
import { ArduinoPreferences } from '../arduino-preferences' ;
31
31
32
- export const REMOTE_ONLY_FILES = [
33
- 'sketch.json' ,
34
- 'thingsProperties.h' ,
35
- 'thingProperties.h' ,
36
- ] ;
32
+ export const REMOTE_ONLY_FILES = [ 'sketch.json' ] ;
37
33
38
34
@injectable ( )
39
35
export class CreateFsProvider
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.8 " ,
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.8 "
23
23
},
24
24
"devDependencies" : {
25
25
"@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.8 " ,
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.8 "
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.8 " ,
4
4
"description" : " Arduino IDE" ,
5
5
"repository" : " https://github.com/arduino/arduino-ide.git" ,
6
6
"author" : " Arduino SA" ,
You can’t perform that action at this time.
0 commit comments