Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 773675e

Browse files
committed
Updated to 2.0.0-beta.8
1 parent 4c536ec commit 773675e

File tree

5 files changed

+7
-11
lines changed

5 files changed

+7
-11
lines changed

‎arduino-ide-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "arduino-ide-extension",
3-
"version": "2.0.0-beta.7",
3+
"version": "2.0.0-beta.8",
44
"description": "An extension for Theia building the Arduino IDE",
55
"license": "AGPL-3.0-or-later",
66
"scripts": {

‎arduino-ide-extension/src/browser/create/create-fs-provider.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,7 @@ import { CreateUri } from './create-uri';
2929
import { SketchesService } from '../../common/protocol';
3030
import { ArduinoPreferences } from '../arduino-preferences';
3131

32-
export const REMOTE_ONLY_FILES = [
33-
'sketch.json',
34-
'thingsProperties.h',
35-
'thingProperties.h',
36-
];
32+
export const REMOTE_ONLY_FILES = ['sketch.json'];
3733

3834
@injectable()
3935
export class CreateFsProvider

‎browser-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "browser-app",
4-
"version": "2.0.0-beta.7",
4+
"version": "2.0.0-beta.8",
55
"license": "AGPL-3.0-or-later",
66
"dependencies": {
77
"@theia/core": "next",
@@ -19,7 +19,7 @@
1919
"@theia/process": "next",
2020
"@theia/terminal": "next",
2121
"@theia/workspace": "next",
22-
"arduino-ide-extension": "2.0.0-beta.7"
22+
"arduino-ide-extension": "2.0.0-beta.8"
2323
},
2424
"devDependencies": {
2525
"@theia/cli": "next"

‎electron-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "electron-app",
4-
"version": "2.0.0-beta.7",
4+
"version": "2.0.0-beta.8",
55
"license": "AGPL-3.0-or-later",
66
"main": "src-gen/frontend/electron-main.js",
77
"dependencies": {
@@ -21,7 +21,7 @@
2121
"@theia/process": "next",
2222
"@theia/terminal": "next",
2323
"@theia/workspace": "next",
24-
"arduino-ide-extension": "2.0.0-beta.7"
24+
"arduino-ide-extension": "2.0.0-beta.8"
2525
},
2626
"devDependencies": {
2727
"@theia/cli": "next"

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "arduino-ide",
3-
"version": "2.0.0-beta.7",
3+
"version": "2.0.0-beta.8",
44
"description": "Arduino IDE",
55
"repository": "https://github.com/arduino/arduino-ide.git",
66
"author": "Arduino SA",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /