mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-11-09 18:38:33 +00:00
Updated to 2.0.0-beta.8
This commit is contained in:
@@ -29,11 +29,7 @@ import { CreateUri } from './create-uri';
|
||||
import { SketchesService } from '../../common/protocol';
|
||||
import { ArduinoPreferences } from '../arduino-preferences';
|
||||
|
||||
export const REMOTE_ONLY_FILES = [
|
||||
'sketch.json',
|
||||
'thingsProperties.h',
|
||||
'thingProperties.h',
|
||||
];
|
||||
export const REMOTE_ONLY_FILES = ['sketch.json'];
|
||||
|
||||
@injectable()
|
||||
export class CreateFsProvider
|
||||
|
||||
Reference in New Issue
Block a user