Updated to 2.0.0-beta.8

This commit is contained in:
Francesco Stasi 2021-07-06 14:57:20 +02:00
parent 4c536ec8fc
commit 773675e3c5
5 changed files with 7 additions and 11 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "arduino-ide-extension", "name": "arduino-ide-extension",
"version": "2.0.0-beta.7", "version": "2.0.0-beta.8",
"description": "An extension for Theia building the Arduino IDE", "description": "An extension for Theia building the Arduino IDE",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"scripts": { "scripts": {

View File

@ -29,11 +29,7 @@ import { CreateUri } from './create-uri';
import { SketchesService } from '../../common/protocol'; import { SketchesService } from '../../common/protocol';
import { ArduinoPreferences } from '../arduino-preferences'; import { ArduinoPreferences } from '../arduino-preferences';
export const REMOTE_ONLY_FILES = [ export const REMOTE_ONLY_FILES = ['sketch.json'];
'sketch.json',
'thingsProperties.h',
'thingProperties.h',
];
@injectable() @injectable()
export class CreateFsProvider export class CreateFsProvider

View File

@ -1,7 +1,7 @@
{ {
"private": true, "private": true,
"name": "browser-app", "name": "browser-app",
"version": "2.0.0-beta.7", "version": "2.0.0-beta.8",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"dependencies": { "dependencies": {
"@theia/core": "next", "@theia/core": "next",
@ -19,7 +19,7 @@
"@theia/process": "next", "@theia/process": "next",
"@theia/terminal": "next", "@theia/terminal": "next",
"@theia/workspace": "next", "@theia/workspace": "next",
"arduino-ide-extension": "2.0.0-beta.7" "arduino-ide-extension": "2.0.0-beta.8"
}, },
"devDependencies": { "devDependencies": {
"@theia/cli": "next" "@theia/cli": "next"

View File

@ -1,7 +1,7 @@
{ {
"private": true, "private": true,
"name": "electron-app", "name": "electron-app",
"version": "2.0.0-beta.7", "version": "2.0.0-beta.8",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"main": "src-gen/frontend/electron-main.js", "main": "src-gen/frontend/electron-main.js",
"dependencies": { "dependencies": {
@ -21,7 +21,7 @@
"@theia/process": "next", "@theia/process": "next",
"@theia/terminal": "next", "@theia/terminal": "next",
"@theia/workspace": "next", "@theia/workspace": "next",
"arduino-ide-extension": "2.0.0-beta.7" "arduino-ide-extension": "2.0.0-beta.8"
}, },
"devDependencies": { "devDependencies": {
"@theia/cli": "next" "@theia/cli": "next"

View File

@ -1,6 +1,6 @@
{ {
"name": "arduino-ide", "name": "arduino-ide",
"version": "2.0.0-beta.7", "version": "2.0.0-beta.8",
"description": "Arduino IDE", "description": "Arduino IDE",
"repository": "https://github.com/arduino/arduino-ide.git", "repository": "https://github.com/arduino/arduino-ide.git",
"author": "Arduino SA", "author": "Arduino SA",